Public Member Functions | |
| void | DrawMiniMap () |
| virtual void | OnDraw (CDC *pDC) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| virtual BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL) |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
Protected Member Functions | |
| CMiniMapView () | |
| virtual | ~CMiniMapView () |
Protected Attributes | |
| HBITMAP | m_hBitmap |
| HDC | m_hBitmapDC |
| RGBQUAD * | m_pPixels |
| int | m_Zoom |
Definition at line 6 of file MiniMapView.h.
1.5.1-p1