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

📄 beeview.h

📁 小蜜蜂射击游戏,画面精彩,声音也不错
💻 H
字号:
// beeView.h : interface of the CBeeView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_BEEVIEW_H__15B81595_E59E_48B8_B3DB_F4C9E7D6E0FF__INCLUDED_)
#define AFX_BEEVIEW_H__15B81595_E59E_48B8_B3DB_F4C9E7D6E0FF__INCLUDED_

#include "screen.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CBeeView : public CView
{
protected: // create from serialization only
	CBeeView();
	DECLARE_DYNCREATE(CBeeView)

// Attributes
public:
	CBeeDoc* GetDocument();
	screen m_screen;
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CBeeView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	int testy;
	int testx;
//	int test;
	virtual ~CBeeView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CBeeView)
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnCancelMode();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBrush m_brushBackground;
};

#ifndef _DEBUG  // debug version in beeView.cpp
inline CBeeDoc* CBeeView::GetDocument()
   { return (CBeeDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BEEVIEW_H__15B81595_E59E_48B8_B3DB_F4C9E7D6E0FF__INCLUDED_)

⌨️ 快捷键说明

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