X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeString.h;h=d0f702818f02003304d6ec4b61ee6a8935c8438c;hb=bc04ba224088190f5a8bf066f31f81b0578934c6;hp=b424bc93514ce0594a4162983a65dbfce758c308;hpb=d3b52be3c4baef3776ee87bf5c194d33b0d4aa4d;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeString.h b/src/Model/Model_AttributeString.h index b424bc935..d0f702818 100644 --- a/src/Model/Model_AttributeString.h +++ b/src/Model/Model_AttributeString.h @@ -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 @@ -12,10 +12,9 @@ // // 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 +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef MODEL_ATTRIBUTESTRING_H_ @@ -46,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();