Salome HOME
updated copyright message
[modules/shaper.git] / src / Model / Model_AttributeString.h
index 7b2dfb6f8cd5abcc17c93fd5dca8ad46d702590c..d0f702818f02003304d6ec4b61ee6a8935c8438c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -45,11 +45,13 @@ class Model_AttributeString : public ModelAPI_AttributeString
 
   /// Returns the std::string  value
   MODEL_EXPORT virtual std::string value();
-  /// Returns the std::wstring  value
-  MODEL_EXPORT virtual std::wstring valueW();
+  /// Returns a pointer to Unicode string
+  MODEL_EXPORT virtual char16_t* valueU();
+  /// Returns true if Unicode string was stored
+  MODEL_EXPORT virtual bool isUValue() const;
 
  protected:
-  /// Initializes attibutes
+  /// Initializes attributes
   Model_AttributeString(TDF_Label& theLabel);
   /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc)
   virtual void reinit();