GME
13
|
#include <PanningViewCtrl.h>
Public Types | |
enum | { dispidSetBitmapDC = 1L, dispidSetViewRect = 2L } |
Public Member Functions | |
CPanningViewCtrl () | |
virtual void | OnDraw (CDC *pdc, const CRect &rcBounds, const CRect &rcInvalid) |
virtual void | DoPropExchange (CPropExchange *pPX) |
virtual void | OnResetState () |
Protected Member Functions | |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
~CPanningViewCtrl () | |
DECLARE_OLECREATE_EX (CPanningViewCtrl) DECLARE_OLETYPELIB(CPanningViewCtrl) DECLARE_PROPPAGEIDS(CPanningViewCtrl) DECLARE_OLECTLTYPE(CPanningViewCtrl) CPanningViewDlg m_panningViewDlg | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg 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) |
afx_msg void | SetViewRect (LONG vrx, LONG vry, LONG vrw, LONG vrh) |
afx_msg void | AboutBox () |
Definition at line 12 of file PanningViewCtrl.h.
anonymous enum |
Definition at line 67 of file PanningViewCtrl.h.
Definition at line 123 of file PanningViewCtrl.cpp.
CPanningViewCtrl::~CPanningViewCtrl | ( | ) | [protected] |
Definition at line 133 of file PanningViewCtrl.cpp.
void CPanningViewCtrl::AboutBox | ( | ) | [protected] |
Definition at line 208 of file PanningViewCtrl.cpp.
CPanningViewCtrl::DECLARE_OLECREATE_EX | ( | CPanningViewCtrl | ) | [protected] |
void CPanningViewCtrl::DoPropExchange | ( | CPropExchange * | pPX | ) | [virtual] |
Definition at line 185 of file PanningViewCtrl.cpp.
int CPanningViewCtrl::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 218 of file PanningViewCtrl.cpp.
void CPanningViewCtrl::OnDraw | ( | CDC * | pdc, |
const CRect & | rcBounds, | ||
const CRect & | rcInvalid | ||
) | [virtual] |
Definition at line 142 of file PanningViewCtrl.cpp.
void CPanningViewCtrl::OnResetState | ( | ) | [virtual] |
Definition at line 197 of file PanningViewCtrl.cpp.
BOOL CPanningViewCtrl::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [protected, virtual] |
Definition at line 229 of file PanningViewCtrl.cpp.
void CPanningViewCtrl::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 | ||
) | [protected] |
Definition at line 235 of file PanningViewCtrl.cpp.
void CPanningViewCtrl::SetViewRect | ( | LONG | vrx, |
LONG | vry, | ||
LONG | vrw, | ||
LONG | vrh | ||
) | [protected] |
Definition at line 252 of file PanningViewCtrl.cpp.