X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=b100c4ffe4cd43b6886a42aeb93c75f12fb36372;hb=b263f22d52ccb191c4fad8f7455d9714a3024514;hp=f5c3f494f91eeae10b00df4e649f3915c78a89bf;hpb=5be4a656f7f45e94dc40385cf164a88375e4403b;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index f5c3f494f..b100c4ffe 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -31,15 +31,17 @@ Q_OBJECT virtual ~ModuleBase_WidgetBoolValue(); - virtual bool restoreValue(); - virtual QList getControls() 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;