0030773: Application Framework - To allow to inherit existing attributes to reuse...
[occt.git] / src / XmlMXCAFDoc / XmlMXCAFDoc_NoteCommentDriver.hxx
CommitLineData
024d6f77 1// Created on: 2017-02-14
2// Created by: Sergey NIKONOV
3// Copyright (c) 2008-2017 OPEN CASCADE SAS
4//
5// This file is part of Open CASCADE Technology software library.
6//
7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
12//
13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
15
16#ifndef _XmlMXCAFDoc_NoteCommentDriver_HeaderFile
17#define _XmlMXCAFDoc_NoteCommentDriver_HeaderFile
18
19#include <XmlMXCAFDoc_NoteDriver.hxx>
20
21class XmlMXCAFDoc_NoteCommentDriver;
22DEFINE_STANDARD_HANDLE(XmlMXCAFDoc_NoteCommentDriver, XmlMXCAFDoc_NoteDriver)
23
24//! Attribute Driver.
25class XmlMXCAFDoc_NoteCommentDriver : public XmlMXCAFDoc_NoteDriver
26{
27public:
28
83ae3591 29 Standard_EXPORT XmlMXCAFDoc_NoteCommentDriver(const Handle(Message_Messenger)& theMessageDriver);
024d6f77 30
31 Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
32
33 Standard_EXPORT Standard_Boolean Paste(const XmlObjMgt_Persistent& theSource,
34 const Handle(TDF_Attribute)& theTarget,
35 XmlObjMgt_RRelocationTable& theRelocTable) const Standard_OVERRIDE;
36
37 Standard_EXPORT void Paste(const Handle(TDF_Attribute)& theSource,
38 XmlObjMgt_Persistent& theTarget,
39 XmlObjMgt_SRelocationTable& theRelocTable) const Standard_OVERRIDE;
40
41 DEFINE_STANDARD_RTTIEXT(XmlMXCAFDoc_NoteCommentDriver, XmlMXCAFDoc_NoteDriver)
42
43protected:
44
83ae3591 45 XmlMXCAFDoc_NoteCommentDriver(const Handle(Message_Messenger)& theMsgDriver,
024d6f77 46 Standard_CString theName);
47
48};
49
50#endif // _XmlMXCAFDoc_NoteCommentDriver_HeaderFile