X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IPropertyPanel.h;h=fe8a110e00e3577fa5c3fdd5a9be7cd909dfe74d;hb=a2982d2108f929cf9e7f996cfd590c4ce59dc21c;hp=224691890ed8d4eae59f5a69f6e87e5c72337053;hpb=b8aa080b5bd95efebbcbe29dc61c27b9a32acefb;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IPropertyPanel.h b/src/ModuleBase/ModuleBase_IPropertyPanel.h index 224691890..fe8a110e0 100644 --- a/src/ModuleBase/ModuleBase_IPropertyPanel.h +++ b/src/ModuleBase/ModuleBase_IPropertyPanel.h @@ -18,6 +18,7 @@ class ModuleBase_ModelWidget; /** +* \ingroup GUI * A class for Property panel object definition */ class MODULEBASE_EXPORT ModuleBase_IPropertyPanel : public QDockWidget @@ -41,13 +42,6 @@ public: /// \return State of editing mode flag bool isEditingMode() const { return myIsEditing; } - /// Set Enable/Disable state of Ok button - /// \param theEnabled Enable/Disable state of Ok button - virtual void setOkEnabled(bool theEnabled) = 0; - - /// \return Enable/disable state of Ok button - virtual bool isOkEnabled() const = 0; - /// Set Enable/Disable state of Cancel button /// \param theEnabled Enable/Disable state of Cancel button virtual void setCancelEnabled(bool theEnabled) = 0;