📄 38view.h
字号:
// 38View.h : interface of the CMy38View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_38VIEW_H__86AE6A38_5035_445B_A80E_332832B9602C__INCLUDED_)
#define AFX_38VIEW_H__86AE6A38_5035_445B_A80E_332832B9602C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMy38View : public CView
{
protected: // create from serialization only
CMy38View();
DECLARE_DYNCREATE(CMy38View)
// Attributes
public:
CMy38Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy38View)
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:
POINT now_point;
BOOL n_solid;
COLORREF n_color;
int n_hatch_int;
CString n_hatch;
int n_width;
int n_style_int;
CString n_style;
POINT old_point;
int n_type;
int n_brush;
virtual ~CMy38View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy38View)
afx_msg void OnLine();
afx_msg void OnUpdateLine(CCmdUI* pCmdUI);
afx_msg void OnRectangle();
afx_msg void OnUpdateRectangle(CCmdUI* pCmdUI);
afx_msg void OnEllipse();
afx_msg void OnUpdateEllipse(CCmdUI* pCmdUI);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnPen();
afx_msg void OnBrush();
afx_msg void OnColor();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in 38View.cpp
inline CMy38Doc* CMy38View::GetDocument()
{ return (CMy38Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_38VIEW_H__86AE6A38_5035_445B_A80E_332832B9602C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -