www.pudn.com > spline_c++.rar > pic02View.h


// pic02View.h : interface of the CPic02View class 
// 
///////////////////////////////////////////////////////////////////////////// 
#include "PointTrans.h" 
#if !defined(AFX_PIC02VIEW_H__3CBA3D27_23C4_46F5_87AA_AF7BF0F90DD3__INCLUDED_) 
#define AFX_PIC02VIEW_H__3CBA3D27_23C4_46F5_87AA_AF7BF0F90DD3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CPic02View : public CView 
{ 
protected: // create from serialization only 
	CPic02View(); 
	DECLARE_DYNCREATE(CPic02View) 
 
// Attributes 
public: 
	CPic02Doc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPic02View) 
	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 ~CPic02View(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CPic02View) 
	afx_msg void OnInvert(); 
	afx_msg void OnIntenstiy(); 
	afx_msg void OnPointEqu(); 
	afx_msg void OnFft(); 
	afx_msg void OnFL(); 
	afx_msg void OnAf(); 
	afx_msg void OnCc(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in pic02View.cpp 
inline CPic02Doc* CPic02View::GetDocument() 
   { return (CPic02Doc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PIC02VIEW_H__3CBA3D27_23C4_46F5_87AA_AF7BF0F90DD3__INCLUDED_)