Analysis.h
Go to the documentation of this file.
00001 // Analysis.h : interface of the CAnalysisApp class, derived from CHoopsApp
00002 // This is the main header for the application
00003 
00004 
00005 #ifndef __AFXWIN_H__
00006     #error include 'stdafx.h' before including this file for PCH
00007 #endif
00008 
00009 #ifndef _CAnalysisApp_H__
00010 #define _CAnalysisApp_H__
00011 
00012 #include "hc.h"
00013 #include "CHoopsApp.h"
00014 
00015 
00016 class HDB;
00017 
00018 
00020 // CAnalysisApp:
00021 // See CAnalysisApp.cpp for the implementation of this class
00022 //
00023 
00024 class CAnalysisApp : public CHoopsApp
00025 {
00026 
00027 protected:
00028 
00029 
00030 
00031 public:
00032     CAnalysisApp();
00033 
00034 
00035   
00036 // Overrides
00037     // ClassWizard generated virtual function overrides
00038     //{{AFX_VIRTUAL(CAnalysisApp)
00039     public:
00040     virtual BOOL InitInstance();
00041     virtual int ExitInstance();
00042     //}}AFX_VIRTUAL
00043 
00044 // Implementation
00045 
00046     //{{AFX_MSG(CAnalysisApp)
00047     afx_msg void OnAppAbout();
00048     //}}AFX_MSG
00049     DECLARE_MESSAGE_MAP()
00050 };
00051 
00052 #endif  // _CAnalysisApp_H__