X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetIntValue.h;h=255e716035b009b31f9403eb45e8371320dbff52;hb=7cb6ac084270943d926ec7ef35bf9e63d6a3eaf5;hp=aa7958b9bf21fe9a62a50d50a3874c70bca9f576;hpb=9c710f79194400664d41e147a7c783b86c906d53;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetIntValue.h b/src/ModuleBase/ModuleBase_WidgetIntValue.h index aa7958b9b..255e71603 100644 --- a/src/ModuleBase/ModuleBase_WidgetIntValue.h +++ b/src/ModuleBase/ModuleBase_WidgetIntValue.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; @@ -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;