MMView.h
资源名称:MM.zip [点击查看]
上传用户:jyxwjx
上传日期:2020-03-13
资源大小:221k
文件大小:1k
源码类别:
多显示器编程
开发平台:
Visual C++
- // MMView.h : iCMMView 努贰胶狼 牢磐其捞胶
- //
- #pragma once
- class CMMView : public CView
- {
- protected: // serialization俊辑父 父甸绢笼聪促.
- CMMView();
- DECLARE_DYNCREATE(CMMView)
- // 漂己
- public:
- CMMDoc* GetDocument() const;
- // 累诀
- public:
- // 犁沥狼
- public:
- virtual void OnDraw(CDC* pDC); // 捞 轰甫 弊府扁 困秦 犁沥狼登菌嚼聪促.
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- // 备泅
- public:
- virtual ~CMMView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // 皋矫瘤 甘 窃荐甫 积己沁嚼聪促.
- protected:
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // MMView.cpp狼 叼滚弊 滚傈
- inline CMMDoc* CMMView::GetDocument() const
- { return reinterpret_cast<CMMDoc*>(m_pDocument); }
- #endif