Salome HOME
Using variables in WidgetDoubleValue
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDouble.h
index 291bc18831bc0e94509b34bd66356c0ee250a966..6ac965232fbf28b6a8c395f13a3068709e9fd42a 100644 (file)
@@ -23,6 +23,12 @@ class ModelAPI_AttributeDouble : public ModelAPI_Attribute
   /// Returns the double value
   MODELAPI_EXPORT virtual double value() = 0;
 
+  /// Defines the double value
+  MODELAPI_EXPORT virtual void setText(const std::string& theText) = 0;
+
+  /// Returns the double value
+  MODELAPI_EXPORT virtual std::string text() = 0;
+
   /// Returns the type of this class of attributes
   MODELAPI_EXPORT static std::string typeId()
   {