dodadvw.h
来自「The project demonstrates many Windows co」· C头文件 代码 · 共 62 行
H
62 行
// DoDadvw.h : interface of the CDoDadsView class
//
/////////////////////////////////////////////////////////////////////////////
class CDoDadsView : public CView
{
protected: // create from serialization only
CDoDadsView();
DECLARE_DYNCREATE(CDoDadsView)
// Attributes
public:
CDoDadsDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDoDadsView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDoDadsView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
BOOL m_bRegistered;
// Generated message map functions
protected:
//{{AFX_MSG(CDoDadsView)
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnViewHotkey();
afx_msg void OnViewSpinner();
afx_msg void OnViewToolbar();
afx_msg void OnViewStatistics();
afx_msg void OnViewAnimation();
afx_msg void OnViewAddresses();
afx_msg void OnViewExposure();
afx_msg void OnViewProgress();
afx_msg void OnViewMaskedimages();
//}}AFX_MSG
afx_msg LONG OnHotKeyMessage(UINT, LONG);
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in DoDadvw.cpp
inline CDoDadsDoc* CDoDadsView::GetDocument()
{ return (CDoDadsDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?