GME
13
|
#include <GMEPanningWindow.h>
Public Types | |
enum | { IDD = IDD_PANNING_WINDOW_DIALOG } |
Public Member Functions | |
CGMEPanningWindow () | |
virtual | ~CGMEPanningWindow () |
IDispatch * | GetInterface () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
void | SetBitmapDC (HWND owner, HDC bdc, HBITMAP oldBmp, CRect &ori, CRect &rect, COLORREF &bkgrnd) |
void | SetViewRect (CRect vrect) |
virtual void | ShowPane (BOOL bShow, BOOL bDelay, BOOL bActivate) |
Public Attributes | |
CPanningWindowWrapper | m_PanningWindowWrapper |
Static Public Attributes | |
static CGMEPanningWindow * | theInstance = 0 |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnUpdateCmdUI (CFrameWnd *pTarget, BOOL bDisableIfNoHndler) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
Definition at line 20 of file GMEPanningWindow.h.
anonymous enum |
Definition at line 38 of file GMEPanningWindow.h.
Definition at line 20 of file GMEPanningWindow.cpp.
virtual CGMEPanningWindow::~CGMEPanningWindow | ( | ) | [inline, virtual] |
Definition at line 25 of file GMEPanningWindow.h.
void CGMEPanningWindow::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 80 of file GMEPanningWindow.cpp.
IDispatch* CGMEPanningWindow::GetInterface | ( | ) | [inline] |
Definition at line 27 of file GMEPanningWindow.h.
int CGMEPanningWindow::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 47 of file GMEPanningWindow.cpp.
void CGMEPanningWindow::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 68 of file GMEPanningWindow.cpp.
void CGMEPanningWindow::OnUpdateCmdUI | ( | CFrameWnd * | pTarget, |
BOOL | bDisableIfNoHndler | ||
) | [protected, virtual] |
Definition at line 60 of file GMEPanningWindow.cpp.
BOOL CGMEPanningWindow::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 103 of file GMEPanningWindow.cpp.
void CGMEPanningWindow::SetBitmapDC | ( | HWND | owner, |
HDC | bdc, | ||
HBITMAP | oldBmp, | ||
CRect & | ori, | ||
CRect & | rect, | ||
COLORREF & | bkgrnd | ||
) |
Definition at line 125 of file GMEPanningWindow.cpp.
void CGMEPanningWindow::SetViewRect | ( | CRect | vrect | ) |
Definition at line 132 of file GMEPanningWindow.cpp.
void CGMEPanningWindow::ShowPane | ( | BOOL | bShow, |
BOOL | bDelay, | ||
BOOL | bActivate | ||
) | [virtual] |
Definition at line 137 of file GMEPanningWindow.cpp.
Definition at line 39 of file GMEPanningWindow.h.
CGMEPanningWindow * CGMEPanningWindow::theInstance = 0 [static] |
Definition at line 42 of file GMEPanningWindow.h.