JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
CDxBaseView Class Reference

#include <DxBaseClass.h>

Inheritance diagram for CDxBaseView:
Collaboration diagram for CDxBaseView:

Public Member Functions

 CDxBaseView ()
 
virtual ~CDxBaseView ()
 
virtual void OnInitialUpdate (void)
 
virtual void SetState (void)
 
virtual void ExecRender (void)
 
virtual void ClearObject (void)
 
virtual void InitObject (void)
 
virtual void SetParameter (D3DPRESENT_PARAMETERS *d3dParam, int xsize, int ysize)
 
POINT GetWindowDisplaySize (POINT pt)
 
BOOL InitDevice (int xsize=0, int ysize=0, CWnd *cwnd=NULL)
 
virtual int GetMouseButton ()
 
- Public Member Functions inherited from CExView
POINT GetMousePos ()
 
POINT SetWindowSize (int xs, int ys, BOOL first=TRUE)
 
POINT GetWindowSize (POINT pt)
 
POINT GetClientSize (POINT pt)
 
POINT GetWindowReSize (POINT pt)
 
POINT ExecWindowReSize (int xs, int ys)
 
void SetTitle (LPCTSTR title)
 
virtual BOOL SetNewSurface (int ovsbpos=0)
 
virtual void TimerStart (int tm=40)
 
virtual void TimerStop ()
 
virtual void OnDraw (CDC *pDC)
 
virtual ~CExView ()
 
afx_msg BOOL OnEraseBkgnd (CDC *pDC)
 
afx_msg void OnTimer (UINT_PTR nIDEvent)
 

Public Attributes

LPDIRECT3D9 lpD3D
 
LPDIRECT3DDEVICE9 lpD3DDevice
 
LPDIRECT3DSURFACE9 lpBackBuffer
 
LPDIRECT3DSURFACE9 lpSurface
 
LPDIRECT3DTEXTURE9 lpTexture
 
D3DPRESENT_PARAMETERS d3dParam
 
LPDIRECTINPUT8 lpDInput
 
LPDIRECTINPUTDEVICE8 lpDMouse
 
LPDIRECTINPUTDEVICE8 lpDKeyBoard
 
POINT bufferSize
 
- Public Attributes inherited from CExView
ExCmnHead viewData
 
ExCmnHead cmnHead
 
ExMSGraph< sWordmsGraph
 
CExDocumentpDoc
 
CExFramepFrame
 
CAppCallBackpApp
 
voidanyData
 
BOOL hasViewData
 
CString Title
 
RECT clientRect
 
double sizeXYRate
 
double clientRate
 
double sizeFac
 
int xsize
 
int ysize
 
int zsize
 
int origXSize
 
int origYSize
 
int initXSize
 
int initYSize
 
int prevXSize
 
int prevYSize
 
bool cnstSize
 
bool cnstXSize
 
bool cnstYSize
 
bool cnstXYRate
 
int maxXSize
 
int maxYSize
 
int vSBpos
 
int prevSBpos
 
int vSBmax
 
int vSBntch
 
bool vSBctrl
 
int viewMode
 
int colorMode
 
int cMax
 
int cMin
 
int vMax
 
int vMin
 
bool doReSize
 

Protected Member Functions

virtual void OnActivateView (BOOL bActivate, CView *pActivateView, CView *pDeactiveView)
 
- Protected Member Functions inherited from CExView
 CExView ()
 
virtual void AssertValid () const
 
virtual void Dump (CDumpContext &dc) const
 
afx_msg void OnSize (UINT nType, int cx, int cy)
 
afx_msg void OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar)
 
afx_msg BOOL OnMouseWheel (UINT nFlags, short zDelta, CPoint pt)
 

Additional Inherited Members

- Protected Attributes inherited from CExView
int timerID
 
bool ctrlMouse
 
bool activeWin
 

Detailed Description

Definition at line 124 of file DxBaseClass.h.

Constructor & Destructor Documentation

◆ CDxBaseView()

Definition at line 15 of file DxBaseClass.cpp.

16{
17 lpD3D = NULL;
18 lpD3DDevice = NULL; // DirectX9 3Dデバイス
19 lpBackBuffer = NULL; // バックバッファ
20 lpSurface = NULL; // サーフェース
21 lpTexture = NULL; // テクスチャ
22
23 lpDInput = NULL;
24 lpDMouse = NULL; // マウスデバイス
25 lpDKeyBoard = NULL; // キーボードバイス
26
27 bufferSize.x = bufferSize.y = 0;
28}
LPDIRECTINPUT8 lpDInput
LPDIRECT3DDEVICE9 lpD3DDevice
LPDIRECTINPUTDEVICE8 lpDKeyBoard
LPDIRECTINPUTDEVICE8 lpDMouse
LPDIRECT3DSURFACE9 lpBackBuffer
LPDIRECT3D9 lpD3D
LPDIRECT3DSURFACE9 lpSurface
LPDIRECT3DTEXTURE9 lpTexture

◆ ~CDxBaseView()

~CDxBaseView ( )
virtual

Definition at line 32 of file DxBaseClass.cpp.

33{
34 //DEBUG_INFO("DESTRUCTOR: CDxBaseView\n");
35 if (pApp!=NULL) pApp->ViewDestructor(this); // 上位アプリケーションに通知
36
37// DXRELEASE(lpDMouse); // リリース禁止
38// DXRELEASE(lpDKeyBoard); // リリース禁止
43}
#define DXRELEASE(d)
Definition Dx9.h:39
virtual void ViewDestructor(CExView *vw)
Definition ExClass.h:62
CAppCallBack * pApp
Definition ExView.h:78

References CExView::cMin, DXRELEASE, CDxBaseView::lpBackBuffer, CDxBaseView::lpD3DDevice, CDxBaseView::lpSurface, CDxBaseView::lpTexture, CExView::pApp, and CAppCallBack::ViewDestructor().

Here is the call graph for this function:

Member Function Documentation

◆ ClearObject()

void ClearObject ( void )
virtual

Reimplemented in CDxSRenderView.

Definition at line 70 of file DxBaseClass.cpp.

References CExView::cMin, DXRELEASE, CExView::hasViewData, CDxBaseView::lpBackBuffer, CDxBaseView::lpSurface, and CDxBaseView::lpTexture.

Referenced by jbxwl::ResetDx9Device().

Here is the caller graph for this function:

◆ ExecRender()

virtual void ExecRender ( void )
inlinevirtual

Reimplemented from CExView.

Reimplemented in CDx2DView, CDxSRenderView, CDxVScrollView, CDxVTXBaseView, CDxDirectView, and CDxMGRView.

Definition at line 150 of file DxBaseClass.h.

150{} // 描画

◆ GetMouseButton()

int GetMouseButton ( )
virtual

マウスボタンチェック マウスの押されたボタンをチェック.

戻り値 0 : ボタンは押されていない. 1 : 左ボタン 2 : 右ボタン 3 : 中ボタン

実装に DirectInput を使用.(~~;

Reimplemented from CExView.

Definition at line 146 of file DxBaseClass.cpp.

147{
148 int ret = 0;
150
151 if (lpDMouse!=NULL && activeWin) {
152 lpDMouse->Acquire();
153 HRESULT hr = lpDMouse->GetDeviceState(sizeof(DIMOUSESTATE), &dims);
154 if (SUCCEEDED(hr)) {
155 if (dims.rgbButtons[0]==0x80) ret = 1;
156 else if (dims.rgbButtons[1]==0x80) ret = 2;
157 else if (dims.rgbButtons[2]==0x80) ret = 3;
158 }
159// lpDMouse->Unacquire();
160 }
161 return ret;
162}
bool activeWin
Definition ExView.h:126

References CExView::activeWin, CExView::cMin, and CDxBaseView::lpDMouse.

◆ GetWindowDisplaySize()

POINT GetWindowDisplaySize ( POINT pt)
virtual

Reimplemented from CExView.

Definition at line 112 of file DxBaseClass.cpp.

113{
115
116 lpD3D->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, &disp); // ルートウィンドウのサイズ
117 int scrSize = Min(disp.Width, disp.Height)*2/3;
118
119 int sz = Max(pt.x, pt.y);
120 if (sz<=0) return pt;
121
122 double rs = 1.0;
123 if (sz>scrSize) {
124 rs = scrSize/sz;
125 pt.x = (int)(pt.x*rs);
126 pt.y = (int)(pt.y*rs);
127 }
128
129 //wRateSize.Format(" (%3d%%)", (int)(rs*100+0.5));
130 return pt;
131}

References CExView::cMin, and CDxBaseView::lpD3D.

◆ InitDevice()

BOOL InitDevice ( int xsize = 0,
int ysize = 0,
CWnd * cwnd = NULL )

機能: DirectX9のデバイスを作る. 引数: int cxs, cys ウィンドウの初期サイズ,省略した場合は画像データ(cmnHead)に合わせられる. 戻値: 成功:TRUE, 失敗:FALSE 説明:

Definition at line 52 of file DxBaseClass.cpp.

53{
54 lpD3D = GpD3D;
55 if (cwnd ==NULL) cwnd = this;
57
59 if (lpD3DDevice==NULL) return FALSE;
60
61 // インプットデバイス
64
65 return TRUE;
66}
D3DPRESENT_PARAMETERS d3dParam
virtual void SetParameter(D3DPRESENT_PARAMETERS *d3dParam, int xsize, int ysize)
LPDIRECTINPUTDEVICE8 GpDMouse
Definition Dx9.cpp:16
LPDIRECTINPUTDEVICE8 GpDKeyBoard
Definition Dx9.cpp:17
LPDIRECT3DDEVICE9 Dx9CreateGraphic(LPDIRECT3D9, D3DPRESENT_PARAMETERS *, HWND)
Definition Dx9.cpp:93
LPDIRECT3D9 GpD3D
Definition Dx9.cpp:13

References CExView::cMin, CDxBaseView::d3dParam, jbxwl::Dx9CreateGraphic(), jbxwl::GpD3D, jbxwl::GpDKeyBoard, jbxwl::GpDMouse, CDxBaseView::lpD3D, CDxBaseView::lpD3DDevice, CDxBaseView::lpDKeyBoard, CDxBaseView::lpDMouse, CDxBaseView::SetParameter(), CExView::xsize, and CExView::ysize.

Referenced by CDx2DView::OnInitialUpdate(), CDxDirectView::OnInitialUpdate(), CDxMGRView::OnInitialUpdate(), CDxSRenderView::OnInitialUpdate(), and CDxVScrollView::OnInitialUpdate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InitObject()

virtual void InitObject ( void )
inlinevirtual

Reimplemented in CDxSRenderView, CDxVTXBaseView, CDx2DView, CDxDirectView, CDxMGRView, and CDxVScrollView.

Definition at line 152 of file DxBaseClass.h.

152{ SetState();} // デバイスリセット時のリソース再獲得関数
virtual void SetState(void)

References CDxBaseView::SetState().

Referenced by jbxwl::ResetDx9Device().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnActivateView()

void OnActivateView ( BOOL bActivate,
CView * pActivateView,
CView * pDeactiveView )
protectedvirtual

Reimplemented from CExView.

Definition at line 165 of file DxBaseClass.cpp.

166{
167 if (lpDMouse!=NULL) {
168 lpDMouse->Unacquire();
169 if (bActivate && pActivateView==this) {
170 lpDMouse->Acquire();
171 }
172 }
173
175}
virtual void OnActivateView(BOOL bActivate, CView *pActivateView, CView *pDeactiveView)
Definition ExView.cpp:396

References CExView::cMin, CDxBaseView::lpDMouse, and CExView::OnActivateView().

Here is the call graph for this function:

◆ OnInitialUpdate()

virtual void OnInitialUpdate ( void )
inlinevirtual

Reimplemented from CExView.

Reimplemented in CDx2DView, CDxDirectView, CDxMGRView, CDxSRenderView, CDxVScrollView, CDx3DDirectView, and CDxVTXBaseView.

Definition at line 148 of file DxBaseClass.h.

148{} // 初期化

◆ SetParameter()

void SetParameter ( D3DPRESENT_PARAMETERS * d3dParam,
int xsize,
int ysize )
virtual

Definition at line 82 of file DxBaseClass.cpp.

83{
84 RECT rect;
85
86 if (xsize>0 && ysize>0) {
87 rect.right = xsize;
88 rect.bottom = ysize;
89 }
90 else {
91 this->GetClientRect(&rect);
92 }
93 rect.right = (int)(rect.right*1.5);
94 rect.bottom = (int)(rect.bottom*1.5);
95
97 d3dParam->BackBufferWidth = rect.right;
98 d3dParam->BackBufferHeight = rect.bottom;
99 d3dParam->BackBufferCount = 1;
100 d3dParam->Windowed = TRUE;
101 d3dParam->SwapEffect = D3DSWAPEFFECT_DISCARD;
102// d3dParam->SwapEffect = D3DSWAPEFFECT_FLIP;
103 d3dParam->BackBufferFormat = D3DFMT_UNKNOWN;
104 d3dParam->EnableAutoDepthStencil = TRUE;
105 d3dParam->AutoDepthStencilFormat = D3DFMT_D16;
106}

References CExView::cMin, CDxBaseView::d3dParam, CExView::xsize, and CExView::ysize.

Referenced by CDxBaseView::InitDevice().

Here is the caller graph for this function:

◆ SetState()

virtual void SetState ( void )
inlinevirtual

Reimplemented in CDxSRenderView, and CDxVTXBaseView.

Definition at line 149 of file DxBaseClass.h.

149{} // 環境設定

Referenced by CDxBaseView::InitObject().

Here is the caller graph for this function:

Member Data Documentation

◆ bufferSize

◆ d3dParam

◆ lpBackBuffer

◆ lpD3D

LPDIRECT3D9 lpD3D

Definition at line 127 of file DxBaseClass.h.

Referenced by CDxBaseView::GetWindowDisplaySize(), and CDxBaseView::InitDevice().

◆ lpD3DDevice

◆ lpDInput

LPDIRECTINPUT8 lpDInput

Definition at line 134 of file DxBaseClass.h.

◆ lpDKeyBoard

LPDIRECTINPUTDEVICE8 lpDKeyBoard

Definition at line 136 of file DxBaseClass.h.

Referenced by CDxBaseView::InitDevice().

◆ lpDMouse

◆ lpSurface

◆ lpTexture

LPDIRECT3DTEXTURE9 lpTexture

Definition at line 131 of file DxBaseClass.h.

Referenced by CDxBaseView::ClearObject(), and CDxBaseView::~CDxBaseView().


The documentation for this class was generated from the following files: