leftimageview.h
来自「数字摄影测量相关算法编程,在VC环境下实现影像特征点提取.」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_LEFTIMAGEVIEW_H__59C80261_B996_11D4_B93A_F302F732BC4F__INCLUDED_)
#define AFX_LEFTIMAGEVIEW_H__59C80261_B996_11D4_B93A_F302F732BC4F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LeftImageView.h : header file
//
#include "GaMatchDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CLeftImageView view
class CLeftImageView : public CScrollView
{
protected:
CLeftImageView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CLeftImageView)
// Attributes
public:
CGaMatchDoc* pDoc;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLeftImageView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual void OnInitialUpdate(); // first time after construct
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CLeftImageView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CLeftImageView)
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LEFTIMAGEVIEW_H__59C80261_B996_11D4_B93A_F302F732BC4F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?