gamatchview.h
来自「数字摄影测量相关算法编程,在VC环境下实现影像特征点提取.」· C头文件 代码 · 共 66 行
H
66 行
// GaMatchView.h : interface of the CGaMatchView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_)
#define AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGaMatchView : public CScrollView
{
protected: // create from serialization only
CGaMatchView();
DECLARE_DYNCREATE(CGaMatchView)
// Attributes
public:
CGaMatchDoc* GetDocument();
CGaMatchDoc* pDoc;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGaMatchView)
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 ~CGaMatchView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CGaMatchView)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in GaMatchView.cpp
inline CGaMatchDoc* CGaMatchView::GetDocument()
{ return (CGaMatchDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?