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