Salome HOME
Update behavior of calculation of Multi-Rotation constraint
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetIntValue.h
index aa7958b9bf21fe9a62a50d50a3874c70bca9f576..255e716035b009b31f9403eb45e8371320dbff52 100644 (file)
@@ -40,10 +40,6 @@ Q_OBJECT
   /// Fills the widget with default values
   virtual bool reset();
 
-  //! Read value of corresponded attribute from data model to the input control
-  // \return True in success
-  virtual bool restoreValue();
-
   /// Returns list of widget controls
   /// \return a control list
   virtual QList<QWidget*> getControls() const;
@@ -54,6 +50,10 @@ protected:
   /// \return True in success
   virtual bool storeValueCustom() const;
 
+  //! Read value of corresponded attribute from data model to the input control
+  // \return True in success
+  virtual bool restoreValueCustom();
+
 protected:
   /// Label of the widget
   QLabel* myLabel;