|
JunkBox_Win_Lib 1.5.3
|
#include <DxMGRView.h>


Public Attributes | |
| RECT | renderRect |
Public Attributes inherited from CDxBaseView | |
| 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< sWord > | msGraph |
| CExDocument * | pDoc |
| CExFrame * | pFrame |
| CAppCallBack * | pApp |
| void * | anyData |
| 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 | |
| CDxMGRView () | |
| virtual | ~CDxMGRView () |
| virtual void | AssertValid () const |
| virtual void | Dump (CDumpContext &dc) const |
Protected Member Functions inherited from CDxBaseView | |
| virtual void | OnActivateView (BOOL bActivate, CView *pActivateView, CView *pDeactiveView) |
Protected Member Functions inherited from CExView | |
| CExView () | |
| 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 |
Definition at line 23 of file DxMGRView.h.
|
protected |
Definition at line 28 of file DxMGRView.cpp.
References VIEW_8_MAX.
|
protectedvirtual |
Definition at line 45 of file DxMGRView.cpp.
|
protectedvirtual |
Reimplemented from CExView.
Definition at line 74 of file DxMGRView.cpp.
References CExView::AssertValid().

|
protectedvirtual |
Reimplemented from CExView.
Definition at line 80 of file DxMGRView.cpp.
References CExView::cMin, and CExView::Dump().

Reimplemented from CDxBaseView.
Definition at line 572 of file DxMGRView.cpp.
References CExView::cMin, CDxBaseView::d3dParam, CDxMGRView::ExecRender(), IDS_STR_FAIL_CLR_WND, IDS_STR_FAIL_RESTR_DX9DEV, IDS_STR_FAIL_TRNS_BAKBUF, CDxBaseView::lpBackBuffer, CDxBaseView::lpD3DDevice, CDxBaseView::lpSurface, CDxMGRView::MakeSetTitle(), CExView::pFrame, and jbxwl::ResetDx9Device().
Referenced by CDxMGRView::ExecRender().


Reimplemented from CDxBaseView.
Definition at line 609 of file DxMGRView.cpp.
References CDxBaseView::bufferSize, CExView::cMin, CExView::colorMode, jbxwl::Dx9GetBackBuffer(), CExView::hasViewData, IDS_STR_FAIL_REGET_BAKBUF, IDS_STR_FAIL_REGET_SURFACE, IDS_STR_FAIL_RETRNS_SURFACE, CDxBaseView::lpBackBuffer, CDxBaseView::lpD3DDevice, CDxBaseView::lpSurface, CDxMGRView::SetNewSurface(), CExView::viewData, and CExView::vSBpos.

| void MakeSetTitle | ( | ) |
Definition at line 660 of file DxMGRView.cpp.
References CExView::clientRate, CExView::cMin, CExDocument::endNo, IDS_STR_IMG_NUM, jbxwl::numbering_name_t(), CExView::pDoc, CExDocument::preTitle, CExDocument::pstTitle, CExView::SetTitle(), CExDocument::startNo, CExDocument::Title, CExView::Title, CExView::vSBmax, and CExView::vSBpos.
Referenced by CDxMGRView::ExecRender(), and CDxMGRView::SetNewSurface().


Reimplemented from CDxBaseView.
Definition at line 97 of file DxMGRView.cpp.
References CDxBaseView::bufferSize, CExDocument::cMax, CExView::cMax, CExDocument::cMin, CExView::cMin, CExDocument::cmnHead, CExView::cmnHead, CExDocument::colorMode, CExView::colorMode, CExFrame::doneErrorMessage, jbxwl::Dx9GetBackBuffer(), CExView::hasViewData, IDS_STR_FAIL_CRT_BAKBUF, IDS_STR_FAIL_CRT_SURFACE, IDS_STR_FAIL_GET_DX9DEV, IDS_STR_FAIL_TRNS_SURFACE, IDS_STR_INVLD_VWMODE, IDS_STR_UNKWN_VWMODE, IDS_STR_UNSPT_VWMODE, CDxBaseView::InitDevice(), CDxBaseView::lpBackBuffer, CDxBaseView::lpD3DDevice, CDxBaseView::lpSurface, CExView::origXSize, CExView::origYSize, CExView::pDoc, CExView::pFrame, CDxMGRView::renderRect, CDxMGRView::SetNewSurface(), CExView::SetWindowSize(), CExView::sizeXYRate, VIEW_8_MAX, VIEW_8_MIN, VIEW_XDIR, VIEW_YDIR, VIEW_ZDIR, CExView::viewData, CExView::viewMode, CExDocument::vMax, CExView::vMax, CExDocument::vMin, CExView::vMin, CExView::vSBmax, CExView::vSBpos, CExView::xsize, CExView::ysize, and CExView::zsize.

Reimplemented from CExView.
Definition at line 304 of file DxMGRView.cpp.
References CExView::cMax, CExView::cMin, CExView::cmnHead, CExView::colorMode, IDS_STR_DLTD_DATA, IDS_STR_ERROR, CDxBaseView::lpSurface, CDxMGRView::MakeSetTitle(), CExView::prevSBpos, CDxMGRView::renderRect, VIEW_8_MAX, VIEW_8_MIN, VIEW_XDIR, VIEW_YDIR, VIEW_ZDIR, CExView::viewData, CExView::viewMode, CExView::vMax, CExView::vMin, and CExView::vSBpos.
Referenced by CDxMGRView::InitObject(), and CDxMGRView::OnInitialUpdate().


| RECT renderRect |
Definition at line 31 of file DxMGRView.h.
Referenced by CDxMGRView::OnInitialUpdate(), and CDxMGRView::SetNewSurface().