#include <ap_Win32Dialog_FormatTOC.h>
Public Member Functions | |
AP_Win32Dialog_FormatTOC_General () | |
~AP_Win32Dialog_FormatTOC_General () | |
void | setContainer (AP_Win32Dialog_FormatTOC *pData) |
AP_Win32Dialog_FormatTOC * | getContainer () |
void | _fillGUI (void) |
virtual BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
Private Member Functions | |
virtual void | _onInitDialog () |
virtual void | _onApply () |
virtual void | _onOK () |
Private Attributes | |
AP_Win32Dialog_FormatTOC * | m_pData |
AP_Win32Dialog_FormatTOC_General::AP_Win32Dialog_FormatTOC_General | ( | ) |
AP_Win32Dialog_FormatTOC_General::~AP_Win32Dialog_FormatTOC_General | ( | ) |
void AP_Win32Dialog_FormatTOC_General::_fillGUI | ( | void | ) |
References getContainer(), XAP_Win32PropertyPage::getHandle(), AP_Dialog_FormatTOC::getTOCPropVal(), AP_Win32App::s_fromUTF8ToWinLocale(), pt_PieceTable::s_getLocalisedStyleName(), XAP_Win32DialogBase::selectComboItem(), AP_Win32Dialog_FormatTOC::setMainLevel(), XAP_Win32DialogBase::setWindowText(), and UT_UTF8String::utf8_str().
Referenced by AP_Win32Dialog_FormatTOC::setTOCPropsInGUI().
void AP_Win32Dialog_FormatTOC_General::_onApply | ( | ) | [private, virtual] |
Reimplemented from XAP_Win32PropertyPage.
References AP_Dialog_FormatTOC::Apply(), UT_Win32LocaleString::fromLocale(), getContainer(), XAP_Win32PropertyPage::getHandle(), AP_Dialog_FormatTOC::setTOCProperty(), UT_UTF8String::utf8_str(), and UT_Win32LocaleString::utf8_str().
Referenced by _onOK().
BOOL AP_Win32Dialog_FormatTOC_General::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [virtual] |
Reimplemented from XAP_Win32DialogBase.
References UT_String::c_str(), XAP_Win32DialogBase::getComboSelectedIndex(), getContainer(), XAP_Win32PropertyPage::getHandle(), AP_Dialog_FormatTOC::getMainLevel(), AP_Dialog_FormatTOC::getTOCPropVal(), AP_Win32Dialog_FormatTOC::setMainLevel(), AP_Win32Dialog_FormatTOC::setStyle(), AP_Dialog_FormatTOC::setTOCProperty(), UT_String_sprintf(), and UT_UTF8String::utf8_str().
void AP_Win32Dialog_FormatTOC_General::_onInitDialog | ( | ) | [private, virtual] |
Reimplemented from XAP_Win32PropertyPage.
References XAP_Win32DialogBase::addItemToCombo(), XAP_Win32PropertyPage::getApp(), getContainer(), XAP_Win32PropertyPage::getHandle(), XAP_Win32App::getStringSet(), XAP_StringSet::getValue(), XAP_Win32DialogBase::selectComboItem(), XAP_Win32DialogBase::setComboDataItem(), XAP_Win32DialogBase::setDlgItemText(), and AP_Win32Dialog_FormatTOC::setTOCPropsInGUI().
void AP_Win32Dialog_FormatTOC_General::_onOK | ( | ) | [private, virtual] |
Reimplemented from XAP_Win32PropertyPage.
References _onApply().
AP_Win32Dialog_FormatTOC* AP_Win32Dialog_FormatTOC_General::getContainer | ( | void | ) | [inline] |
Referenced by _fillGUI(), _onApply(), _onCommand(), and _onInitDialog().
void AP_Win32Dialog_FormatTOC_General::setContainer | ( | AP_Win32Dialog_FormatTOC * | pData | ) | [inline] |
Referenced by AP_Win32Dialog_FormatTOC::runModeless().