Salome HOME
Optimize the flushing: this improvement speed ups the unit test for 3-4 times
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 186ae90a3f7fceefd4a9e326d091d2672e646ae9..81052981c140812c610bed898e3e47f30d6e3da7 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;
@@ -58,6 +54,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;