8d63cd86af3b77f9f1a68cd4b6d4d6570224088f
[occt.git] / src / BinDrivers / BinDrivers_DocumentRetrievalDriver.hxx
1 // Created on: 2002-10-31
2 // Created by: Michael SAZONOV
3 // Copyright (c) 2002-2014 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 _BinDrivers_DocumentRetrievalDriver_HeaderFile
17 #define _BinDrivers_DocumentRetrievalDriver_HeaderFile
18
19 #include <Standard.hxx>
20 #include <Standard_Type.hxx>
21
22 #include <BinLDrivers_DocumentRetrievalDriver.hxx>
23 #include <Standard_IStream.hxx>
24 #include <Standard_Boolean.hxx>
25 #include <Storage_Position.hxx>
26 #include <Standard_Integer.hxx>
27 class BinMDF_ADriverTable;
28 class Message_Messenger;
29 class BinLDrivers_DocumentSection;
30
31
32 class BinDrivers_DocumentRetrievalDriver;
33 DEFINE_STANDARD_HANDLE(BinDrivers_DocumentRetrievalDriver, BinLDrivers_DocumentRetrievalDriver)
34
35
36 class BinDrivers_DocumentRetrievalDriver : public BinLDrivers_DocumentRetrievalDriver
37 {
38
39 public:
40
41   
42   //! Constructor
43   Standard_EXPORT BinDrivers_DocumentRetrievalDriver();
44   
45   Standard_EXPORT virtual Handle(BinMDF_ADriverTable) AttributeDrivers (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE;
46   
47   Standard_EXPORT virtual void ReadShapeSection (BinLDrivers_DocumentSection& theSection, Standard_IStream& theIS, const Standard_Boolean isMess = Standard_False) Standard_OVERRIDE;
48   
49   Standard_EXPORT virtual void CheckShapeSection (const Storage_Position& thePos, Standard_IStream& theIS) Standard_OVERRIDE;
50
51   //! Clears the NamedShape driver
52   Standard_EXPORT virtual void Clear() Standard_OVERRIDE;
53
54
55   DEFINE_STANDARD_RTTIEXT(BinDrivers_DocumentRetrievalDriver,BinLDrivers_DocumentRetrievalDriver)
56
57 protected:
58
59
60
61
62 private:
63
64
65
66
67 };
68
69
70
71
72
73
74
75 #endif // _BinDrivers_DocumentRetrievalDriver_HeaderFile