X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelAPI%2FModelAPI_AttributeString.h;fp=src%2FModelAPI%2FModelAPI_AttributeString.h;h=d6c4b88616670c4de994105dbc78b96de5450cec;hb=cfeb101356ed62a533474075cb22853a0e1f30d1;hp=d753784c40bf8a37cfd3094e57cd59300393848f;hpb=a7b8a6ac57d5c4cbeb834b46a4e99b18b209fcbc;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeString.h b/src/ModelAPI/ModelAPI_AttributeString.h index d753784c4..d6c4b8861 100644 --- a/src/ModelAPI/ModelAPI_AttributeString.h +++ b/src/ModelAPI/ModelAPI_AttributeString.h @@ -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()