0032709: Samples, MFC - remove samples Viewer2d, Viewer3d, Ocaf, Triangulation, Anima...
[occt.git] / samples / mfc / standard / 10_Convert / src / WNT / OCCDemo.h
1 // OCCDemo.h : main header file for the OCCDEMO application
2 //
3
4 #if !defined(AFX_OCCDEMO_H__57A6A228_7B4F_11D5_BA4A_0060B0EE18EA__INCLUDED_)
5 #define AFX_OCCDEMO_H__57A6A228_7B4F_11D5_BA4A_0060B0EE18EA__INCLUDED_
6
7 #if _MSC_VER > 1000
8 #pragma once
9 #endif // _MSC_VER > 1000
10
11 #ifndef __AFXWIN_H__
12         #error include 'stdafx.h' before including this file for PCH
13 #endif
14
15 #include "resource.h"       // main symbols
16
17 #include <OCC_App.h>
18
19 /////////////////////////////////////////////////////////////////////////////
20 // COCCDemoApp:
21 // See OCCDemo.cpp for the implementation of this class
22 //
23
24 class COCCDemoApp : public OCC_App
25 {
26 public:
27
28   COCCDemoApp();
29
30   Handle(Graphic3d_GraphicDriver) GetGraphicDriver() const { return myGraphicDriver; }
31
32 // Overrides
33   // ClassWizard generated virtual function overrides
34   //{{AFX_VIRTUAL(COCCDemoApp)
35   public:
36   virtual BOOL InitInstance();
37   //}}AFX_VIRTUAL
38
39 // Implementation
40   //{{AFX_MSG(COCCDemoApp)
41   //afx_msg void OnAppAbout();
42     // NOTE - the ClassWizard will add and remove member functions here.
43     //    DO NOT EDIT what you see in these blocks of generated code !
44   //}}AFX_MSG
45   DECLARE_MESSAGE_MAP()
46
47 private:
48
49   Handle(Graphic3d_GraphicDriver) myGraphicDriver;
50 };
51
52 /////////////////////////////////////////////////////////////////////////////
53
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56
57 #endif // !defined(AFX_OCCDEMO_H__57A6A228_7B4F_11D5_BA4A_0060B0EE18EA__INCLUDED_)