JunkBox_Win_Lib
1.5.3
Loading...
Searching...
No Matches
DxPolygonDoc.cpp
Go to the documentation of this file.
1
//
2
// DxPolygonDoc.cpp : 実装ファイル
3
//
4
5
#include "..\stdafx.h"
6
7
#include "
DxPolygonDoc.h
"
8
9
10
// DxPolygonDoc
11
12
IMPLEMENT_DYNCREATE(
DxPolygonDoc
, CExDocument)
13
14
//
15
DxPolygonDoc
::
DxPolygonDoc
()
16
{
17
}
18
19
20
//
21
BOOL
DxPolygonDoc::OnNewDocument
()
22
{
23
if
(!CExDocument::OnNewDocument())
return
FALSE;
24
return
TRUE;
25
}
26
27
28
//
29
DxPolygonDoc::~DxPolygonDoc
()
30
{
31
}
32
33
34
BEGIN_MESSAGE_MAP(
DxPolygonDoc
, CExDocument)
35
END_MESSAGE_MAP()
36
37
38
39
// DxPolygonDoc 診断
40
41
#ifdef _DEBUG
42
void
DxPolygonDoc::AssertValid
()
const
43
{
44
CExDocument::AssertValid();
45
}
46
47
48
#ifndef _WIN32_WCE
49
void
DxPolygonDoc::Dump
(CDumpContext& dc)
const
50
{
51
CExDocument::Dump(dc);
52
}
53
#endif
54
#endif
//_DEBUG
55
56
57
#ifndef _WIN32_WCE
58
// DxPolygonDoc シリアル化
59
60
void
DxPolygonDoc::Serialize
(CArchive& ar)
61
{
62
if
(ar.IsStoring()) {
63
// TODO: 格納するコードをここに追加してください。
64
}
65
else
{
66
// TODO: 読み込むコードをここに追加してください。
67
}
68
}
69
#endif
70
71
72
// DxPolygonDoc コマンド
DxPolygonDoc.h
DxPolygonDoc
Definition
DxPolygonDoc.h:9
DxPolygonDoc::OnNewDocument
virtual BOOL OnNewDocument()
Definition
DxPolygonDoc.cpp:21
DxPolygonDoc::~DxPolygonDoc
virtual ~DxPolygonDoc()
Definition
DxPolygonDoc.cpp:29
DxPolygonDoc::Serialize
virtual void Serialize(CArchive &ar)
Definition
DxPolygonDoc.cpp:60
DxPolygonDoc::AssertValid
virtual void AssertValid() const
Definition
DxPolygonDoc.cpp:42
DxPolygonDoc::Dump
virtual void Dump(CDumpContext &dc) const
Definition
DxPolygonDoc.cpp:49
MFCLib
DxPolygonDoc.cpp
Generated on Sat Oct 12 2024 19:43:15 for JunkBox_Win_Lib by
1.11.0