]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeDouble.h
Salome HOME
Issue #718 - Translation with parameters - wrong coordinates
[modules/shaper.git] / src / Model / Model_AttributeDouble.h
index 6c999936593e4b8a37586e3fd0604ef3da1fafc4..d93b6067364fe217044b959ea469f935315c11ef 100644 (file)
@@ -30,10 +30,13 @@ class Model_AttributeDouble : public ModelAPI_AttributeDouble
   /// Returns the double value
   MODEL_EXPORT virtual double value();
 
-  /// Defines the double value
+  /// Defines the calculated double value
+  MODEL_EXPORT virtual void setCalculatedValue(const double theValue);
+
+  /// Defines the text value
   MODEL_EXPORT virtual void setText(const std::string& theText);
 
-  /// Returns the double value
+  /// Returns the text value
   MODEL_EXPORT virtual std::string text();
 
   /// Allows to set expression (text) as invalid (by the parameters listener)