]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_GroupOpDlg.h
Salome HOME
Implementation "21042: EDF 1600 ALL: Rename objects in the OB" issue.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupOpDlg.h
index c13c3286bd97e6fcf53db1f25abc89374f4f4700..2945e523dd4194dbeed950a31429bd6a60db1f30 100644 (file)
@@ -88,6 +88,9 @@ protected:
 
   SALOMEDS::Color           getColor() const;
 
+  void                      setIsApplyAndClose( const bool theFlag );
+  bool                      isApplyAndClose() const;
+
 private:
   void                      closeEvent( QCloseEvent* );
   void                      enterEvent( QEvent* );            
@@ -119,6 +122,8 @@ private:
   SVTK_Selector*            mySelector;
   
   QString                   myHelpFileName;
+
+  bool                      myIsApplyAndClose;
 };
 
 /*