X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModuleBase%2FModuleBase_WidgetDoubleValue.h;h=909855d18e9712d349fe3794e080839b56e43621;hb=a5ed86373550fa394dfd5d90da16f8eaf01a7ebd;hp=70f6de58ce510344ae127d927bd18313b9a0c578;hpb=71932b0379863382b05da9c9e9b12fbc29016a1a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h index 70f6de58c..909855d18 100644 --- a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h +++ b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h @@ -25,10 +25,10 @@ public: virtual ~ModuleBase_WidgetDoubleValue(); /// Saves the internal parameters to the given feature - /// \param theFeature a model feature to be changed - virtual bool storeValue(FeaturePtr theFeature) const; + /// \param theObject a model feature to be changed + virtual bool storeValue(ObjectPtr theObject) const; - virtual bool restoreValue(FeaturePtr theFeature); + virtual bool restoreValue(ObjectPtr theObject); /// Returns list of widget controls /// \return a control list @@ -43,7 +43,7 @@ public: /// \param theEvent the processed event virtual bool eventFilter(QObject *theObject, QEvent *theEvent); -private: +protected: QWidget* myContainer; QLabel* myLabel; QDoubleSpinBox* mySpinBox;