QGIS.h
资源名称:QGIS.rar [点击查看]
上传用户:oybseng
上传日期:2015-04-27
资源大小:7831k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- // QGIS.h : main header file for the QGIS application
- //
- #if !defined(AFX_QGIS_H__034C5DAE_3D61_47DA_991D_4F458B741E37__INCLUDED_)
- #define AFX_QGIS_H__034C5DAE_3D61_47DA_991D_4F458B741E37__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "include/Resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CQGISApp:
- // See QGIS.cpp for the implementation of this class
- //
- class CQGISApp : public CWinApp
- {
- public:
- CQGISApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQGISApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CQGISApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileNew();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_QGIS_H__034C5DAE_3D61_47DA_991D_4F458B741E37__INCLUDED_)