|
GME
13
|
#include <PanningButton.h>
Public Member Functions | |
| CPanningButton () | |
| bool | Create () |
| void | SetBitmapDC (HWND owner, HDC bdc, HBITMAP oldBmp, CRect &ori, CRect &rect, COLORREF &bkgrnd) |
| void | SetViewRect (CRect vrect) |
| virtual | ~CPanningButton () |
Protected Member Functions | |
| afx_msg void | OnPaint () |
| afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
Definition at line 13 of file PanningButton.h.
Definition at line 17 of file PanningButton.cpp.
| CPanningButton::~CPanningButton | ( | ) | [virtual] |
Definition at line 37 of file PanningButton.cpp.
| bool CPanningButton::Create | ( | ) |
Definition at line 57 of file PanningButton.cpp.
| BOOL CPanningButton::OnEraseBkgnd | ( | CDC * | pDC | ) | [protected] |
Definition at line 204 of file PanningButton.cpp.
| void CPanningButton::OnLButtonDown | ( | UINT | nFlags, |
| CPoint | point | ||
| ) | [protected] |
Definition at line 250 of file PanningButton.cpp.
| void CPanningButton::OnLButtonUp | ( | UINT | nFlags, |
| CPoint | point | ||
| ) | [protected] |
Definition at line 265 of file PanningButton.cpp.
| void CPanningButton::OnMouseMove | ( | UINT | nFlags, |
| CPoint | point | ||
| ) | [protected] |
Definition at line 209 of file PanningButton.cpp.
| void CPanningButton::OnPaint | ( | ) | [protected] |
Definition at line 149 of file PanningButton.cpp.
| void CPanningButton::SetBitmapDC | ( | HWND | owner, |
| HDC | bdc, | ||
| HBITMAP | oldBmp, | ||
| CRect & | ori, | ||
| CRect & | rect, | ||
| COLORREF & | bkgrnd | ||
| ) |
Definition at line 64 of file PanningButton.cpp.
| void CPanningButton::SetViewRect | ( | CRect | vrect | ) |
Definition at line 79 of file PanningButton.cpp.
1.7.6.1