s10_4view.h
来自「四川大学教学的MFC的ppt 以及源代码」· C头文件 代码 · 共 76 行
H
76 行
// s10_4View.h : interface of the CS10_4View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_S10_4VIEW_H__C764FECD_196F_11DA_AA62_00409500AD9A__INCLUDED_)
#define AFX_S10_4VIEW_H__C764FECD_196F_11DA_AA62_00409500AD9A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CS10_4View : public CView
{
protected: // create from serialization only
CS10_4View();
DECLARE_DYNCREATE(CS10_4View)
// Attributes
public:
CS10_4Doc* GetDocument();
enum {PEN, BRUSH, FONT} m_GdiType;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CS10_4View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CS10_4View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CS10_4View)
afx_msg void OnMenuitemBrush1();
afx_msg void OnMenuitemBrush2();
afx_msg void OnMenuitemBrush3();
afx_msg void OnMenuitemPen1();
afx_msg void OnMenuitemPen2();
afx_msg void OnMenuitemPen3();
afx_msg void OnMenuitemFont1();
afx_msg void OnMenuitemFont2();
afx_msg void OnMenuitemFont3();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in s10_4View.cpp
inline CS10_4Doc* CS10_4View::GetDocument()
{ return (CS10_4Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_S10_4VIEW_H__C764FECD_196F_11DA_AA62_00409500AD9A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?