www.pudn.com > FingerPro.rar > FingerProView.h


// FingerProView.h : interface of the CFingerProView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_FINGERPROVIEW_H__81597544_7E6B_451A_B0DD_CE0A9F2A67DD__INCLUDED_) 
#define AFX_FINGERPROVIEW_H__81597544_7E6B_451A_B0DD_CE0A9F2A67DD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CFingerProView : public CView 
{ 
protected: // create from serialization only 
	CFingerProView(); 
	DECLARE_DYNCREATE(CFingerProView) 
 
// Attributes 
public: 
	CFingerProDoc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFingerProView) 
	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 ~CFingerProView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CFingerProView) 
	afx_msg void On256toGray(); 
	afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);  // user message 
	afx_msg void OnBinary(); 
	afx_msg void OnEnhaSmooth(); 
	afx_msg void OnENHAMidianF(); 
	afx_msg void OnEnhaSharp(); 
	afx_msg void OnEnhaGradsharp(); 
	afx_msg void OnMorphThining(); 
	afx_msg void OnGrayscr(); 
	afx_msg void OnViewIntensity(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in FingerProView.cpp 
inline CFingerProDoc* CFingerProView::GetDocument() 
   { return (CFingerProDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FINGERPROVIEW_H__81597544_7E6B_451A_B0DD_CE0A9F2A67DD__INCLUDED_)