ToolbarMenuDemoMDIView.h
上传用户:pasef_zww
上传日期:2007-01-02
资源大小:109k
文件大小:2k
源码类别:

菜单

开发平台:

Visual C++

  1. // ToolbarMenuDemoMDIView.h : interface of the CToolbarMenuDemoMDIView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TOOLBARMENUDEMOMDIVIEW_H__38474A5E_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)
  5. #define AFX_TOOLBARMENUDEMOMDIVIEW_H__38474A5E_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. // COOLMENU SUPPORT
  10. class CMenuSpawn;
  11. // END COOLMENU SUPPORT
  12. class CToolbarMenuDemoMDIView : public CEditView
  13. {
  14. protected: // create from serialization only
  15. CToolbarMenuDemoMDIView();
  16. DECLARE_DYNCREATE(CToolbarMenuDemoMDIView)
  17. // Attributes
  18. public:
  19. CToolbarMenuDemoMDIDoc* GetDocument();
  20. // COOLMENU SUPPORT
  21. CMenuSpawn * pSpawn;
  22. // END COOLMENU SUPPORT
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CToolbarMenuDemoMDIView)
  28. public:
  29. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  30. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  31. protected:
  32. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  33. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  34. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. public:
  38. virtual ~CToolbarMenuDemoMDIView();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. protected:
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(CToolbarMenuDemoMDIView)
  47. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  48. afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  49. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  50. afx_msg LRESULT OnMenuChar(UINT nChar, UINT nFlags, CMenu* pMenu);
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. #ifndef _DEBUG  // debug version in ToolbarMenuDemoMDIView.cpp
  55. inline CToolbarMenuDemoMDIDoc* CToolbarMenuDemoMDIView::GetDocument()
  56.    { return (CToolbarMenuDemoMDIDoc*)m_pDocument; }
  57. #endif
  58. /////////////////////////////////////////////////////////////////////////////
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_TOOLBARMENUDEMOMDIVIEW_H__38474A5E_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)