Visualize.h
Go to the documentation of this file.
1 // Visualize.h : interface of the CVisualizeApp class, derived from CHoopsApp
2 // This is the main header for the application
3 
4 #include "stdafx.h"
5 
6 #ifndef __AFXWIN_H__
7  #error include 'stdafx.h' before including this file for PCH
8 #endif
9 
10 #ifndef _CVisualizeApp_H__
11 #define _CVisualizeApp_H__
12 
13 #include "hc.h"
14 #include "CHoopsApp.h"
15 
16 
17 class HDB;
18 
19 
21 // CVisualizeApp:
22 // See CVisualizeApp.cpp for the implementation of this class
23 //
24 
25 class CVisualizeApp : public CHoopsApp
26 {
27 
28 protected:
29 
30 
31 
32 public:
33  CVisualizeApp();
34 
35 
36 
37 // Overrides
38  // ClassWizard generated virtual function overrides
39  //{{AFX_VIRTUAL(CVisualizeApp)
40  public:
41  virtual BOOL InitInstance();
42  virtual int ExitInstance();
43  //}}AFX_VIRTUAL
44 
45 // Implementation
46 
47  //{{AFX_MSG(CVisualizeApp)
48  afx_msg void OnAppAbout();
49  //}}AFX_MSG
50  DECLARE_MESSAGE_MAP()
51 };
52 
53 #endif // _CVisualizeApp_H__
afx_msg void OnAppAbout()
Definition: Visualize.h:25
virtual BOOL InitInstance()
virtual int ExitInstance()