#include <ap_Win32Dialog_Insert_DateTime.h>
Public Member Functions | |
AP_Win32Dialog_Insert_DateTime (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual void | runModal (XAP_Frame *pFrame) |
Static Public Member Functions | |
static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Protected Member Functions | |
BOOL | _onInitDialog (HWND hWnd, WPARAM wParam, LPARAM lParam) |
BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
Private Member Functions | |
void | SetFormatsList (void) |
void | _FormatListBoxChange (void) |
Private Attributes | |
HWND | m_hwndFormats |
AP_Win32Dialog_Insert_DateTime::AP_Win32Dialog_Insert_DateTime | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
Referenced by static_constructor().
void AP_Win32Dialog_Insert_DateTime::_FormatListBoxChange | ( | void | ) | [private] |
References m_hwndFormats, and AP_Dialog_Insert_DateTime::m_iFormatIndex.
Referenced by _onCommand().
BOOL AP_Win32Dialog_Insert_DateTime::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected, virtual] |
Reimplemented from XAP_Win32DialogBase.
References _FormatListBoxChange(), AP_Dialog_Insert_DateTime::m_answer, and UT_DEBUGMSG.
BOOL AP_Win32Dialog_Insert_DateTime::_onInitDialog | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected, virtual] |
Reimplemented from XAP_Win32DialogBase.
References _DS, _DSX, XAP_App::getStringSet(), XAP_StringSet::getValue(), m_hwndFormats, XAP_Dialog::m_pApp, XAP_Win32DialogHelper::s_centerDialog(), XAP_Win32DialogBase::setDialogTitle(), and SetFormatsList().
void AP_Win32Dialog_Insert_DateTime::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
void AP_Win32Dialog_Insert_DateTime::SetFormatsList | ( | void | ) | [private] |
References UT_String::c_str(), CURRENT_DATE_TIME_SIZE, InsertDateTimeFmts, m_hwndFormats, s, and time.
Referenced by _onInitDialog().
XAP_Dialog * AP_Win32Dialog_Insert_DateTime::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_Win32Dialog_Insert_DateTime().
HWND AP_Win32Dialog_Insert_DateTime::m_hwndFormats [private] |
Referenced by _FormatListBoxChange(), _onInitDialog(), and SetFormatsList().