#include <ap_Win32Dialog_Options.h>
Public Member Functions | |
| AP_Win32Dialog_Options_Sheet () | |
| void | _onInitDialog (HWND hwnd) |
| void | setParent (AP_Win32Dialog_Options *pData) |
| AP_Win32Dialog_Options * | getParent () |
| BOOL | _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_Options * | m_pParent |
| AP_Win32Dialog_Options_Sheet::AP_Win32Dialog_Options_Sheet | ( | ) |
References m_pParent, s_sheetInit(), and XAP_Win32PropertySheet::setCallBack().
| BOOL AP_Win32Dialog_Options_Sheet::_onCommand | ( | HWND | hWnd, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [virtual] |
Reimplemented from XAP_Win32PropertySheet.
References AP_Dialog_Options::_event_SetDefaults(), AP_Dialog_Options::_storeWindowData(), AP_Win32Dialog_Options::checkLanguageChange(), AP_Win32Dialog_Options::getPage(), getParent(), ID_APPLY_NOW, and AP_Win32Dialog_Options_Document::isAutoSaveInRange().
| void AP_Win32Dialog_Options_Sheet::_onInitDialog | ( | HWND | hwnd | ) | [virtual] |
| AP_Win32Dialog_Options* AP_Win32Dialog_Options_Sheet::getParent | ( | void | ) | [inline] |
Referenced by _onCommand(), and _onInitDialog().
| INT_PTR CALLBACK AP_Win32Dialog_Options_Sheet::s_sheetInit | ( | HWND | hwnd, | |
| UINT | uMsg, | |||
| LPARAM | lParam | |||
| ) | [static] |
Referenced by AP_Win32Dialog_Options_Sheet().
| void AP_Win32Dialog_Options_Sheet::setParent | ( | AP_Win32Dialog_Options * | pData | ) | [inline] |
Referenced by AP_Win32Dialog_Options::runModal().
Referenced by AP_Win32Dialog_Options_Sheet().
1.7.1