DynSplitView2.h
Upload User: szkelitina
Upload Date: 2022-05-21
Package Size: 6797k
Code Size: 2k
Category:

Special Effects

Development Platform:

Visual C++

  1. #if !defined(AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_)
  2. #define AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // DynSplitView2.h : header file
  7. //
  8. #include"DSplitDoc.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDynSplitView2 view
  11. #include "WvltTransDib.h"
  12. #include "WvltTransDib.h"
  13. class CDynSplitView2 : public CView
  14. {
  15. protected:
  16. CDynSplitView2();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CDynSplitView2)
  18. // Attributes
  19. public:
  20. CDSplitDoc* GetDocument();
  21. // Operations
  22. public:
  23. void clearmem2();
  24. CPalette *CreateBitmapPalette( CWvltTransDib* pBitmap);
  25.   CString filename;
  26. CWvltTransDib *CDibNew1;
  27. CDib *CDib1;
  28. CPalette hPalette;
  29. int state2;
  30. void clearmem();
  31. int n;
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CDynSplitView2)
  35. protected:
  36. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. virtual ~CDynSplitView2();
  41. #ifdef _DEBUG
  42. virtual void AssertValid() const;
  43. virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45. // Generated message map functions
  46. protected:
  47. //{{AFX_MSG(CDynSplitView2)
  48. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  49. afx_msg void OnFilesave();
  50. afx_msg void OnHangbianhuan();
  51. afx_msg void OnLiebianhuan();
  52. afx_msg void OnOnce();
  53. afx_msg void OnTwice();
  54. afx_msg void OnThrice();
  55. afx_msg void OnLowfilter();
  56. afx_msg void OnIdwt();
  57. afx_msg void OnHighfilter();
  58. //}}AFX_MSG
  59. DECLARE_MESSAGE_MAP()
  60. };
  61. /////////////////////////////////////////////////////////////////////////////
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  64. #endif // !defined(AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_)