Salome HOME
PAL17644: automatic actor's entity mode
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.h
index 7d39e4248ad3bc1901c0b930372b6d3337745aab..80e2370b430b083a60af825473b6dd2785dcc7c8 100644 (file)
@@ -130,6 +130,7 @@ private:
     void setSelectionMode(int theMode);
     void updateButtons();
     void updateGeomPopup();
+    void storeMode();
 
     SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
     LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */
@@ -190,6 +191,7 @@ private:
     bool                          myCreate, myIsBusy;
 
     QString                       myHelpFileName;
+    int                           myOldActorMode;
 };
 
 #endif // DIALOGBOX_GROUP_H