Salome HOME
updated copyright message
[modules/shaper.git] / src / Model / Model_AttributeString.h
index 733cb88bd9253f078b31d8e79c5d3e0ef29d20c5..d0f702818f02003304d6ec4b61ee6a8935c8438c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  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
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef MODEL_ATTRIBUTESTRING_H_
@@ -41,9 +40,15 @@ class Model_AttributeString : public ModelAPI_AttributeString
  public:
   /// Defines the std::string value
   MODEL_EXPORT virtual void setValue(const std::string& theValue);
+  /// Defines the std::wstring value
+  MODEL_EXPORT virtual void setValue(const std::wstring& theValue);
 
   /// Returns the std::string  value
   MODEL_EXPORT virtual std::string value();
+  /// 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 attributes