Salome HOME
Make "DoF" message from the sketch plugin translated correctly to French.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeString.h
index d753784c40bf8a37cfd3094e57cd59300393848f..d6c4b88616670c4de994105dbc78b96de5450cec 100644 (file)
@@ -41,6 +41,7 @@ class ModelAPI_AttributeString : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual std::string value() = 0;
   /// Returns a pointer to Unicode string
   MODELAPI_EXPORT virtual char16_t* valueU() = 0;
+  MODELAPI_EXPORT virtual bool isUValue() const = 0;
 
   /// Returns the type of this class of attributes
   MODELAPI_EXPORT static std::string typeId()