#include <ap_Dialog_FormatFrame.h>
AP_Dialog_FormatFrame::AP_Dialog_FormatFrame | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
AP_Dialog_FormatFrame::~AP_Dialog_FormatFrame | ( | void | ) | [virtual] |
References DELETEP, m_pFormatFramePreview, m_pImage, and stopUpdater().
void AP_Dialog_FormatFrame::_createPreviewFromGC | ( | GR_Graphics * | gc, | |
UT_uint32 | width, | |||
UT_uint32 | height | |||
) |
bool AP_Dialog_FormatFrame::_getToggleButtonStatus | ( | const char * | lineStyle | ) | [private] |
References LS_OFF, m_vecProps, PP_getAttribute(), style, and UT_std_string_sprintf().
GR_Image * AP_Dialog_FormatFrame::_makeImageForRaster | ( | const std::string & | name, | |
GR_Graphics * | pGraphics, | |||
const FG_ConstGraphicPtr & | pG | |||
) | [private] |
References GR_Graphics::createNewImage(), XAP_Preview::getWindowHeight(), XAP_Preview::getWindowWidth(), and m_pFormatFramePreview.
Referenced by askForGraphicPathName(), and setCurFrameProps().
void AP_Dialog_FormatFrame::applyChanges | ( | void | ) |
References UT_String::c_str(), fp_Container::getColumn(), XAP_Frame::getCurrentView(), fl_ContainerLayout::getFirstContainer(), FV_View::getFrameLayout(), fl_FrameLayout::getFramePositionTo(), FV_View::getFrameStrings_view(), XAP_App::getLastFocussedFrame(), fp_Container::getPage(), FV_View::getPageScreenOffsets(), fp_FrameContainer::getX(), fp_FrameContainer::getXPad(), fp_FrameContainer::getY(), fp_FrameContainer::getYPad(), m_bSettingsChanged, XAP_Dialog::m_pApp, m_pGraphic, m_sImagePath, m_vecProps, PP_addOrSetAttribute(), PP_getAttribute(), fv_FrameStrings::sColXpos, fv_FrameStrings::sColYpos, FV_View::setFrameFormat(), fv_FrameStrings::sPageXpos, fv_FrameStrings::sPageYpos, fv_FrameStrings::sPrefColumn, fv_FrameStrings::sXpos, fv_FrameStrings::sYpos, UT_DEBUGMSG, and xxx_UT_DEBUGMSG.
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), and AP_UnixDialog_FormatFrame::event_ApplyToChanged().
void AP_Dialog_FormatFrame::askForGraphicPathName | ( | void | ) |
Import graphic for cell background.
References _makeImageForRaster(), DELETEP, IE_ImpGraphic::enumerateDlgLabels(), FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_Frame::getCurrentView(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), XAP_Dialog_FileOpenSaveAs::getFileType(), AP_FormatFrame_preview::getGraphics(), IE_ImpGraphic::getImporterCount(), XAP_App::getLastFocussedFrame(), XAP_Dialog_FileOpenSaveAs::getPathname(), PD_Document::getUID(), UT_UniqueId::Image, IE_ImpGraphic::loadGraphic(), m_iGraphicType, XAP_Dialog::m_pApp, m_pFormatFramePreview, m_pGraphic, m_pImage, m_sImagePath, XAP_CustomWidget::queueDraw(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setCurrentPathname(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), XAP_Dialog_FileOpenSaveAs::setSuggestFilename(), ShowErrorBox(), type, UT_ASSERT_HARMLESS, UT_calloc(), UT_OK, UT_return_if_fail, UT_SHOULD_NOT_HAPPEN, UT_std_string_sprintf(), XAP_DIALOG_FILEOPENSAVEAS_FILE_TYPE_AUTO, and XAP_DIALOG_ID_INSERT_PICTURE.
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), and s_select_image().
void AP_Dialog_FormatFrame::autoUpdateMC | ( | UT_Worker * | pTimer | ) | [static] |
Autoupdater of the dialog.
References UT_Worker::getInstanceData(), m_bAutoUpdate_happening_now, m_bDestroy_says_stopupdating, setCurFrameProps(), and UT_return_if_fail.
Referenced by startUpdater().
const UT_RGBColor& AP_Dialog_FormatFrame::backgroundColor | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData.
const UT_RGBColor& AP_Dialog_FormatFrame::borderColorBottom | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_RGBColor& AP_Dialog_FormatFrame::borderColorLeft | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_RGBColor& AP_Dialog_FormatFrame::borderColorRight | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_RGBColor& AP_Dialog_FormatFrame::borderColorTop | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
UT_sint32 AP_Dialog_FormatFrame::borderLineStyleBottom | ( | ) | const [inline] |
Referenced by AP_FormatFrame_preview::draw().
UT_sint32 AP_Dialog_FormatFrame::borderLineStyleLeft | ( | ) | const [inline] |
Referenced by AP_FormatFrame_preview::draw().
UT_sint32 AP_Dialog_FormatFrame::borderLineStyleRight | ( | ) | const [inline] |
Referenced by AP_FormatFrame_preview::draw().
UT_sint32 AP_Dialog_FormatFrame::borderLineStyleTop | ( | ) | const [inline] |
Referenced by AP_FormatFrame_preview::draw().
float AP_Dialog_FormatFrame::borderThicknessBottom | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData.
float AP_Dialog_FormatFrame::borderThicknessLeft | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData.
float AP_Dialog_FormatFrame::borderThicknessRight | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData.
float AP_Dialog_FormatFrame::borderThicknessTop | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData.
void AP_Dialog_FormatFrame::clearImage | ( | void | ) |
References DELETEP, m_pFormatFramePreview, m_pGraphic, m_pImage, m_sImagePath, and XAP_CustomWidget::queueDraw().
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), and s_remove_image().
void AP_Dialog_FormatFrame::ConstructWindowName | ( | void | ) |
References XAP_Dialog_Modeless::BuildWindowName(), FREEP, gchar, XAP_App::getStringSet(), XAP_StringSet::getValue(), XAP_Dialog::m_pApp, m_WindowName, and UT_XML_cloneNoAmpersands().
Referenced by AP_UnixDialog_FormatFrame::_constructWindow(), AP_Win32Dialog_FormatFrame::activate(), AP_UnixDialog_FormatFrame::activate(), AP_CocoaDialog_FormatFrame::activate, AP_Win32Dialog_FormatFrame::notifyActiveFrame(), AP_UnixDialog_FormatFrame::notifyActiveFrame(), and AP_CocoaDialog_FormatFrame::notifyActiveFrame.
void AP_Dialog_FormatFrame::event_update | ( | void | ) |
void AP_Dialog_FormatFrame::finalize | ( | void | ) |
AP_Dialog_FormatFrame::tAnswer AP_Dialog_FormatFrame::getAnswer | ( | void | ) | const |
References m_answer.
const UT_UTF8String& AP_Dialog_FormatFrame::getBorderThicknessBottom | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_UTF8String& AP_Dialog_FormatFrame::getBorderThicknessLeft | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_UTF8String& AP_Dialog_FormatFrame::getBorderThicknessRight | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
const UT_UTF8String& AP_Dialog_FormatFrame::getBorderThicknessTop | ( | ) | const [inline] |
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, and AP_FormatFrame_preview::draw().
bool AP_Dialog_FormatFrame::getBottomToggled | ( | ) | const [inline] |
const FG_ConstGraphicPtr& AP_Dialog_FormatFrame::getGraphic | ( | void | ) | const [inline] |
Referenced by AP_FormatFrame_preview::draw().
GR_Image* AP_Dialog_FormatFrame::getImage | ( | void | ) | [inline] |
Referenced by AP_FormatFrame_preview::draw().
bool AP_Dialog_FormatFrame::getLeftToggled | ( | ) | const [inline] |
PP_PropertyVector& AP_Dialog_FormatFrame::getPropVector | ( | ) | [inline] |
Referenced by AP_FormatFrame_preview::draw().
bool AP_Dialog_FormatFrame::getRightToggled | ( | ) | const [inline] |
bool AP_Dialog_FormatFrame::getTopToggled | ( | ) | const [inline] |
bool AP_Dialog_FormatFrame::getWrapping | ( | void | ) | const [inline] |
FL_FrameFormatMode AP_Dialog_FormatFrame::positionMode | ( | ) | const [inline] |
virtual void AP_Dialog_FormatFrame::runModeless | ( | XAP_Frame * | pFrame | ) | [pure virtual] |
Implements XAP_Dialog_Modeless.
Implemented in AP_CocoaDialog_FormatFrame, and AP_UnixDialog_FormatFrame.
Referenced by Defun1().
void AP_Dialog_FormatFrame::setActiveFrame | ( | XAP_Frame * | pFrame | ) | [virtual] |
Reimplemented from XAP_Dialog_Modeless.
References XAP_Dialog_Modeless::getActiveFrame(), and XAP_Dialog_Modeless::notifyActiveFrame().
Referenced by setCurFrameProps().
void AP_Dialog_FormatFrame::setAllSensitivities | ( | void | ) |
Sets the sensitivity of the radio buttons to top/bottom/left/right line buttons Call this right after contructing the widget and before dropping into the main loop.
References XAP_Frame::getCurrentView(), XAP_App::getLastFocussedFrame(), m_bSensitive, XAP_Dialog::m_pApp, and setSensitivity().
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog(), AP_UnixDialog_FormatFrame::_populateWindowData(), AP_CocoaDialog_FormatFrame::_populateWindowData, AP_Win32Dialog_FormatFrame::activate(), AP_UnixDialog_FormatFrame::activate(), AP_Win32Dialog_FormatFrame::notifyActiveFrame(), AP_UnixDialog_FormatFrame::notifyActiveFrame(), and setCurFrameProps().
void AP_Dialog_FormatFrame::setBGColor | ( | const UT_RGBColor & | clr | ) |
References UT_RGBColor::isTransparent(), m_backgroundColor, UT_RGBColor::m_blu, m_bSettingsChanged, UT_RGBColor::m_grn, UT_RGBColor::m_red, m_vecProps, PP_addOrSetAttribute(), PP_removeAttribute(), and UT_std_string_sprintf().
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), and AP_UnixDialog_FormatFrame__onBackgroundColorClicked().
void AP_Dialog_FormatFrame::setBorderColor | ( | UT_RGBColor | clr | ) |
void AP_Dialog_FormatFrame::setBorderColorAll | ( | UT_RGBColor | clr | ) |
References m_bSettingsChanged, setBorderColorBottom(), setBorderColorLeft(), setBorderColorRight(), and setBorderColorTop().
Referenced by setBorderColor().
void AP_Dialog_FormatFrame::setBorderColorBottom | ( | const UT_RGBColor & | rgb | ) |
References UT_RGBColor::m_blu, m_borderColorBottom, m_bSettingsChanged, UT_RGBColor::m_grn, UT_RGBColor::m_red, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
Referenced by setBorderColorAll().
void AP_Dialog_FormatFrame::setBorderColorLeft | ( | const UT_RGBColor & | rgb | ) |
References UT_RGBColor::m_blu, m_borderColorLeft, m_bSettingsChanged, UT_RGBColor::m_grn, UT_RGBColor::m_red, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
Referenced by setBorderColorAll().
void AP_Dialog_FormatFrame::setBorderColorRight | ( | const UT_RGBColor & | rgb | ) |
References UT_RGBColor::m_blu, m_borderColorRight, m_bSettingsChanged, UT_RGBColor::m_grn, UT_RGBColor::m_red, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
Referenced by setBorderColorAll().
void AP_Dialog_FormatFrame::setBorderColorTop | ( | const UT_RGBColor & | rgb | ) |
References UT_RGBColor::m_blu, m_borderColorTop, m_bSettingsChanged, UT_RGBColor::m_grn, UT_RGBColor::m_red, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
Referenced by setBorderColorAll().
void AP_Dialog_FormatFrame::setBorderLineStyleBottom | ( | UT_sint32 | linestyle | ) |
References m_borderLineStyleBottom, m_bSettingsChanged, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
void AP_Dialog_FormatFrame::setBorderLineStyleLeft | ( | UT_sint32 | linestyle | ) |
References m_borderLineStyleLeft, m_bSettingsChanged, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
void AP_Dialog_FormatFrame::setBorderLineStyleRight | ( | UT_sint32 | linestyle | ) |
References m_borderLineStyleRight, m_bSettingsChanged, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
void AP_Dialog_FormatFrame::setBorderLineStyleTop | ( | UT_sint32 | linestyle | ) |
References m_borderLineStyleTop, m_bSettingsChanged, m_vecProps, PP_addOrSetAttribute(), and UT_std_string_sprintf().
void AP_Dialog_FormatFrame::setBorderThickness | ( | const UT_UTF8String & | sThick | ) |
References m_bSettingsChanged, and m_sBorderThickness.
void AP_Dialog_FormatFrame::setBorderThicknessAll | ( | const UT_UTF8String & | sThick | ) |
void AP_Dialog_FormatFrame::setBorderThicknessAll | ( | float | thickness | ) |
References s_canonical_thickness(), and setBorderThicknessAll().
void AP_Dialog_FormatFrame::setBorderThicknessBottom | ( | float | thickness | ) |
References s_canonical_thickness(), and setBorderThicknessBottom().
void AP_Dialog_FormatFrame::setBorderThicknessBottom | ( | const UT_UTF8String & | sThick | ) |
virtual void AP_Dialog_FormatFrame::setBorderThicknessInGUI | ( | UT_UTF8String & | sThick | ) | [pure virtual] |
Implemented in AP_CocoaDialog_FormatFrame, and AP_UnixDialog_FormatFrame.
void AP_Dialog_FormatFrame::setBorderThicknessLeft | ( | float | thickness | ) |
References s_canonical_thickness(), and setBorderThicknessLeft().
void AP_Dialog_FormatFrame::setBorderThicknessLeft | ( | const UT_UTF8String & | sThick | ) |
void AP_Dialog_FormatFrame::setBorderThicknessRight | ( | float | thickness | ) |
References s_canonical_thickness(), and setBorderThicknessRight().
void AP_Dialog_FormatFrame::setBorderThicknessRight | ( | const UT_UTF8String & | sThick | ) |
void AP_Dialog_FormatFrame::setBorderThicknessTop | ( | float | thickness | ) |
References s_canonical_thickness(), and setBorderThicknessTop().
void AP_Dialog_FormatFrame::setBorderThicknessTop | ( | const UT_UTF8String & | sThick | ) |
void AP_Dialog_FormatFrame::setCurFrameProps | ( | void | ) |
References _makeImageForRaster(), FG_GraphicRaster::createFromStrux(), DELETEP, FS_FILL, PD_Document::getAPIFromSDH(), PD_Document::getAttrProp(), fl_ContainerLayout::getContainerType(), FV_View::getCurrentBlock(), XAP_Frame::getCurrentView(), FV_View::getDocument(), AP_FormatFrame_preview::getGraphics(), XAP_App::getLastFocussedFrame(), FV_View::getPoint(), PD_Document::getStruxOfTypeFromPosition(), FV_View::isImageAtStrux(), FV_View::isInFrame(), m_backgroundColor, m_bLineToggled, m_borderColor, m_borderColorBottom, m_borderColorLeft, m_borderColorRight, m_borderColorTop, m_borderLineStyleBottom, m_borderLineStyleLeft, m_borderLineStyleRight, m_borderLineStyleTop, m_borderThicknessBottom, m_borderThicknessLeft, m_borderThicknessRight, m_borderThicknessTop, m_bSensitive, m_bSettingsChanged, m_bSetWrapping, m_iFramePositionTo, m_iOldPos, XAP_Dialog::m_pApp, m_pFormatFramePreview, m_pGraphic, m_pImage, m_sBorderThickness, m_sBorderThicknessBottom, m_sBorderThicknessLeft, m_sBorderThicknessRight, m_sBorderThicknessTop, m_sImagePath, m_vecProps, fl_ContainerLayout::myContainingLayout(), PP_addOrSetAttribute(), PP_getAttribute(), PTX_SectionFrame, XAP_CustomWidget::queueDraw(), REPLACE_CELL_PROPERTY, setActiveFrame(), setAllSensitivities(), setBorderThicknessBottom(), setBorderThicknessLeft(), setBorderThicknessRight(), setBorderThicknessTop(), UT_RGBColor::setColor(), style, UT_ASSERT_HARMLESS, UT_SHOULD_NOT_HAPPEN, and UT_std_string_sprintf().
Referenced by autoUpdateMC().
void AP_Dialog_FormatFrame::setPositionMode | ( | FL_FrameFormatMode | mode | ) |
virtual void AP_Dialog_FormatFrame::setSensitivity | ( | bool | bSens | ) | [pure virtual] |
Implemented in AP_CocoaDialog_FormatFrame, and AP_UnixDialog_FormatFrame.
Referenced by setAllSensitivities().
void AP_Dialog_FormatFrame::setWrapping | ( | bool | bWrap | ) |
References m_bSettingsChanged, m_bSetWrapping, m_vecProps, and PP_addOrSetAttribute().
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), AP_UnixDialog_FormatFrame::notifyActiveFrame(), and s_WrapButton().
void AP_Dialog_FormatFrame::ShowErrorBox | ( | const std::string & | sFile, | |
UT_Error | errorCode | |||
) |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, XAP_Dialog::getApp(), XAP_App::getLastFocussedFrame(), XAP_Frame::showMessageBox(), UT_IE_BOGUSDOCUMENT, UT_IE_COULDNOTOPEN, UT_IE_COULDNOTWRITE, UT_IE_FAKETYPE, UT_IE_FILENOTFOUND, UT_IE_NOMEMORY, UT_IE_UNKNOWNTYPE, and UT_IE_UNSUPTYPE.
Referenced by askForGraphicPathName().
void AP_Dialog_FormatFrame::startUpdater | ( | void | ) | [virtual] |
References autoUpdateMC(), m_bAutoUpdate_happening_now, m_bDestroy_says_stopupdating, m_pAutoUpdaterMC, UT_Timer::set(), UT_Timer::start(), and UT_Timer::static_constructor().
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog(), AP_UnixDialog_FormatFrame::runModeless(), and AP_CocoaDialog_FormatFrame::runModeless.
void AP_Dialog_FormatFrame::stopUpdater | ( | void | ) | [virtual] |
References DELETEP, m_bDestroy_says_stopupdating, m_pAutoUpdaterMC, and UT_Timer::stop().
Referenced by finalize(), and ~AP_Dialog_FormatFrame().
void AP_Dialog_FormatFrame::toggleLineType | ( | toggle_button | btn, | |
bool | enabled | |||
) |
Set the color and style of the toggled button
References LS_NORMAL, LS_OFF, m_bLineToggled, UT_RGBColor::m_blu, m_borderColor, m_borderColorBottom, m_borderColorLeft, m_borderColorRight, m_borderColorTop, m_borderLineStyleBottom, m_borderLineStyleLeft, m_borderLineStyleRight, m_borderLineStyleTop, m_bSettingsChanged, UT_RGBColor::m_grn, m_lineStyle, UT_RGBColor::m_red, m_sBorderThickness, m_vecProps, PP_addOrSetAttribute(), setBorderThicknessBottom(), setBorderThicknessLeft(), setBorderThicknessRight(), setBorderThicknessTop(), toggle_bottom, toggle_left, toggle_right, toggle_top, UT_std_string_sprintf(), and UT_UTF8String::utf8_str().
Referenced by AP_Win32Dialog_FormatFrame::_onCommand(), s_line_bottom(), s_line_left(), s_line_right(), and s_line_top().
Referenced by setBGColor(), and setCurFrameProps().
bool AP_Dialog_FormatFrame::m_bAutoUpdate_happening_now [private] |
Referenced by autoUpdateMC(), and startUpdater().
bool AP_Dialog_FormatFrame::m_bDestroy_says_stopupdating [private] |
Referenced by autoUpdateMC(), startUpdater(), and stopUpdater().
bool AP_Dialog_FormatFrame::m_bLineToggled [private] |
Referenced by setBorderColor(), setCurFrameProps(), and toggleLineType().
Referenced by AP_CocoaDialog_FormatFrame::_populateWindowData, setBorderColor(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderColorBottom(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderColorLeft(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderColorRight(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderColorTop(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderLineStyleBottom(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderLineStyleLeft(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderLineStyleRight(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderLineStyleTop(), setCurFrameProps(), and toggleLineType().
float AP_Dialog_FormatFrame::m_borderThicknessBottom [private] |
Referenced by setBorderThicknessBottom(), and setCurFrameProps().
float AP_Dialog_FormatFrame::m_borderThicknessLeft [private] |
Referenced by setBorderThicknessLeft(), and setCurFrameProps().
float AP_Dialog_FormatFrame::m_borderThicknessRight [private] |
Referenced by setBorderThicknessRight(), and setCurFrameProps().
float AP_Dialog_FormatFrame::m_borderThicknessTop [private] |
Referenced by setBorderThicknessTop(), and setCurFrameProps().
bool AP_Dialog_FormatFrame::m_bSensitive [private] |
Referenced by setAllSensitivities(), and setCurFrameProps().
bool AP_Dialog_FormatFrame::m_bSettingsChanged [private] |
Referenced by applyChanges(), setBGColor(), setBorderColor(), setBorderColorAll(), setBorderColorBottom(), setBorderColorLeft(), setBorderColorRight(), setBorderColorTop(), setBorderLineStyleBottom(), setBorderLineStyleLeft(), setBorderLineStyleRight(), setBorderLineStyleTop(), setBorderThickness(), setBorderThicknessAll(), setBorderThicknessBottom(), setBorderThicknessLeft(), setBorderThicknessRight(), setBorderThicknessTop(), setCurFrameProps(), setPositionMode(), setWrapping(), and toggleLineType().
bool AP_Dialog_FormatFrame::m_bSetWrapping [private] |
Referenced by setCurFrameProps(), and setWrapping().
Referenced by setCurFrameProps(), and setPositionMode().
Referenced by askForGraphicPathName().
Referenced by setCurFrameProps().
Referenced by toggleLineType().
UT_Timer* AP_Dialog_FormatFrame::m_pAutoUpdaterMC [private] |
Referenced by startUpdater(), and stopUpdater().
Referenced by _createPreviewFromGC(), _makeImageForRaster(), AP_Win32Dialog_FormatFrame::_onInitDialog(), askForGraphicPathName(), clearImage(), AP_Win32Dialog_FormatFrame::event_previewExposed(), AP_UnixDialog_FormatFrame::event_previewExposed(), AP_CocoaDialog_FormatFrame::event_previewExposed, AP_UnixDialog_FormatFrame::runModeless(), AP_CocoaDialog_FormatFrame::runModeless, setCurFrameProps(), and ~AP_Dialog_FormatFrame().
Referenced by applyChanges(), askForGraphicPathName(), clearImage(), and setCurFrameProps().
GR_Image* AP_Dialog_FormatFrame::m_pImage [private] |
Referenced by askForGraphicPathName(), clearImage(), setCurFrameProps(), and ~AP_Dialog_FormatFrame().
Referenced by setBorderThickness(), setCurFrameProps(), and toggleLineType().
Referenced by setBorderThicknessBottom(), and setCurFrameProps().
Referenced by setBorderThicknessLeft(), and setCurFrameProps().
Referenced by setBorderThicknessRight(), and setCurFrameProps().
Referenced by setBorderThicknessTop(), and setCurFrameProps().
std::string AP_Dialog_FormatFrame::m_sImagePath [private] |
Referenced by applyChanges(), askForGraphicPathName(), clearImage(), and setCurFrameProps().
Referenced by _getToggleButtonStatus(), applyChanges(), setBGColor(), setBorderColorBottom(), setBorderColorLeft(), setBorderColorRight(), setBorderColorTop(), setBorderLineStyleBottom(), setBorderLineStyleLeft(), setBorderLineStyleRight(), setBorderLineStyleTop(), setBorderThicknessBottom(), setBorderThicknessLeft(), setBorderThicknessRight(), setBorderThicknessTop(), setCurFrameProps(), setPositionMode(), setWrapping(), and toggleLineType().
char AP_Dialog_FormatFrame::m_WindowName[100] [protected] |