0028066: Samples - mfc ocaf sample could not read/save any document without environme...
[occt.git] / samples / mfc / standard / 06_Ocaf / src / TOcaf_Application.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #ifndef _TOcaf_Application_HeaderFile
17 #define _TOcaf_Application_HeaderFile
18
19 #ifndef _TDocStd_Application_HeaderFile
20 #include <TDocStd_Application.hxx>
21 #endif
22 #ifndef _Standard_CString_HeaderFile
23 #include <Standard_CString.hxx>
24 #endif
25 #include <TColStd_SequenceOfExtendedString.hxx>
26 class TDocStd_Document;
27
28
29 class TOcaf_Application : public TDocStd_Application {
30
31 public:
32
33  // Methods PUBLIC
34  // 
35 Standard_EXPORT TOcaf_Application();
36
37  // Type management
38  //
39  //Standard_EXPORT friend Handle(Standard_Type)& TOcaf_Application_Type_();
40  Standard_EXPORT const Handle(TOcaf_Application) DownCast(const Handle(Standard_Transient)& AnObject);
41  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
42  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
43
44 protected:
45
46  // Methods PROTECTED
47  // 
48
49
50  // Fields PROTECTED
51  //
52
53
54 private: 
55
56  // Methods PRIVATE
57  // 
58
59
60  // Fields PRIVATE
61  //
62
63
64 };
65
66
67
68
69
70 // other inline functions and methods (like "C++: function call" methods)
71 //
72
73
74 #endif