ED256Doc.h
上传用户:dfwb928
上传日期:2013-04-20
资源大小:228k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. // ED256Doc.h : interface of the CED256Doc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_ED256DOC_H__65A4B78F_6B91_11D3_96F0_B4809CB3F4D6__INCLUDED_)
  5. #define AFX_ED256DOC_H__65A4B78F_6B91_11D3_96F0_B4809CB3F4D6__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #include "dibapi.h"
  10. class CED256Doc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. CED256Doc();
  14. DECLARE_DYNCREATE(CED256Doc)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CED256Doc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. CPalette * GetDocPalette();
  30. HDIB GetHDIB();
  31. virtual ~CED256Doc();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. protected:
  37. HDIB m_hDIB;
  38. // Generated message map functions
  39. protected:
  40. CPalette * m_palDIB;
  41. void InitDIBData();
  42. //{{AFX_MSG(CED256Doc)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //    DO NOT EDIT what you see in these blocks of generated code !
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_ED256DOC_H__65A4B78F_6B91_11D3_96F0_B4809CB3F4D6__INCLUDED_)