]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/HOMARDGUI_Utils.h
Salome HOME
Correction schema YCAS pour une frontière discrète.
[modules/homard.git] / src / HOMARDGUI / HOMARDGUI_Utils.h
index e4315ba9c482f8f647532c847f028aac808a63c2..c3febcbadb67232945129a4abfaa10fbd4ef4ec2 100644 (file)
@@ -72,7 +72,6 @@ namespace HOMARD_UTILS {
                                       // Function returns the last selected object in the list
                                        // of selected objects
 
-  bool isXmgrace(_PTR(SObject)  MonObj);
   bool isBoundaryAn(_PTR(SObject)  MonObj);
   bool isBoundaryDi(_PTR(SObject)  MonObj);
   bool isCase(_PTR(SObject)  MonObj);
@@ -83,7 +82,7 @@ namespace HOMARD_UTILS {
   bool isFileType(_PTR(SObject)  MonObj, QString TypeFile);
   bool isObject(_PTR(SObject)  MonObj, QString TypeObject, int option );
 
-  void PushOnHelp(QString monFichierAide, QString contexte);
+  void PushOnHelp(QString monFichierAide, QString contexte, QString LanguageShort);
 
   extern SALOME_ListIO mySelected;
 }