Salome HOME
Make undo/redo lists stored/restored and managed correctly
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.h
index 6e89ac0d660ac5b44257bc8066e774fa1d68c3d3..c202af395b6a2055510138899dc168884536dad3 100644 (file)
@@ -30,6 +30,7 @@ const static char* PROP_PANEL_OK = "property_panel_ok";
 const static char* PROP_PANEL_CANCEL = "property_panel_cancel";
 
 /**
+* \ingroup GUI
 * Realization of Property panel object.
 */
 class XGUI_EXPORT XGUI_PropertyPanel : public ModuleBase_IPropertyPanel
@@ -70,13 +71,6 @@ Q_OBJECT
   /// \brief Enable/Disable stretch area in the panel
   void setStretchEnabled(bool isEnabled);
 
-  /// Set Enable/Disable state of Ok button
-  /// \param theEnabled Enable/Disable state of Ok button
-  virtual void setOkEnabled(bool theEnabled);
-
-  /// \return Enable/disable state of Ok button
-  virtual bool isOkEnabled() const;
-
   /// Set Enable/Disable state of Cancel button
   /// \param theEnabled Enable/Disable state of Cancel button
   virtual void setCancelEnabled(bool theEnabled);