]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Storing/restoring selection during the module update.
authorouv <ouv@opencascade.com>
Wed, 18 Sep 2013 12:49:15 +0000 (12:49 +0000)
committerouv <ouv@opencascade.com>
Wed, 18 Sep 2013 12:49:15 +0000 (12:49 +0000)
src/HYDROGUI/HYDROGUI_Module.h

index 453b9e47e5156acc4a6dd537dc8e32b46ffaf103..2fe241ce84e39ba1cd4058a2b60c5d86cf318679 100644 (file)
@@ -134,6 +134,9 @@ private:
   bool                            setUpdateEnabled( const bool theState );
   bool                            isUpdateEnabled() const;
 
+  QStringList                     storeSelection() const;
+  void                            restoreSelection( const QStringList& theEntryList );
+
 private:
   void                            createActions();
   void                            createMenus();