hoopstest.h

来自「使用HOOPS库开发的一个教学演示工具。」· C头文件 代码 · 共 59 行

H
59
字号
// hoopstest.h : interface of the ChoopstestApp class, derived from CHoopsApp// This is the main header for the application#ifndef __AFXWIN_H__	#error include 'stdafx.h' before including this file for PCH#endif#ifndef _ChoopstestApp_H__#define _ChoopstestApp_H__#include "hc.h"#include "CHoopsApp.h"class HDB;class HNetMgr;class CNetworkDlg;/////////////////////////////////////////////////////////////////////////////// ChoopstestApp:// See ChoopstestApp.cpp for the implementation of this class//class ChoopstestApp : public CHoopsApp{protected:	// modeless HNetwork dialog	CNetworkDlg* m_pNetworkDlg;public:	ChoopstestApp();	HNetMgr* GetHNetMgr();  // Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(ChoopstestApp)	public:	virtual BOOL InitInstance();	virtual int ExitInstance();	//}}AFX_VIRTUAL// Implementation	//{{AFX_MSG(ChoopstestApp)	afx_msg void OnAppAbout();	afx_msg void OnFileNetwork();	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};#endif	// _ChoopstestApp_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?