JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
DxMGRView.h
Go to the documentation of this file.
1#pragma once
2
14#include "DxBaseClass.h"
15
16//
17namespace jbxwl {
18
19
21// CDxMGRView ビュー
22
23class CDxMGRView : public CDxBaseView
24{
25protected:
26 CDxMGRView();
28
29// アトリビュート
30public:
32 void MakeSetTitle();
33
34// オペレーション
35public:
36 virtual void InitObject(void);
37 virtual void ExecRender(void);
38 virtual BOOL SetNewSurface(int ovsbpos=0);
39
40// オーバーライド
41public:
42 //{{AFX_VIRTUAL(CDxMGRView)
43 virtual void OnInitialUpdate();
44 //}}AFX_VIRTUAL
45
46// インプリメンテーション
47protected:
48 virtual ~CDxMGRView();
49
50#ifdef _DEBUG
51 virtual void AssertValid() const;
52 virtual void Dump(CDumpContext& dc) const;
53#endif
54
55protected:
56 //{{AFX_MSG(CDxMGRView)
57 //}}AFX_MSG
59};
60
61
63
64//{{AFX_INSERT_LOCATION}}
65
66
67} // namespace
virtual void OnInitialUpdate()
Definition DxMGRView.cpp:97
virtual void ExecRender(void)
virtual void AssertValid() const
Definition DxMGRView.cpp:74
virtual ~CDxMGRView()
Definition DxMGRView.cpp:45
virtual void Dump(CDumpContext &dc) const
Definition DxMGRView.cpp:80
virtual void InitObject(void)
virtual BOOL SetNewSurface(int ovsbpos=0)