]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Mon, 16 Mar 2009 11:15:22 +0000 (11:15 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Mon, 16 Mar 2009 11:15:22 +0000 (11:15 +0000)
resources/EFICAS_en.xml
src/EFICASGUI/EFICASGUI.py

index ec249a12c8612fcf151a9916e6f5975812297b04..21a4839aa4771e3da25880a855dc5170a2a273b2 100644 (file)
@@ -16,7 +16,8 @@
     <menubar>
       <menu-item label-id="EFICAS" item-id="90" pos-id="3">
         <popup-item item-id="941" label-id="Eficas pour Code_Aster" icon-id="eficaster.png" tooltip-id="Editer un jeu de commande ASTER avec Eficas" accel-id="" toggle-id="" execute-action=""/>
-        <popup-item item-id="946" label-id="Eficas pour Openturns Study" icon-id="eficaster.png" tooltip-id="Editer un jeu de commande Openturns Study avec Eficas" accel-id="" toggle-id="" execute-action=""/>
+        <popup-item item-id="947" label-id="Eficas pour Openturns Study" icon-id="eficaster.png" tooltip-id="Editer un jeu de commande Openturns Study avec Eficas" accel-id="" toggle-id="" execute-action=""/>
+        <popup-item item-id="948" label-id="Eficas pour Openturns Wrapper" icon-id="eficaster.png" tooltip-id="Editer un jeu de commande Openturns Wrapper avec Eficas" accel-id="" toggle-id="" execute-action=""/>
   <!--         <popup-item item-id="942" label-id="Eficas pour Homard" icon-id="eficashomard.png" tooltip-id="Editer un jeu de commande HOMARD avec Eficas" accel-id="" toggle-id="" execute-action=""/> -->
       </menu-item>
     </menubar>
@@ -26,6 +27,8 @@
     <toolbar label-id="Eficas">
         <toolbutton-item item-id="4041" label-id="Eficas pour Code_Aster" icon-id="eficaster.png" tooltip-id="Editer un jeu de commande ASTER avec Eficas" accel-id="" toggle-id="" execute-action=""/>
    <!--     <toolbutton-item item-id="4046" label-id="Eficas pour Homard" icon-id="eficashomard.png" tooltip-id="Editer un jeu de commande HOMARD avec Eficas" accel-id="" toggle-id="" execute-action=""/> -->
+   <toolbutton-item item-id="4047" label-id="Eficas pour Openturns Study" icon-id="eficasaster.png" tooltip-id="Editer un jeu de commande Openturns Study avec Eficas" accel-id="" toggle-id="" execute-action=""/>
+   <toolbutton-item item-id="4048" label-id="Eficas pour Openturns Wrapper" icon-id="eficasaster.png" tooltip-id="Editer un jeu de commande Openturns Wrapper avec Eficas" accel-id="" toggle-id="" execute-action=""/>
     </toolbar>
 
   <!-- ### POPUP MENU ###  -->
index fdaa8e83760355e8ee2ac527ade37463a59c28c2..f3ecb1cdd852d5135eeec7080628a1a78b70e191 100644 (file)
@@ -139,11 +139,16 @@ def runEficaspourHomard():
    desktop=sgPyQt.getDesktop()
    eficasSalome.runEficas( "HOMARD" ) 
    
-def runEficaspourOpenturns():
-   print "runEficas Pour Openturns"
+def runEficaspourOpenturnsStudy():
+   print "runEficas Pour Openturns Study"
    desktop=sgPyQt.getDesktop()
    eficasSalome.runEficas( "OPENTURNS_STUDY" ) 
    
+def runEficaspourOpenturnsWrapper():
+   print "runEficas Pour Openturns Wrapper"
+   desktop=sgPyQt.getDesktop()
+   eficasSalome.runEficas( "OPENTURNS_WRAPPER" ) 
+   
    
 
 def runEficasFichier(version=None):
@@ -193,11 +198,13 @@ print "hhhhhhhhhhhhhhhhhhhhhhhhhhhhh"
 
 dict_command={
                 941:runEficasFichier,# runEficas,
-                946:runEficaspourHomard,
-                946:runEficaspourOpenturns,
+                #946:runEficaspourHomard,
+                947:runEficaspourOpenturnsStudy,
+                948:runEficaspourOpenturnsWrapper,
                 4041:runEficasFichier, #runEficas,
                 4046:runEficaspourHomard,
-                4047:runEficaspourOpenturns,
+                4047:runEficaspourOpenturnsStudy,
+                4048:runEficaspourOpenturnsWrapper,
                 9042:runEficasFichier,
                 9043:runEficasFichier,
                 9044:runEficasFichierV9,