Salome HOME
Merge branch 'Dev_1.2.0' of newgeom:newgeom into Dev_1.2.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 37b15780d73760d05dccff2b9e064d807683dfe6..1c13e0458ce9b5d998eedce6e638b2a485e558e1 100644 (file)
@@ -31,13 +31,16 @@ Q_OBJECT
 
   virtual ~ModuleBase_WidgetBoolValue();
 
-  virtual bool storeValue() const;
-
   virtual bool restoreValue();
 
   virtual QList<QWidget*> 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;
 
  private:
    /// The check box