Salome HOME
sauve du 9 mai
[tools/eficas.git] / InterfaceQT4 / compoformule.py
index 43ae257a0e238733a4d8ea5ff41326e3cb017c9c..22e36d556fc2fe6b85b2f0b7073e44bada0d1969 100644 (file)
@@ -1,4 +1,22 @@
 # -*- coding: utf-8 -*-
+# Copyright (C) 2007-2013   EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 """
 Ce module contient les classes permettant de définir les objets graphiques
@@ -15,15 +33,14 @@ import typeNode
 class FormuleNode(browser.JDCNode,typeNode.PopUpMenuNode):
         
     def getPanel(self):
-      
-      from monFormulePanel import MonFormulePanel
-      return MonFormulePanel(self,parent=self.editor)
-        
+      from monWidgetFormule import MonWidgetFormule
+      return MonWidgetFormule(self,self.editor,self.item.object)
+
    
     def createPopUpMenu(self):
       typeNode.PopUpMenuNode.createPopUpMenu(self)
 
-            
+
 class FORMULETreeItem(compooper.EtapeTreeItem):
     """
     Classe servant a définir l'item porté par le noeud de l'arbre d'EFICAS
@@ -53,7 +70,6 @@ class FORMULETreeItem(compooper.EtapeTreeItem):
       Ce nom dépend de la validité de l'objet
       """
       if self.object.isactif():
-        self.object.state="modified"
         if self.object.isvalid():
           return "ast-green-square"
         else:
@@ -67,12 +83,13 @@ class FORMULETreeItem(compooper.EtapeTreeItem):
       - la fonte dans laquelle afficher ce texte
       - la couleur du texte
       """
-      if self.object.isactif():
+      return self.labeltext,None,None
+      #if self.object.isactif():
         # None --> fonte et couleur par défaut
-        return self.labeltext,None,None
-      else:
-        return self.labeltext,None,None
-        #return self.labeltext,fontes.standard_italique,None
+      #  return tr(self.labeltext),None,None
+      #else:
+      #   return tr(self.labeltext),None,None
+      #return self.labeltext,fontes.standard_italique,None
     
 # ---------------------------------------------------------------------------
 #       Méthodes permettant la modification et la lecture des attributs