JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
DxPolygonDoc.h
Go to the documentation of this file.
1#pragma once
2
3#include "ExClass.h"
4
5
6// DxPolygonDoc ドキュメント
7
8class DxPolygonDoc : public CExDocument
9{
10 DECLARE_DYNCREATE(DxPolygonDoc)
11
12public:
14 virtual ~DxPolygonDoc();
15#ifndef _WIN32_WCE
16 virtual void Serialize(CArchive& ar); // ドキュメント I/O に対してオーバーライドされました。
17#endif
18#ifdef _DEBUG
19 virtual void AssertValid() const;
20#ifndef _WIN32_WCE
21 virtual void Dump(CDumpContext& dc) const;
22#endif
23#endif
24
25protected:
26 virtual BOOL OnNewDocument();
27
28 DECLARE_MESSAGE_MAP()
29};
30
virtual BOOL OnNewDocument()
virtual ~DxPolygonDoc()
virtual void Serialize(CArchive &ar)
virtual void AssertValid() const
virtual void Dump(CDumpContext &dc) const