X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=b100c4ffe4cd43b6886a42aeb93c75f12fb36372;hb=8cd56d486b6e96b8814002f9f0f4acadd6cea11b;hp=37b15780d73760d05dccff2b9e064d807683dfe6;hpb=a2686c838648dcf05659df3c31d9b90aca42b792;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index 37b15780d..b100c4ffe 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -31,13 +31,16 @@ Q_OBJECT virtual ~ModuleBase_WidgetBoolValue(); - virtual bool storeValue() const; + virtual QList getControls() const; - virtual bool restoreValue(); + virtual void setHighlighted(bool isHighlighted); - virtual QList getControls() const; +protected: + /// Saves the internal parameters to the given feature + /// \return True in success + virtual bool storeValueCustom() const; - QWidget* getControl() const; + virtual bool restoreValueCustom(); private: /// The check box