JunkBox_Win_Lib
1.5.3
Loading...
Searching...
No Matches
DxPolygonView.cpp
Go to the documentation of this file.
1
// DxPolygonView.cpp : 実装ファイル
2
//
3
4
#include "..\stdafx.h"
5
6
#include "
DxPolygonView.h
"
7
8
9
10
// DxPolygonView
11
12
IMPLEMENT_DYNCREATE(
DxPolygonView
, CExView)
13
14
15
DxPolygonView
::
DxPolygonView
()
16
{
17
18
}
19
20
21
//
22
DxPolygonView::~DxPolygonView
()
23
{
24
}
25
26
27
28
BEGIN_MESSAGE_MAP(
DxPolygonView
, CDxBaseView)
29
END_MESSAGE_MAP()
30
31
32
33
// DxPolygonView 描画
34
35
void
DxPolygonView
::OnDraw(CDC* pDC)
36
{
37
CDocument* pDoc = GetDocument();
38
// TODO: 描画コードをここに追加してください。
39
}
40
41
42
// DxPolygonView 診断
43
44
#ifdef _DEBUG
45
void
DxPolygonView::AssertValid
()
const
46
{
47
CDxBaseView::AssertValid();
48
}
49
50
51
#ifndef _WIN32_WCE
52
void
DxPolygonView::Dump
(CDumpContext& dc)
const
53
{
54
CDxBaseView::Dump(dc);
55
}
56
#endif
57
#endif
//_DEBUG
58
59
60
// DxPolygonView メッセージ ハンドラ
DxPolygonView.h
DxPolygonView
Definition
DxPolygonView.h:9
DxPolygonView::~DxPolygonView
virtual ~DxPolygonView()
Definition
DxPolygonView.cpp:22
DxPolygonView::AssertValid
virtual void AssertValid() const
Definition
DxPolygonView.cpp:45
DxPolygonView::Dump
virtual void Dump(CDumpContext &dc) const
Definition
DxPolygonView.cpp:52
MFCLib
DxPolygonView.cpp
Generated on Sat Oct 12 2024 19:43:15 for JunkBox_Win_Lib by
1.11.0