⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hoopstest.h

📁 使用HOOPS库开发的一个教学演示工具。
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -