X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=b100c4ffe4cd43b6886a42aeb93c75f12fb36372;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=47d574a14be67627cdf53f8b12f9d18dd0f53676;hpb=47aefba9ed96153cab39ebfc4aa7fecc51942f21;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index 47d574a14..b100c4ffe 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -31,17 +31,17 @@ 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 storeValueCustom() const; + virtual bool restoreValueCustom(); + private: /// The check box QCheckBox* myCheckBox;