File indexing completed on 2026-09-19 09:29:57
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _XmlMXCAFDoc_NoteCommentDriver_HeaderFile
0017 #define _XmlMXCAFDoc_NoteCommentDriver_HeaderFile
0018
0019 #include <XmlMXCAFDoc_NoteDriver.hxx>
0020
0021
0022 class XmlMXCAFDoc_NoteCommentDriver : public XmlMXCAFDoc_NoteDriver
0023 {
0024 public:
0025 Standard_EXPORT XmlMXCAFDoc_NoteCommentDriver(
0026 const occ::handle<Message_Messenger>& theMessageDriver);
0027
0028 Standard_EXPORT occ::handle<TDF_Attribute> NewEmpty() const override;
0029
0030 Standard_EXPORT bool Paste(const XmlObjMgt_Persistent& theSource,
0031 const occ::handle<TDF_Attribute>& theTarget,
0032 XmlObjMgt_RRelocationTable& theRelocTable) const override;
0033
0034 Standard_EXPORT void Paste(const occ::handle<TDF_Attribute>& theSource,
0035 XmlObjMgt_Persistent& theTarget,
0036 XmlObjMgt_SRelocationTable& theRelocTable) const override;
0037
0038 DEFINE_STANDARD_RTTIEXT(XmlMXCAFDoc_NoteCommentDriver, XmlMXCAFDoc_NoteDriver)
0039
0040 protected:
0041 XmlMXCAFDoc_NoteCommentDriver(const occ::handle<Message_Messenger>& theMsgDriver,
0042 const char* theName);
0043 };
0044
0045 #endif