0031682: Visualization - Prs3d_ShadingAspect::SetTransparency() has no effect with...
[occt.git] / src / BinMXCAFDoc / BinMXCAFDoc_NoteCommentDriver.hxx
CommitLineData
024d6f77 1// Created on: 2017-02-13
2// Created by: Sergey NIKONOV
3// Copyright (c) 2005-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 _BinMXCAFDoc_NoteCommentDriver_HeaderFile
17#define _BinMXCAFDoc_NoteCommentDriver_HeaderFile
18
19#include <BinMXCAFDoc_NoteDriver.hxx>
20
21class BinMXCAFDoc_NoteCommentDriver;
22DEFINE_STANDARD_HANDLE(BinMXCAFDoc_NoteCommentDriver, BinMXCAFDoc_NoteDriver)
23
24class BinMXCAFDoc_NoteCommentDriver : public BinMXCAFDoc_NoteDriver
25{
26public:
27
83ae3591 28 Standard_EXPORT BinMXCAFDoc_NoteCommentDriver(const Handle(Message_Messenger)& theMsgDriver);
024d6f77 29
30 Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
31
32 Standard_EXPORT Standard_Boolean Paste (const BinObjMgt_Persistent& theSource,
33 const Handle(TDF_Attribute)& theTarget,
34 BinObjMgt_RRelocationTable& theRelocTable) const Standard_OVERRIDE;
35
36 Standard_EXPORT void Paste (const Handle(TDF_Attribute)& theSource,
37 BinObjMgt_Persistent& theTarget,
38 BinObjMgt_SRelocationTable& theRelocTable) const Standard_OVERRIDE;
39
40 DEFINE_STANDARD_RTTIEXT(BinMXCAFDoc_NoteCommentDriver, BinMXCAFDoc_NoteDriver)
41
42protected:
43
83ae3591 44 BinMXCAFDoc_NoteCommentDriver(const Handle(Message_Messenger)& theMsgDriver,
024d6f77 45 Standard_CString theName);
46
47};
48
49#endif // _BinMXCAFDoc_NoteCommentDriver_HeaderFile