Salome HOME
Spell-checking
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 37b15780d73760d05dccff2b9e064d807683dfe6..b100c4ffe4cd43b6886a42aeb93c75f12fb36372 100644 (file)
@@ -31,13 +31,16 @@ Q_OBJECT
 
   virtual ~ModuleBase_WidgetBoolValue();
 
-  virtual bool storeValue() const;
+  virtual QList<QWidget*> getControls() const;
 
-  virtual bool restoreValue();
+  virtual void setHighlighted(bool isHighlighted);
 
-  virtual QList<QWidget*> getControls() const;
+protected:
+  /// Saves the internal parameters to the given feature
+  /// \return True in success
+  virtual bool storeValueCustom() const;
 
-  QWidget* getControl() const;
+  virtual bool restoreValueCustom();
 
  private:
    /// The check box