X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetDoubleValue.h;h=81052981c140812c610bed898e3e47f30d6e3da7;hb=ace68008dc38022136ba6ed10c7be5e7c8152051;hp=186ae90a3f7fceefd4a9e326d091d2672e646ae9;hpb=d3883990177d27a12b8a2278cdbb82250ff19b79;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h index 186ae90a3..81052981c 100644 --- a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h +++ b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h @@ -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 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;