#include <ap_UnixDialog_Insert_DateTime.h>
Public Member Functions | |
AP_UnixDialog_Insert_DateTime (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual | ~AP_UnixDialog_Insert_DateTime (void) |
virtual void | runModal (XAP_Frame *pFrame) |
virtual void | event_Insert (void) |
Static Public Member Functions | |
static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Protected Member Functions | |
virtual GtkWidget * | _constructWindow (void) |
void | _populateWindowData (void) |
Static Protected Member Functions | |
static void | s_date_dblclicked (GtkTreeView *treeview, GtkTreePath *arg1, GtkTreeViewColumn *arg2, AP_UnixDialog_Insert_DateTime *me) |
Protected Attributes | |
GtkWidget * | m_windowMain |
GtkWidget * | m_tvFormats |
AP_UnixDialog_Insert_DateTime::AP_UnixDialog_Insert_DateTime | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
References m_tvFormats, and m_windowMain.
Referenced by static_constructor().
AP_UnixDialog_Insert_DateTime::~AP_UnixDialog_Insert_DateTime | ( | void | ) | [virtual] |
GtkWidget * AP_UnixDialog_Insert_DateTime::_constructWindow | ( | void | ) | [protected, virtual] |
References abiDialogSetTitle(), XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), localizeButtonUnderline(), localizeLabelMarkup(), XAP_Dialog::m_pApp, m_tvFormats, newDialogBuilder(), s, and s_date_dblclicked().
Referenced by runModal().
void AP_UnixDialog_Insert_DateTime::_populateWindowData | ( | void | ) | [protected] |
References CURRENT_DATE_TIME_SIZE, InsertDateTimeFmts, m_tvFormats, m_windowMain, time, and UT_ASSERT.
Referenced by runModal().
void AP_UnixDialog_Insert_DateTime::event_Insert | ( | void | ) | [virtual] |
References AP_Dialog_Insert_DateTime::m_answer, AP_Dialog_Insert_DateTime::m_iFormatIndex, m_tvFormats, m_windowMain, and UT_ASSERT.
Referenced by runModal().
void AP_UnixDialog_Insert_DateTime::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
void AP_UnixDialog_Insert_DateTime::s_date_dblclicked | ( | GtkTreeView * | treeview, | |
GtkTreePath * | arg1, | |||
GtkTreeViewColumn * | arg2, | |||
AP_UnixDialog_Insert_DateTime * | me | |||
) | [static, protected] |
References CUSTOM_RESPONSE_INSERT, and m_windowMain.
Referenced by _constructWindow().
XAP_Dialog * AP_UnixDialog_Insert_DateTime::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_UnixDialog_Insert_DateTime().
GtkWidget* AP_UnixDialog_Insert_DateTime::m_tvFormats [protected] |
Referenced by _constructWindow(), _populateWindowData(), AP_UnixDialog_Insert_DateTime(), and event_Insert().
GtkWidget* AP_UnixDialog_Insert_DateTime::m_windowMain [protected] |
Referenced by _populateWindowData(), AP_UnixDialog_Insert_DateTime(), event_Insert(), runModal(), and s_date_dblclicked().