MMView.h
上传用户:jyxwjx
上传日期:2020-03-13
资源大小:221k
文件大小:1k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. // MMView.h : iCMMView 努贰胶狼 牢磐其捞胶
  2. //
  3. #pragma once
  4. class CMMView : public CView
  5. {
  6. protected: // serialization俊辑父 父甸绢笼聪促.
  7. CMMView();
  8. DECLARE_DYNCREATE(CMMView)
  9. // 漂己
  10. public:
  11. CMMDoc* GetDocument() const;
  12. // 累诀
  13. public:
  14. // 犁沥狼
  15. public:
  16. virtual void OnDraw(CDC* pDC);  // 捞 轰甫 弊府扁 困秦 犁沥狼登菌嚼聪促.
  17. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  18. protected:
  19. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  20. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  21. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  22. // 备泅
  23. public:
  24. virtual ~CMMView();
  25. #ifdef _DEBUG
  26. virtual void AssertValid() const;
  27. virtual void Dump(CDumpContext& dc) const;
  28. #endif
  29. protected:
  30. // 皋矫瘤 甘 窃荐甫 积己沁嚼聪促.
  31. protected:
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. #ifndef _DEBUG  // MMView.cpp狼 叼滚弊 滚傈
  35. inline CMMDoc* CMMView::GetDocument() const
  36.    { return reinterpret_cast<CMMDoc*>(m_pDocument); }
  37. #endif