Salome HOME
Spell-checking
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 4dd9b709a75e18a438e1368c9e7c0cd638e4ee91..b100c4ffe4cd43b6886a42aeb93c75f12fb36372 100644 (file)
@@ -31,14 +31,16 @@ Q_OBJECT
 
   virtual ~ModuleBase_WidgetBoolValue();
 
-  virtual bool restoreValue();
-
   virtual QList<QWidget*> getControls() 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