Salome HOME
new method setContentActive( bool ): if parameter is true, all content to enable...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Dialog.h
index 62deb9a747b7b3a47e98b7cfb6ed5355f5c6beae..2f9092fea63e88d78da0e74e72c291efe8878778 100644 (file)
@@ -13,6 +13,14 @@ class SMESHGUI_Dialog : public SalomeApp_Dialog
 public:
   SMESHGUI_Dialog( SMESHGUI*, const bool = false, const bool = false, const int = OK | Cancel | Apply );
   virtual ~SMESHGUI_Dialog();
+
+  virtual void show();
+
+  //! set all content to enable (parameter is true) or disable state
+  void setContentActive( const bool ) const;
+
+private:
+  SMESHGUI* mySMESHGUI;
 };
 
 #endif