JunkBox_Win_Lib
1.5.3
Loading...
Searching...
No Matches
LogWndFrame.h
Go to the documentation of this file.
1
#pragma once
2
10
#include "
ExTextFrame.h
"
11
#include "
LogWndDoc.h
"
12
//#include "LogWndView.h"
13
14
15
//
16
namespace
jbxwl
{
17
18
20
// CLogWndFrame フレーム
21
22
class
CLogWndFrame
:
public
CExTextFrame
23
{
24
DECLARE_DYNCREATE(
CLogWndFrame
)
25
protected
:
26
CLogWndFrame
();
27
28
// アトリビュート
29
public
:
30
CLogWndDoc
*
pDoc
;
31
CLogWndView
*
pView
;
32
33
// オペレーション
34
public
:
35
36
// オーバーライド
37
//{{AFX_VIRTUAL(CLogWndFrame)
38
//}}AFX_VIRTUAL
39
40
// インプリメンテーション
41
protected
:
42
virtual
~CLogWndFrame
();
43
44
//{{AFX_MSG(CLogWndFrame)
45
afx_msg
int
OnCreate
(LPCREATESTRUCT lpCreateStruct);
46
afx_msg
void
OnLogCopy
();
47
afx_msg
void
OnLogSave
();
48
afx_msg
void
OnLogClear
();
49
//}}AFX_MSG
50
DECLARE_MESSAGE_MAP()
51
52
public:
53
// afx_msg BOOL OnEraseBkgnd(CDC* pDC);
54
};
55
57
58
//{{AFX_INSERT_LOCATION}}
59
60
61
63
//
64
65
CLogWndFrame
*
ExecLogWnd
(CMultiDocTemplate* pDocTempl, LPCTSTR title,
CAppCallBack
* app);
66
67
68
}
// namespace
ExTextFrame.h
LogWndDoc.h
jbxwl::CAppCallBack
Definition
ExClass.h:46
jbxwl::CExTextFrame
Definition
ExTextFrame.h:31
jbxwl::CLogWndDoc
Definition
LogWndDoc.h:25
jbxwl::CLogWndFrame
Definition
LogWndFrame.h:23
jbxwl::CLogWndFrame::~CLogWndFrame
virtual ~CLogWndFrame()
Definition
LogWndFrame.cpp:37
jbxwl::CLogWndFrame::pView
CLogWndView * pView
Definition
LogWndFrame.h:31
jbxwl::CLogWndFrame::pDoc
CLogWndDoc * pDoc
Definition
LogWndFrame.h:30
jbxwl::CLogWndFrame::OnCreate
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct)
Definition
LogWndFrame.cpp:60
jbxwl::CLogWndFrame::CLogWndFrame
CLogWndFrame()
Definition
LogWndFrame.cpp:26
jbxwl::CLogWndFrame::OnLogClear
afx_msg void OnLogClear()
Definition
LogWndFrame.cpp:137
jbxwl::CLogWndFrame::OnLogSave
afx_msg void OnLogSave()
Definition
LogWndFrame.cpp:123
jbxwl::CLogWndFrame::OnLogCopy
afx_msg void OnLogCopy()
Definition
LogWndFrame.cpp:84
jbxwl::CLogWndView
Definition
LogWndView.h:19
jbxwl
Definition
ContrastDLG.h:23
jbxwl::ExecLogWnd
CLogWndFrame * ExecLogWnd(CMultiDocTemplate *pDocTempl, LPCTSTR title, CAppCallBack *app)
Definition
LogWndFrame.cpp:151
MFCLib
LogWndFrame.h
Generated on Sat Oct 12 2024 19:43:15 for JunkBox_Win_Lib by
1.11.0