|
GME
13
|
#include <PanningViewDlg.h>

Public Types | |
| enum | { IDD = IDD_PANNINGVIEWDLG } |
Public Member Functions | |
| CPanningViewDlg (CWnd *pParent=NULL) | |
| void | SetBitmapDC (HWND owner, HDC bdc, HBITMAP oldBmp, CRect &ori, CRect &rect, COLORREF &bkgrnd) |
| void | SetViewRect (CRect &vrect) |
| BOOL | OnInitDialog () |
Public Attributes | |
| CPanningButton | m_pvbutton |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Definition at line 15 of file PanningViewDlg.h.
| anonymous enum |
Definition at line 27 of file PanningViewDlg.h.
| CPanningViewDlg::CPanningViewDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 16 of file PanningViewDlg.cpp.
| void CPanningViewDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file PanningViewDlg.cpp.
Definition at line 33 of file PanningViewDlg.cpp.
| void CPanningViewDlg::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) | [protected] |
Definition at line 61 of file PanningViewDlg.cpp.
| void CPanningViewDlg::SetBitmapDC | ( | HWND | owner, |
| HDC | bdc, | ||
| HBITMAP | oldBmp, | ||
| CRect & | ori, | ||
| CRect & | rect, | ||
| COLORREF & | bkgrnd | ||
| ) |
Definition at line 41 of file PanningViewDlg.cpp.
| void CPanningViewDlg::SetViewRect | ( | CRect & | vrect | ) |
Definition at line 46 of file PanningViewDlg.cpp.
Definition at line 28 of file PanningViewDlg.h.
1.7.6.1