#include <ap_UnixDialog_Columns.h>
enum AP_UnixDialog_Columns::ResponseId [protected] |
AP_UnixDialog_Columns::AP_UnixDialog_Columns | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
References m_checkOrder, m_iMaxColumnHeight, m_iMaxColumnHeightID, m_iSpaceAfter, m_iSpaceAfterID, m_pPreviewWidget, m_spinHandlerID, m_windowMain, m_wlineBetween, m_wMaxColumnHeightSpin, m_wpreviewArea, m_wSpaceAfterSpin, m_wSpin, m_wtoggleOne, m_wtoggleThree, and m_wtoggleTwo.
Referenced by static_constructor().
AP_UnixDialog_Columns::~AP_UnixDialog_Columns | ( | void | ) | [virtual] |
References DELETEP, and m_pPreviewWidget.
void AP_UnixDialog_Columns::_connectsignals | ( | void | ) | [protected] |
References m_iMaxColumnHeightID, m_iSpaceAfterID, m_oneHandlerID, m_spinHandlerID, m_threeHandlerID, m_twoHandlerID, m_windowMain, m_wlineBetween, m_wMaxColumnHeightEntry, m_wMaxColumnHeightSpin, m_wpreviewArea, m_wSpaceAfterEntry, m_wSpaceAfterSpin, m_wSpin, m_wtoggleOne, m_wtoggleThree, m_wtoggleTwo, s_HeightSpin_changed(), s_line_clicked(), s_MaxHeightEntry_changed(), s_one_clicked(), s_preview_draw(), s_SpaceAfterEntry_changed(), s_SpaceAfterSpin_changed(), s_spin_changed(), s_three_clicked(), s_two_clicked(), and s_window_draw().
Referenced by _constructWindow().
GtkWidget * AP_UnixDialog_Columns::_constructWindow | ( | void | ) | [protected, virtual] |
References _connectsignals(), _constructWindowContents(), abiAddButton(), abiDialogNew(), BUTTON_CANCEL, BUTTON_OK, XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), XAP_Dialog::m_pApp, and s.
Referenced by runModal().
void AP_UnixDialog_Columns::_constructWindowContents | ( | GtkWidget * | windowColumns | ) | [protected] |
References AP_Dialog_Columns::getColumnOrder(), AP_Dialog_Columns::getPageHeight(), AP_Dialog_Columns::getPageWidth(), XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), label_button_with_abi_pixmap(), m_checkOrder, m_iSizeHeight, m_iSpaceAfter, m_oSpaceAfter_adj, m_oSpinSize_adj, XAP_Dialog::m_pApp, m_windowMain, m_wlineBetween, m_wMaxColumnHeightEntry, m_wMaxColumnHeightSpin, m_wpreviewArea, m_wSpaceAfterEntry, m_wSpaceAfterSpin, m_wSpin, m_wtoggleOne, m_wtoggleThree, m_wtoggleTwo, and s.
Referenced by _constructWindow().
void AP_UnixDialog_Columns::_populateWindowData | ( | void | ) | [protected] |
Referenced by runModal().
void AP_UnixDialog_Columns::_storeWindowData | ( | void | ) | [protected] |
Referenced by runModal().
void AP_UnixDialog_Columns::checkLineBetween | ( | void | ) |
References m_wlineBetween, and AP_Dialog_Columns::setLineBetween().
Referenced by event_Toggle(), and s_line_clicked().
void AP_UnixDialog_Columns::doHeightSpin | ( | void | ) |
void AP_UnixDialog_Columns::doMaxHeightEntry | ( | void | ) |
void AP_UnixDialog_Columns::doSpaceAfterEntry | ( | void | ) |
References DIM_none, AP_Dialog_Columns::getSpaceAfterString(), m_iSpaceAfterID, m_wSpaceAfterEntry, AP_Dialog_Columns::setSpaceAfter(), and UT_determineDimension().
Referenced by s_SpaceAfterEntry_changed().
void AP_UnixDialog_Columns::doSpaceAfterSpin | ( | void | ) |
References AP_Dialog_Columns::getSpaceAfterString(), AP_Dialog_Columns::incrementSpaceAfter(), m_iSpaceAfter, m_wSpaceAfterEntry, m_wSpaceAfterSpin, and UT_DEBUGMSG.
Referenced by s_SpaceAfterSpin_changed().
void AP_UnixDialog_Columns::enableLineBetweenControl | ( | bool | bState = true |
) | [virtual] |
Implements AP_Dialog_Columns.
void AP_UnixDialog_Columns::event_Cancel | ( | void | ) | [virtual] |
References AP_Dialog_Columns::m_answer.
Referenced by runModal().
void AP_UnixDialog_Columns::event_OK | ( | void | ) | [virtual] |
References AP_Dialog_Columns::m_answer.
Referenced by runModal().
void AP_UnixDialog_Columns::event_previewExposed | ( | void | ) |
References AP_Columns_preview::draw(), and AP_Dialog_Columns::m_pColumnsPreview.
Referenced by s_preview_draw(), and s_window_draw().
void AP_UnixDialog_Columns::event_Toggle | ( | UT_uint32 | icolumns | ) |
References checkLineBetween(), AP_Columns_preview::draw(), m_oneHandlerID, AP_Dialog_Columns::m_pColumnsPreview, m_spinHandlerID, m_threeHandlerID, m_twoHandlerID, m_wSpin, m_wtoggleOne, m_wtoggleThree, m_wtoggleTwo, and AP_Dialog_Columns::setColumns().
Referenced by readSpin(), runModal(), s_one_clicked(), s_three_clicked(), and s_two_clicked().
void AP_UnixDialog_Columns::readSpin | ( | void | ) |
void AP_UnixDialog_Columns::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
Implements AP_Dialog_Columns.
References _constructWindow(), AP_Dialog_Columns::_createPreviewFromGC(), _populateWindowData(), _storeWindowData(), abiDestroyWidget(), abiRunModalDialog(), BUTTON_CANCEL, BUTTON_OK, DELETEP, event_Cancel(), event_OK(), event_Toggle(), XAP_App::getApp(), AP_Dialog_Columns::getColumns(), XAP_Frame::getFrameImpl(), AP_Dialog_Columns::getHeightString(), AP_Dialog_Columns::getLineBetween(), AP_Dialog_Columns::getSpaceAfterString(), XAP_UnixFrameImpl::getTopLevelWindow(), GR_UnixCairoGraphics::init3dColors(), m_checkOrder, m_iMaxColumnHeightID, m_iSpaceAfterID, m_pPreviewWidget, m_wlineBetween, m_wMaxColumnHeightEntry, m_wpreviewArea, m_wSpaceAfterEntry, XAP_App::newGraphics(), AP_Dialog_Columns::setColumnOrder(), AP_Dialog_Columns::setLineBetween(), AP_Dialog_Columns::setViewAndDoc(), and UT_return_if_fail.
XAP_Dialog * AP_UnixDialog_Columns::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_UnixDialog_Columns().
GtkWidget* AP_UnixDialog_Columns::m_checkOrder [protected] |
Referenced by _constructWindowContents(), AP_UnixDialog_Columns(), and runModal().
UT_sint32 AP_UnixDialog_Columns::m_iMaxColumnHeight [protected] |
Referenced by AP_UnixDialog_Columns(), and doHeightSpin().
guint AP_UnixDialog_Columns::m_iMaxColumnHeightID [protected] |
Referenced by _connectsignals(), AP_UnixDialog_Columns(), doMaxHeightEntry(), and runModal().
UT_sint32 AP_UnixDialog_Columns::m_iSizeHeight [protected] |
Referenced by _constructWindowContents().
UT_sint32 AP_UnixDialog_Columns::m_iSpaceAfter [protected] |
Referenced by _constructWindowContents(), AP_UnixDialog_Columns(), and doSpaceAfterSpin().
guint AP_UnixDialog_Columns::m_iSpaceAfterID [protected] |
Referenced by _connectsignals(), AP_UnixDialog_Columns(), doSpaceAfterEntry(), and runModal().
guint AP_UnixDialog_Columns::m_oneHandlerID [protected] |
Referenced by _connectsignals(), event_Toggle(), and readSpin().
GtkAdjustment* AP_UnixDialog_Columns::m_oSpaceAfter_adj [protected] |
Referenced by _constructWindowContents().
GtkAdjustment* AP_UnixDialog_Columns::m_oSpinSize_adj [protected] |
Referenced by _constructWindowContents().
Referenced by AP_UnixDialog_Columns(), runModal(), and ~AP_UnixDialog_Columns().
guint AP_UnixDialog_Columns::m_spinHandlerID [protected] |
Referenced by _connectsignals(), AP_UnixDialog_Columns(), and event_Toggle().
guint AP_UnixDialog_Columns::m_threeHandlerID [protected] |
Referenced by _connectsignals(), event_Toggle(), and readSpin().
guint AP_UnixDialog_Columns::m_twoHandlerID [protected] |
Referenced by _connectsignals(), event_Toggle(), and readSpin().
GtkWidget* AP_UnixDialog_Columns::m_windowMain [protected] |
Referenced by _connectsignals(), _constructWindowContents(), and AP_UnixDialog_Columns().
GtkWidget* AP_UnixDialog_Columns::m_wlineBetween [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), checkLineBetween(), and runModal().
GtkWidget* AP_UnixDialog_Columns::m_wMaxColumnHeightEntry [protected] |
Referenced by _connectsignals(), _constructWindowContents(), doHeightSpin(), doMaxHeightEntry(), and runModal().
GtkWidget* AP_UnixDialog_Columns::m_wMaxColumnHeightSpin [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), and doHeightSpin().
GtkWidget* AP_UnixDialog_Columns::m_wpreviewArea [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), and runModal().
GtkWidget* AP_UnixDialog_Columns::m_wSpaceAfterEntry [protected] |
Referenced by _connectsignals(), _constructWindowContents(), doSpaceAfterEntry(), doSpaceAfterSpin(), and runModal().
GtkWidget* AP_UnixDialog_Columns::m_wSpaceAfterSpin [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), and doSpaceAfterSpin().
GtkWidget* AP_UnixDialog_Columns::m_wSpin [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), event_Toggle(), and readSpin().
GtkWidget* AP_UnixDialog_Columns::m_wtoggleOne [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), event_Toggle(), and readSpin().
GtkWidget* AP_UnixDialog_Columns::m_wtoggleThree [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), event_Toggle(), and readSpin().
GtkWidget* AP_UnixDialog_Columns::m_wtoggleTwo [protected] |
Referenced by _connectsignals(), _constructWindowContents(), AP_UnixDialog_Columns(), event_Toggle(), and readSpin().