1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

XCAF: notes Bin/XML drivers

# Conflicts:
#	src/XmlMXCAFDoc/XmlMXCAFDoc.hxx
This commit is contained in:
snn
2017-02-14 17:32:19 +03:00
parent b87a2fa42c
commit e66ddc4bab
25 changed files with 912 additions and 179 deletions

View File

@@ -31,16 +31,16 @@ public:
Standard_EXPORT static Standard_Boolean IsMine(const TDF_Label& theLabel);
Standard_EXPORT static Handle(XCAFDoc_NoteComment) Set(const TDF_Label& theLabel,
const Handle(TCollection_HExtendedString)& theUserName,
const Handle(TCollection_HExtendedString)& theTimeStamp,
const Handle(TCollection_HExtendedString)& theComment);
Standard_EXPORT static Handle(XCAFDoc_NoteComment) Set(const TDF_Label& theLabel,
const TCollection_ExtendedString& theUserName,
const TCollection_ExtendedString& theTimeStamp,
const TCollection_ExtendedString& theComment);
Standard_EXPORT XCAFDoc_NoteComment();
Standard_EXPORT void Set(const Handle(TCollection_HExtendedString)& theComment);
Standard_EXPORT void Set(const TCollection_ExtendedString& theComment);
Standard_EXPORT Handle(TCollection_HExtendedString) Comment() const;
Standard_EXPORT const TCollection_ExtendedString& Comment() const;
public:
@@ -57,7 +57,7 @@ public:
protected:
Handle(TCollection_HExtendedString) myComment;
TCollection_ExtendedString myComment;
};
#endif // _XCAFDoc_NoteComment_HeaderFile