ImageView.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:2k
源码类别:

波变换

开发平台:

Visual C++

  1. #if !defined(AFX_IMAGEVIEW_H__AADAB104_7975_4876_A313_DBB1B6E77340__INCLUDED_)
  2. #define AFX_IMAGEVIEW_H__AADAB104_7975_4876_A313_DBB1B6E77340__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ImageView.h : header file
  7. //
  8. #include "小波变换Doc.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CImageView view
  11. class CImageView : public CView
  12. {
  13. protected:
  14. CImageView();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CImageView)
  16. // Attributes
  17. public:
  18.      CMyDoc* GetDocument();
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CImageView)
  24. protected:
  25. virtual void OnDraw(CDC* pDC); 
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);// overridden to draw this view
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. virtual ~CImageView();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CImageView)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. #ifndef _DEBUG 
  43. inline CMyDoc* CImageView::GetDocument()
  44.    { return (CMyDoc*)m_pDocument; }
  45. #endif
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_IMAGEVIEW_H__AADAB104_7975_4876_A313_DBB1B6E77340__INCLUDED_)