#include <xap_Win32Dlg_Image.h>
Public Member Functions | |
XAP_Win32Dialog_Image (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual | ~XAP_Win32Dialog_Image (void) |
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) |
BOOL | _onDeltaPos (NM_UPDOWN *pnmud) |
void | wrappingChanged (void) |
XAP_Win32Dialog_Image::XAP_Win32Dialog_Image | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
Referenced by static_constructor().
XAP_Win32Dialog_Image::~XAP_Win32Dialog_Image | ( | void | ) | [virtual] |
BOOL XAP_Win32Dialog_Image::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected] |
References XAP_Dialog_Image::a_Cancel, XAP_Dialog_Image::a_OK, UT_Win32LocaleString::appendLocale(), BUFSIZE, UT_Win32LocaleString::c_str(), UT_Win32LocaleString::fromASCII(), XAP_Win32DialogBase::getControlText(), XAP_Win32DialogBase::getDlgItemText(), XAP_Dialog_Image::getHeightString(), XAP_Dialog_Image::getPreferedUnits(), XAP_Dialog_Image::getWidthString(), XAP_Win32DialogBase::isChecked(), POSITION_TO_COLUMN, POSITION_TO_PAGE, POSITION_TO_PARAGRAPH, XAP_Dialog_Image::setAnswer(), XAP_Win32DialogBase::setControlText(), XAP_Dialog_Image::setDescription(), XAP_Dialog_Image::setHeight(), XAP_Dialog_Image::setPositionTo(), XAP_Dialog_Image::setPreserveAspect(), XAP_Dialog_Image::setTightWrap(), XAP_Dialog_Image::setTitle(), XAP_Dialog_Image::setWidth(), XAP_Dialog_Image::setWrapping(), UT_DEBUGMSG, UT_dimensionName(), UT_UTF8String::utf8_str(), UT_Win32LocaleString::utf8_str(), WRAP_INLINE, WRAP_NONE, WRAP_TEXTBOTH, WRAP_TEXTLEFT, WRAP_TEXTRIGHT, and wrappingChanged().
BOOL XAP_Win32Dialog_Image::_onDeltaPos | ( | NM_UPDOWN * | pnmud | ) | [protected] |
BOOL XAP_Win32Dialog_Image::_onInitDialog | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected] |
References _DS, _DSX, XAP_Win32DialogBase::checkButton(), XAP_Dialog_Image::getDescription(), XAP_Dialog_Image::getHeightString(), XAP_Dialog_Image::getPositionTo(), XAP_Dialog_Image::getPreserveAspect(), XAP_App::getStringSet(), XAP_Dialog_Image::getTitle(), XAP_StringSet::getValue(), XAP_Dialog_Image::getWidthString(), XAP_Dialog_Image::getWrapping(), XAP_Dialog_Image::isTightWrap(), XAP_Dialog::m_pApp, POSITION_TO_COLUMN, POSITION_TO_PAGE, POSITION_TO_PARAGRAPH, XAP_Win32DialogBase::setControlText(), XAP_Win32DialogBase::setDialogTitle(), WRAP_INLINE, WRAP_NONE, WRAP_TEXTBOTH, WRAP_TEXTLEFT, WRAP_TEXTRIGHT, and wrappingChanged().
void XAP_Win32Dialog_Image::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
Implements XAP_Dialog_Image.
References XAP_Win32DialogBase::createModal(), XAP_Dialog::m_id, XAP_Win32DialogBase::setDialog(), UT_ASSERT, and XAP_DIALOG_ID_IMAGE.
XAP_Dialog * XAP_Win32Dialog_Image::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References XAP_Win32Dialog_Image().
void XAP_Win32Dialog_Image::wrappingChanged | ( | void | ) | [protected] |
References XAP_Win32DialogBase::enableControl(), and XAP_Win32DialogBase::isChecked().
Referenced by _onCommand(), and _onInitDialog().