Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 28d7b4e2e76f1aaf6eb8ab65887e7338195035ce..595cb8590bc8a7270f549122c8a67d0f0f02afd5 100644 (file)
@@ -80,15 +80,6 @@ protected:
   /// \return true if the widget current value is reset
   virtual bool resetCustom();
 
-private:
-  FeaturePtr createParameter(const QString& theText) const;
-
-  void editParameter(const QString& theText);
-
-  bool isNameExist(const QString& theName) const;
-
-  FeaturePtr findParameter(const QString& theName) const;
-
 protected:
   /// Label of the widget
   QLabel* myLabel;
@@ -97,6 +88,9 @@ protected:
   ModuleBase_ParamSpinBox* mySpinBox;
 
   FeaturePtr myParameter;
+
+  double myDefaultVal;
+  bool myHasDefault;
 };
 
 #endif