GME
13
|
#include <PanningWindowWrapper.h>
Public Member Functions | |
CLSID const & | GetClsid () |
virtual BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL) |
BOOL | Create (LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CFile *pPersist=NULL, BOOL bStorage=FALSE, BSTR bstrLicKey=NULL) |
void | SetBitmapDC (ULONGLONG ownerWnd, ULONGLONG bDC, ULONGLONG oldBmp, LONG orix, LONG oriy, LONG oriw, LONG orih, LONG rx, LONG ry, LONG rw, LONG rh, OLE_COLOR bkgrnd) |
void | SetViewRect (LONG vrx, LONG vry, LONG vrw, LONG vrh) |
void | AboutBox () |
Definition at line 17 of file PanningWindowWrapper.h.
void CPanningWindowWrapper::AboutBox | ( | ) |
Definition at line 37 of file PanningWindowWrapper.cpp.
virtual BOOL CPanningWindowWrapper::Create | ( | LPCTSTR | lpszClassName, |
LPCTSTR | lpszWindowName, | ||
DWORD | dwStyle, | ||
const RECT & | rect, | ||
CWnd * | pParentWnd, | ||
UINT | nID, | ||
CCreateContext * | pContext = NULL |
||
) | [inline, virtual] |
Definition at line 28 of file PanningWindowWrapper.h.
BOOL CPanningWindowWrapper::Create | ( | LPCTSTR | lpszWindowName, |
DWORD | dwStyle, | ||
const RECT & | rect, | ||
CWnd * | pParentWnd, | ||
UINT | nID, | ||
CFile * | pPersist = NULL , |
||
BOOL | bStorage = FALSE , |
||
BSTR | bstrLicKey = NULL |
||
) | [inline] |
Definition at line 35 of file PanningWindowWrapper.h.
CLSID const& CPanningWindowWrapper::GetClsid | ( | ) | [inline] |
Definition at line 22 of file PanningWindowWrapper.h.
void CPanningWindowWrapper::SetBitmapDC | ( | ULONGLONG | ownerWnd, |
ULONGLONG | bDC, | ||
ULONGLONG | oldBmp, | ||
LONG | orix, | ||
LONG | oriy, | ||
LONG | oriw, | ||
LONG | orih, | ||
LONG | rx, | ||
LONG | ry, | ||
LONG | rw, | ||
LONG | rh, | ||
OLE_COLOR | bkgrnd | ||
) |
Definition at line 18 of file PanningWindowWrapper.cpp.
void CPanningWindowWrapper::SetViewRect | ( | LONG | vrx, |
LONG | vry, | ||
LONG | vrw, | ||
LONG | vrh | ||
) |
Definition at line 29 of file PanningWindowWrapper.cpp.