X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=f5c3f494f91eeae10b00df4e649f3915c78a89bf;hb=676e0178fdedf35ba607ef9d4f02d871dd06fa28;hp=5325b4d995b257d960f811eaffe91dd87d7f4b18;hpb=0233fc4277a766a0db60d017664ee1178b40002e;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index 5325b4d99..f5c3f494f 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -15,6 +15,7 @@ class QWidget; class QCheckBox; /** +* \ingroup GUI * Implementation of widget for boolean input (check box) */ class MODULEBASE_EXPORT ModuleBase_WidgetBoolValue : public ModuleBase_ModelWidget @@ -30,13 +31,14 @@ Q_OBJECT virtual ~ModuleBase_WidgetBoolValue(); - virtual bool storeValue() const; - virtual bool restoreValue(); virtual QList getControls() const; - QWidget* getControl() const; +protected: + /// Saves the internal parameters to the given feature + /// \return True in success + virtual bool storeValueCustom() const; private: /// The check box