www.pudn.com > pict.rar > ImageMeasureView.h


// ImageMeasureView.h : interface of the CImageMeasureView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_IMAGEMEASUREVIEW_H__BF7D7B70_892C_4003_8334_21BA4826D3C4__INCLUDED_) 
#define AFX_IMAGEMEASUREVIEW_H__BF7D7B70_892C_4003_8334_21BA4826D3C4__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CImageMeasureView : public CScrollView 
{ 
protected: // create from serialization only 
	CImageMeasureView(); 
	DECLARE_DYNCREATE(CImageMeasureView) 
 
// Attributes 
public: 
	CImageMeasureDoc* GetDocument(); 
	CBitmap *pBitmap; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CImageMeasureView) 
	public: 
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	protected: 
	virtual void OnInitialUpdate(); // called first time after construct 
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); 
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); 
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CImageMeasureView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CImageMeasureView) 
	afx_msg void OnMouseMove(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in ImageMeasureView.cpp 
inline CImageMeasureDoc* CImageMeasureView::GetDocument() 
   { return (CImageMeasureDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IMAGEMEASUREVIEW_H__BF7D7B70_892C_4003_8334_21BA4826D3C4__INCLUDED_)