📄 imagefeaturesview.h
字号:
// Partially wizard generated code
// ImageFeaturesView.h : interface of the CImageFeaturesView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_IMAGEFEATURESVIEW_H__42540392_80AF_11D2_8933_004033A0E6FB__INCLUDED_)
#define AFX_IMAGEFEATURESVIEW_H__42540392_80AF_11D2_8933_004033A0E6FB__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CImageFeaturesView : public CScrollView
{
protected: // create from serialization only
CImageFeaturesView();
DECLARE_DYNCREATE(CImageFeaturesView)
// Attributes
public:
CImageFeaturesDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CImageFeaturesView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual void OnInitialUpdate();
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CImageFeaturesView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CImageFeaturesView)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
LONG OnBackgroundNotify(UINT, LONG );
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in ImageFeaturesView.cpp
inline CImageFeaturesDoc* CImageFeaturesView::GetDocument()
{ return (CImageFeaturesDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IMAGEFEATURESVIEW_H__42540392_80AF_11D2_8933_004033A0E6FB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -