#include <ap_Win32Dialog_PageSetup.h>
Public Member Functions | |
AP_Win32Dialog_PageSetup_Sheet () | |
void | _onInitDialog (HWND hwnd) |
void | setParent (AP_Win32Dialog_PageSetup *pData) |
AP_Win32Dialog_PageSetup * | getParent () |
int | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
Static Public Member Functions | |
static INT_PTR CALLBACK | s_sheetInit (HWND hwnd, UINT uMsg, LPARAM lParam) |
Private Attributes | |
AP_Win32Dialog_PageSetup * | m_pParent |
AP_Win32Dialog_PageSetup_Sheet::AP_Win32Dialog_PageSetup_Sheet | ( | ) |
References m_pParent, s_sheetInit(), and XAP_Win32PropertySheet::setCallBack().
int AP_Win32Dialog_PageSetup_Sheet::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [virtual] |
void AP_Win32Dialog_PageSetup_Sheet::_onInitDialog | ( | HWND | hwnd | ) |
AP_Win32Dialog_PageSetup* AP_Win32Dialog_PageSetup_Sheet::getParent | ( | void | ) | [inline] |
Referenced by _onInitDialog().
INT_PTR CALLBACK AP_Win32Dialog_PageSetup_Sheet::s_sheetInit | ( | HWND | hwnd, | |
UINT | uMsg, | |||
LPARAM | lParam | |||
) | [static] |
Referenced by AP_Win32Dialog_PageSetup_Sheet().
void AP_Win32Dialog_PageSetup_Sheet::setParent | ( | AP_Win32Dialog_PageSetup * | pData | ) | [inline] |
Referenced by AP_Win32Dialog_PageSetup::runModal().
Referenced by _onCommand(), _onInitDialog(), and AP_Win32Dialog_PageSetup_Sheet().