JunkBox_Win_Lib
1.5.3
Loading...
Searching...
No Matches
DxGraphDoc.h
Go to the documentation of this file.
1
#pragma once
2
3
28
#include "
DxBaseClass.h
"
29
#include "Gio.h"
30
31
32
//
33
namespace
jbxwl
{
34
35
37
// CDxGraphDoc ドキュメント
38
39
class
CDxGraphDoc
:
public
CExDocument
//CDocument
40
{
41
protected
:
42
CDxGraphDoc
();
43
DECLARE_DYNCREATE
(
CDxGraphDoc
)
44
45
// アトリビュート
46
public
:
47
48
// オペレーション
49
public
:
50
BOOL
MakeViewData
();
51
BOOL
ReadDataFile
(
LPCTSTR
fname
);
52
53
54
// オーバーライド
55
public
:
56
//{{AFX_VIRTUAL(CDxGraphDoc)
57
virtual
void
Serialize
(
CArchive
&
ar
);
58
//}}AFX_VIRTUAL
59
60
// インプリメンテーション
61
public
:
62
virtual
~CDxGraphDoc
();
63
#ifdef _DEBUG
64
virtual
void
AssertValid
()
const
;
65
virtual
void
Dump
(
CDumpContext
&
dc
)
const
;
66
#endif
67
68
protected
:
69
//{{AFX_MSG(CDxGraphDoc)
70
//}}AFX_MSG
71
DECLARE_MESSAGE_MAP
()
72
};
73
74
75
//{{AFX_INSERT_LOCATION}}
76
77
78
}
// namespace
DxBaseClass.h
jbxwl::CDxGraphDoc
Definition
DxGraphDoc.h:40
jbxwl::CDxGraphDoc::MakeViewData
BOOL MakeViewData()
Definition
DxGraphDoc.cpp:108
jbxwl::CDxGraphDoc::CDxGraphDoc
CDxGraphDoc()
Definition
DxGraphDoc.cpp:25
jbxwl::CDxGraphDoc::ReadDataFile
BOOL ReadDataFile(LPCTSTR fname)
Definition
DxGraphDoc.cpp:96
jbxwl::CDxGraphDoc::~CDxGraphDoc
virtual ~CDxGraphDoc()
Definition
DxGraphDoc.cpp:31
jbxwl::CDxGraphDoc::Serialize
virtual void Serialize(CArchive &ar)
Definition
DxGraphDoc.cpp:65
jbxwl::CDxGraphDoc::AssertValid
virtual void AssertValid() const
Definition
DxGraphDoc.cpp:48
jbxwl::CDxGraphDoc::Dump
virtual void Dump(CDumpContext &dc) const
Definition
DxGraphDoc.cpp:54
jbxwl::CExDocument
Definition
ExDocument.h:44
jbxwl::CExDocument::cMin
int cMin
Definition
ExDocument.h:67
jbxwl
Definition
ContrastDLG.h:23
MFCLib
DxGraphDoc.h
Generated on Sat Oct 12 2024 19:43:14 for JunkBox_Win_Lib by
1.11.0