www.pudn.com > VC_图像小波分解.rar > ImgDemoView.h


// ImgDemoView.h : interface of the CImgDemoView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_IMGDEMOVIEW_H__3115A377_0EA2_4B1C_8CC5_12DDA3CD1BFB__INCLUDED_) 
#define AFX_IMGDEMOVIEW_H__3115A377_0EA2_4B1C_8CC5_12DDA3CD1BFB__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CImgDemoView : public CScrollView 
{ 
protected: // create from serialization only 
	CImgDemoView(); 
	DECLARE_DYNCREATE(CImgDemoView) 
 
// Attributes 
public: 
	CImgDemoDoc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CImgDemoView) 
	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 ~CImgDemoView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CImgDemoView) 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
	afx_msg void OnInvertcolor(); 
	afx_msg void OnGrayext(); 
	afx_msg void OnLighten(); 
	afx_msg void OnDelighten(); 
	afx_msg void OnPrcLog(); 
	afx_msg void OnPrcExp(); 
	afx_msg void OnPrc2562bin(); 
	afx_msg void OnPRC256to8(); 
	afx_msg void OnGrayExtention(); 
	afx_msg void OnP0(); 
	afx_msg void OnP7(); 
	afx_msg void OnP3(); 
	afx_msg void OnWT_DAU_fenjie(); 
	afx_msg void OnWTDAUfenjie2(); 
	afx_msg void OnWTDAUfenjie3(); 
	afx_msg void OnWTDAUfenjie4(); 
	afx_msg void OnWTDAUfenjie5(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in ImgDemoView.cpp 
inline CImgDemoDoc* CImgDemoView::GetDocument() 
   { return (CImgDemoDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IMGDEMOVIEW_H__3115A377_0EA2_4B1C_8CC5_12DDA3CD1BFB__INCLUDED_)