X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=b100c4ffe4cd43b6886a42aeb93c75f12fb36372;hb=e48efe1ec56a7d7e0d8a57fc05f8220b846ea995;hp=f5c3f494f91eeae10b00df4e649f3915c78a89bf;hpb=3c0b551f57002a6e5195ef959f8056aa9df72baf;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;