#include <xap_Dlg_FontChooser.h>
Public Types | |
enum | tAnswer { a_OK, a_CANCEL, a_YES, a_NO } |
typedef std::map< std::string, std::string > | PropMap |
Public Member Functions | |
XAP_Dialog_FontChooser (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual | ~XAP_Dialog_FontChooser (void) |
virtual void | runModal (XAP_Frame *pFrame)=0 |
void | setDrawString (const UT_UCSChar *str) |
const UT_UCSChar * | getDrawString () const |
void | addOrReplaceVecProp (const std::string &pszProp, const std::string &pszVal) |
void | event_previewExposed (const UT_UCSChar *pszChars) |
void | event_previewClear (void) |
std::string | getVal (const std::string &sProp) const |
void | setAllPropsFromVec (const std::vector< std::string > &vProps) |
void | setGraphicsContext (GR_Graphics *pGraphics) |
void | setFontFamily (const std::string &sFontFamily) |
void | setFontSize (const std::string &sFontSize) |
void | setFontWeight (const std::string &sFontWeight) |
void | setFontStyle (const std::string &sFontStyle) |
void | setColor (const std::string &sColor) |
void | setBGColor (const std::string &sBGColor) |
void | setFontDecoration (bool bUnderline, bool bOverline, bool bStrikeOut, bool bTopline, bool bBottomline) |
void | setHidden (bool bHidden) |
void | setSuperScript (bool bSuperScript) |
void | setSubScript (bool bSubScript) |
void | setBackGroundColor (const gchar *pBackGroundColor) |
void | setTextTransform (const std::string &pTextTransform) |
XAP_Dialog_FontChooser::tAnswer | getAnswer (void) const |
bool | didPropChange (const std::string &v1, const std::string &v2) const |
bool | getChangedTextTransform (std::string &) const |
bool | getChangedFontFamily (std::string &) const |
bool | getChangedFontSize (std::string &) const |
bool | getChangedFontWeight (std::string &) const |
bool | getChangedFontStyle (std::string &) const |
bool | getChangedColor (std::string &) const |
bool | getChangedBGColor (std::string &) const |
bool | getChangedUnderline (bool *pbUnderline) const |
bool | getChangedOverline (bool *pbOverline) const |
bool | getChangedStrikeOut (bool *pbStrikeOut) const |
bool | getChangedTopline (bool *pbTopline) const |
bool | getChangedBottomline (bool *pbBottomline) const |
bool | getChangedHidden (bool *pbHidden) const |
bool | getChangedSuperScript (bool *pbSuperScript) const |
bool | getChangedSubScript (bool *pbSubScript) const |
Protected Member Functions | |
void | _createFontPreviewFromGC (GR_Graphics *gc, UT_uint32 width, UT_uint32 height) |
Protected Attributes | |
XAP_Dialog_FontChooser::tAnswer | m_answer |
GR_Graphics * | m_pGraphics |
std::string | m_sColorBackground |
std::string | m_sFontFamily |
std::string | m_sFontSize |
std::string | m_sFontWeight |
std::string | m_sFontStyle |
std::string | m_sColor |
std::string | m_sBGColor |
bool | m_bUnderline |
bool | m_bOverline |
bool | m_bStrikeout |
bool | m_bTopline |
bool | m_bBottomline |
bool | m_bHidden |
bool | m_bSuperScript |
bool | m_bSubScript |
std::string | m_sTextTransform |
PropMap | m_mapProps |
XAP_Preview_FontPreview * | m_pFontPreview |
bool | m_bChangedFontFamily |
bool | m_bChangedFontSize |
bool | m_bChangedFontWeight |
bool | m_bChangedFontStyle |
bool | m_bChangedColor |
bool | m_bChangedBGColor |
bool | m_bChangedUnderline |
bool | m_bChangedOverline |
bool | m_bChangedStrikeOut |
bool | m_bChangedTopline |
bool | m_bChangedBottomline |
bool | m_bChangedHidden |
bool | m_bChangedSuperScript |
bool | m_bChangedSubScript |
bool | m_bChangedTextTransform |
UT_UCSChar * | m_drawString |
typedef std::map<std::string,std::string> XAP_Dialog_FontChooser::PropMap |
XAP_Dialog_FontChooser::XAP_Dialog_FontChooser | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
References m_answer, m_bBottomline, m_bChangedBGColor, m_bChangedBottomline, m_bChangedColor, m_bChangedFontFamily, m_bChangedFontSize, m_bChangedFontStyle, m_bChangedFontWeight, m_bChangedHidden, m_bChangedOverline, m_bChangedStrikeOut, m_bChangedSubScript, m_bChangedSuperScript, m_bChangedTextTransform, m_bChangedTopline, m_bChangedUnderline, m_bHidden, m_bOverline, m_bStrikeout, m_bSubScript, m_bSuperScript, m_bTopline, m_bUnderline, m_drawString, m_pFontPreview, m_pGraphics, PREVIEW_ENTRY_DEFAULT_STRING, and UT_UCS4_cloneString_char().
XAP_Dialog_FontChooser::~XAP_Dialog_FontChooser | ( | void | ) | [virtual] |
References DELETEP, FREEP, m_drawString, and m_pFontPreview.
void XAP_Dialog_FontChooser::_createFontPreviewFromGC | ( | GR_Graphics * | gc, | |
UT_uint32 | width, | |||
UT_uint32 | height | |||
) | [protected] |
void XAP_Dialog_FontChooser::addOrReplaceVecProp | ( | const std::string & | pszProp, | |
const std::string & | pszVal | |||
) |
References m_mapProps.
Referenced by XAP_CocoaDialog_FontChooser::_colorChanged, XAP_UnixDialog_FontChooser::bgColorChanged(), XAP_UnixDialog_FontChooser::fgColorChanged(), XAP_UnixDialog_FontChooser::fontRowChanged(), XAP_CocoaDialog_FontChooser::fontRowChanged, setBGColor(), setColor(), setFontDecoration(), setFontFamily(), setFontSize(), setFontStyle(), setFontWeight(), setHidden(), setSubScript(), setSuperScript(), setTextTransform(), XAP_UnixDialog_FontChooser::sizeRowChanged(), XAP_CocoaDialog_FontChooser::sizeRowChanged, XAP_UnixDialog_FontChooser::styleRowChanged(), XAP_CocoaDialog_FontChooser::styleRowChanged, XAP_UnixDialog_FontChooser::textTransformChanged(), XAP_UnixDialog_FontChooser::transparencyChanged(), and XAP_CocoaDialog_FontChooser::transparencyChanged.
bool XAP_Dialog_FontChooser::didPropChange | ( | const std::string & | v1, | |
const std::string & | v2 | |||
) | const |
Compare two prop values and gracefully handle the cases of NULL pointers
Referenced by getChangedBGColor(), getChangedColor(), getChangedFontFamily(), getChangedFontSize(), getChangedFontStyle(), getChangedFontWeight(), and getChangedTextTransform().
void XAP_Dialog_FontChooser::event_previewClear | ( | void | ) |
This method clears the drawing area in the dialog.
References XAP_Preview_FontPreview::clearScreen(), and m_pFontPreview.
Referenced by XAP_CocoaDialog_FontChooser::runModal, and XAP_UnixDialog_FontChooser::updatePreview().
void XAP_Dialog_FontChooser::event_previewExposed | ( | const UT_UCSChar * | pszChars | ) |
This method updates the drawing area in the dialog.
References XAP_Preview_FontPreview::draw(), FREEP, m_pFontPreview, PREVIEW_ENTRY_DEFAULT_STRING, XAP_Preview_FontPreview::setDrawString(), UT_UCS4_cloneString_char(), and UT_UCS4_strlen().
Referenced by XAP_UnixDialog_FontChooser::updatePreview(), and XAP_CocoaDialog_FontChooser::updatePreview.
XAP_Dialog_FontChooser::tAnswer XAP_Dialog_FontChooser::getAnswer | ( | void | ) | const |
References m_answer.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedBGColor | ( | std::string & | szBGColor | ) | const |
References didPropChange(), getVal(), m_bChangedBGColor, and m_sBGColor.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedBottomline | ( | bool * | pbBottomline | ) | const |
References m_bBottomline, and m_bChangedBottomline.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedColor | ( | std::string & | szColor | ) | const |
References didPropChange(), getVal(), m_bChangedColor, and m_sColor.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedFontFamily | ( | std::string & | szFontFamily | ) | const |
References didPropChange(), getVal(), m_bChangedFontFamily, and m_sFontFamily.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedFontSize | ( | std::string & | szFontSize | ) | const |
References didPropChange(), getVal(), m_bChangedFontSize, and m_sFontSize.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedFontStyle | ( | std::string & | szFontStyle | ) | const |
References didPropChange(), getVal(), m_bChangedFontStyle, and m_sFontStyle.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedFontWeight | ( | std::string & | szFontWeight | ) | const |
References didPropChange(), getVal(), m_bChangedFontWeight, and m_sFontWeight.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedHidden | ( | bool * | pbHidden | ) | const |
References m_bChangedHidden, and m_bHidden.
Referenced by s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedOverline | ( | bool * | pbOverline | ) | const |
References m_bChangedOverline, and m_bOverline.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedStrikeOut | ( | bool * | pbStrikeOut | ) | const |
References m_bChangedStrikeOut, and m_bStrikeout.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedSubScript | ( | bool * | pbSubScript | ) | const |
References m_bChangedSubScript, and m_bSubScript.
Referenced by s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedSuperScript | ( | bool * | pbSuperScript | ) | const |
References m_bChangedSuperScript, and m_bSuperScript.
Referenced by s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedTextTransform | ( | std::string & | szTextTransform | ) | const |
References didPropChange(), getVal(), m_bChangedTextTransform, and m_sTextTransform.
Referenced by s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedTopline | ( | bool * | pbTopline | ) | const |
References m_bChangedTopline, and m_bTopline.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
bool XAP_Dialog_FontChooser::getChangedUnderline | ( | bool * | pbUnderline | ) | const |
References m_bChangedUnderline, and m_bUnderline.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
const UT_UCSChar* XAP_Dialog_FontChooser::getDrawString | ( | ) | const [inline] |
Referenced by XAP_UnixDialog_FontChooser::updatePreview().
std::string XAP_Dialog_FontChooser::getVal | ( | const std::string & | sProp | ) | const |
This method returns a std::string of the value associated with the the property sProp.
References m_mapProps.
Referenced by getChangedBGColor(), getChangedColor(), getChangedFontFamily(), getChangedFontSize(), getChangedFontStyle(), getChangedFontWeight(), getChangedTextTransform(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, and setAllPropsFromVec().
virtual void XAP_Dialog_FontChooser::runModal | ( | XAP_Frame * | pFrame | ) | [pure virtual] |
Implements XAP_Dialog_NonPersistent.
Implemented in XAP_CocoaDialog_FontChooser, and XAP_UnixDialog_FontChooser.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setAllPropsFromVec | ( | const std::vector< std::string > & | vProps | ) |
This method sets all the local properties from a vector of string Property - Value pairs. This method wipes out all the old values and clears all the bools assciated with them.
References getVal(), m_bBottomline, m_bHidden, m_bOverline, m_bStrikeout, m_bSubScript, m_bSuperScript, m_bTopline, m_bUnderline, m_mapProps, and UT_ASSERT_HARMLESS.
void XAP_Dialog_FontChooser::setBackGroundColor | ( | const gchar * | pBackGroundColor | ) |
References m_sColorBackground.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setBGColor | ( | const std::string & | sBGColor | ) |
References addOrReplaceVecProp(), and m_sBGColor.
Referenced by AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setColor | ( | const std::string & | sColor | ) |
References addOrReplaceVecProp(), and m_sColor.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setDrawString | ( | const UT_UCSChar * | str | ) |
References FREEP, m_drawString, PREVIEW_ENTRY_DEFAULT_STRING, UT_UCS4_cloneString(), UT_UCS4_cloneString_char(), and UT_UCS4_strlen().
Referenced by s_doFontDlg().
void XAP_Dialog_FontChooser::setFontDecoration | ( | bool | bUnderline, | |
bool | bOverline, | |||
bool | bStrikeOut, | |||
bool | bTopline, | |||
bool | bBottomline | |||
) |
References addOrReplaceVecProp(), UT_String::c_str(), UT_String::clear(), gchar, m_bBottomline, m_bOverline, m_bStrikeout, m_bTopline, m_bUnderline, and s.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, XAP_Win32Dialog_FontChooser::runModal(), s_doFontDlg(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), and XAP_CocoaDialog_FontChooser::underlineChanged.
void XAP_Dialog_FontChooser::setFontFamily | ( | const std::string & | sFontFamily | ) |
References addOrReplaceVecProp(), and m_sFontFamily.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setFontSize | ( | const std::string & | sFontSize | ) |
References addOrReplaceVecProp(), and m_sFontSize.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setFontStyle | ( | const std::string & | sFontStyle | ) |
References addOrReplaceVecProp(), and m_sFontStyle.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setFontWeight | ( | const std::string & | sFontWeight | ) |
References addOrReplaceVecProp(), and m_sFontWeight.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setGraphicsContext | ( | GR_Graphics * | pGraphics | ) |
References m_pGraphics.
Referenced by AP_Win32Dialog_Lists::_selectFont(), AP_Dialog_Styles::ModifyFont(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setHidden | ( | bool | bHidden | ) |
References addOrReplaceVecProp(), and m_bHidden.
Referenced by XAP_Win32Dialog_FontChooser::runModal(), and s_doFontDlg().
void XAP_Dialog_FontChooser::setSubScript | ( | bool | bSubScript | ) |
References addOrReplaceVecProp(), and m_bSubScript.
Referenced by XAP_Win32Dialog_FontChooser::runModal(), s_doFontDlg(), XAP_UnixDialog_FontChooser::subscriptChanged(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_UnixDialog_FontChooser::superscriptChanged(), and XAP_CocoaDialog_FontChooser::superscriptChanged.
void XAP_Dialog_FontChooser::setSuperScript | ( | bool | bSuperScript | ) |
References addOrReplaceVecProp(), and m_bSuperScript.
Referenced by XAP_Win32Dialog_FontChooser::runModal(), s_doFontDlg(), XAP_UnixDialog_FontChooser::subscriptChanged(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_UnixDialog_FontChooser::superscriptChanged(), and XAP_CocoaDialog_FontChooser::superscriptChanged.
void XAP_Dialog_FontChooser::setTextTransform | ( | const std::string & | pTextTransform | ) |
References addOrReplaceVecProp(), and m_sTextTransform.
Referenced by s_doFontDlg().
bool XAP_Dialog_FontChooser::m_bBottomline [protected] |
Referenced by getChangedBottomline(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, setAllPropsFromVec(), setFontDecoration(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), XAP_CocoaDialog_FontChooser::underlineChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedBGColor [protected] |
Referenced by getChangedBGColor(), and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedBottomline [protected] |
Referenced by getChangedBottomline(), and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedColor [protected] |
bool XAP_Dialog_FontChooser::m_bChangedFontFamily [protected] |
bool XAP_Dialog_FontChooser::m_bChangedFontSize [protected] |
bool XAP_Dialog_FontChooser::m_bChangedFontStyle [protected] |
bool XAP_Dialog_FontChooser::m_bChangedFontWeight [protected] |
bool XAP_Dialog_FontChooser::m_bChangedHidden [protected] |
bool XAP_Dialog_FontChooser::m_bChangedOverline [protected] |
bool XAP_Dialog_FontChooser::m_bChangedStrikeOut [protected] |
bool XAP_Dialog_FontChooser::m_bChangedSubScript [protected] |
Referenced by getChangedSubScript(), XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::subscriptChanged(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_UnixDialog_FontChooser::superscriptChanged(), XAP_CocoaDialog_FontChooser::superscriptChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedSuperScript [protected] |
Referenced by getChangedSuperScript(), XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::subscriptChanged(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_UnixDialog_FontChooser::superscriptChanged(), XAP_CocoaDialog_FontChooser::superscriptChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedTextTransform [protected] |
Referenced by getChangedTextTransform(), and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedTopline [protected] |
Referenced by getChangedTopline(), and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bChangedUnderline [protected] |
bool XAP_Dialog_FontChooser::m_bHidden [protected] |
bool XAP_Dialog_FontChooser::m_bOverline [protected] |
Referenced by getChangedOverline(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, setAllPropsFromVec(), setFontDecoration(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), XAP_CocoaDialog_FontChooser::underlineChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bStrikeout [protected] |
Referenced by getChangedStrikeOut(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, setAllPropsFromVec(), setFontDecoration(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), XAP_CocoaDialog_FontChooser::underlineChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bSubScript [protected] |
Referenced by getChangedSubScript(), XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, setAllPropsFromVec(), setSubScript(), XAP_UnixDialog_FontChooser::subscriptChanged(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_CocoaDialog_FontChooser::superscriptChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bSuperScript [protected] |
Referenced by getChangedSuperScript(), XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, setAllPropsFromVec(), setSuperScript(), XAP_CocoaDialog_FontChooser::subscriptChanged, XAP_UnixDialog_FontChooser::superscriptChanged(), XAP_CocoaDialog_FontChooser::superscriptChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bTopline [protected] |
Referenced by getChangedTopline(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, setAllPropsFromVec(), setFontDecoration(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), XAP_CocoaDialog_FontChooser::underlineChanged, and XAP_Dialog_FontChooser().
bool XAP_Dialog_FontChooser::m_bUnderline [protected] |
Referenced by getChangedUnderline(), XAP_UnixDialog_FontChooser::overlineChanged(), XAP_CocoaDialog_FontChooser::overlineChanged, XAP_Win32Dialog_FontChooser::runModal(), XAP_UnixDialog_FontChooser::runModal(), XAP_CocoaDialog_FontChooser::runModal, setAllPropsFromVec(), setFontDecoration(), XAP_UnixDialog_FontChooser::strikeoutChanged(), XAP_CocoaDialog_FontChooser::strikeoutChanged, XAP_UnixDialog_FontChooser::underlineChanged(), XAP_CocoaDialog_FontChooser::underlineChanged, and XAP_Dialog_FontChooser().
UT_UCSChar* XAP_Dialog_FontChooser::m_drawString [protected] |
Referenced by setDrawString(), XAP_Dialog_FontChooser(), and ~XAP_Dialog_FontChooser().
PropMap XAP_Dialog_FontChooser::m_mapProps [protected] |
Referenced by _createFontPreviewFromGC(), addOrReplaceVecProp(), getVal(), and setAllPropsFromVec().
GR_Graphics* XAP_Dialog_FontChooser::m_pGraphics [protected] |
std::string XAP_Dialog_FontChooser::m_sBGColor [protected] |
Referenced by getChangedBGColor(), and setBGColor().
std::string XAP_Dialog_FontChooser::m_sColor [protected] |
std::string XAP_Dialog_FontChooser::m_sColorBackground [protected] |
Referenced by _createFontPreviewFromGC(), and setBackGroundColor().
std::string XAP_Dialog_FontChooser::m_sFontFamily [protected] |
Referenced by getChangedFontFamily(), XAP_Win32Dialog_FontChooser::runModal(), and setFontFamily().
std::string XAP_Dialog_FontChooser::m_sFontSize [protected] |
Referenced by getChangedFontSize(), XAP_Win32Dialog_FontChooser::runModal(), and setFontSize().
std::string XAP_Dialog_FontChooser::m_sFontStyle [protected] |
Referenced by getChangedFontStyle(), XAP_Win32Dialog_FontChooser::runModal(), and setFontStyle().
std::string XAP_Dialog_FontChooser::m_sFontWeight [protected] |
Referenced by getChangedFontWeight(), XAP_Win32Dialog_FontChooser::runModal(), and setFontWeight().
std::string XAP_Dialog_FontChooser::m_sTextTransform [protected] |
Referenced by getChangedTextTransform(), and setTextTransform().