Integration of OCCT 6.5.0 from SVN
[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 _Handle_TOcaf_Application_HeaderFile
20 #include <Handle_TOcaf_Application.hxx>
21 #endif
22
23 #ifndef _TDocStd_Application_HeaderFile
24 #include <TDocStd_Application.hxx>
25 #endif
26 #ifndef _Standard_CString_HeaderFile
27 #include <Standard_CString.hxx>
28 #endif
29 #ifndef _Handle_TDocStd_Document_HeaderFile
30 #include <Handle_TDocStd_Document.hxx>
31 #endif
32 class TColStd_SequenceOfExtendedString;
33 class TDocStd_Document;
34
35
36 class TOcaf_Application : public TDocStd_Application {
37
38 public:
39
40  // Methods PUBLIC
41  // 
42 Standard_EXPORT TOcaf_Application();
43 Standard_EXPORT virtual  void Formats(TColStd_SequenceOfExtendedString& Formats) ;
44 Standard_EXPORT   Standard_CString ResourcesName() ;
45 Standard_EXPORT ~TOcaf_Application();
46
47
48
49
50  // Type management
51  //
52  Standard_EXPORT friend Handle_Standard_Type& TOcaf_Application_Type_();
53  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
54  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
55
56 protected:
57
58  // Methods PROTECTED
59  // 
60
61
62  // Fields PROTECTED
63  //
64
65
66 private: 
67
68  // Methods PRIVATE
69  // 
70
71
72  // Fields PRIVATE
73  //
74
75
76 };
77
78
79
80
81
82 // other inline functions and methods (like "C++: function call" methods)
83 //
84
85
86 #endif