]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARDGUI/HOMARDGUI_Utils.h
Salome HOME
Documentation - Phase 4
[modules/homard.git] / src / HOMARDGUI / HOMARDGUI_Utils.h
index f202cadb49a1f65c4ab21bea5000c4819202b010..291c7c98a9626fc28274e15534258cb276526375 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2013  CEA/DEN, 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
@@ -79,11 +79,11 @@ namespace HOMARD_UTILS {
   bool isHypo(_PTR(SObject)  MonObj);
   bool isIter(_PTR(SObject)  MonObj);
   bool isCase(_PTR(SObject)  MonObj);
-  bool isFileMess(_PTR(SObject)  MonObj);
+  bool isFilelog(_PTR(SObject)  MonObj);
   bool isFileSummary(_PTR(SObject)  MonObj);
   bool isObject(_PTR(SObject)  MonObj, QString TypeObject, int option );
 
-  void PushOnHelp(QString monFichierAide);
+  void PushOnHelp(QString monFichierAide, QString contexte);
 
   extern SALOME_ListIO mySelected;
 }