test6.h
来自「hoops_acis_mfc框架」· C头文件 代码 · 共 53 行
H
53 行
// test6.h : interface of the Ctest6App 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 _Ctest6App_H__
#define _Ctest6App_H__
#include "hc.h"
#include "CHoopsApp.h"
class HDB;
/////////////////////////////////////////////////////////////////////////////
// Ctest6App:
// See Ctest6App.cpp for the implementation of this class
//
class Ctest6App : public CHoopsApp
{
protected:
public:
Ctest6App();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Ctest6App)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(Ctest6App)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // _Ctest6App_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?