#include <xap_UnixDlg_Password.h>
Public Member Functions | |
| XAP_UnixDialog_Password (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
| virtual | ~XAP_UnixDialog_Password (void) |
| virtual void | runModal (XAP_Frame *pFrame) |
Static Public Member Functions | |
| static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Private Member Functions | |
| void | event_OK () |
| void | event_Cancel () |
| void | event_Return () |
| GtkWidget * | _constructWindow () |
Static Private Member Functions | |
| static void | s_return_hit (GtkWidget *, XAP_UnixDialog_Password *me) |
Private Attributes | |
| GtkWidget * | mMainWindow |
| GtkWidget * | mTextEntry |
| XAP_UnixDialog_Password::XAP_UnixDialog_Password | ( | XAP_DialogFactory * | pDlgFactory, | |
| XAP_Dialog_Id | id | |||
| ) |
Referenced by static_constructor().
| XAP_UnixDialog_Password::~XAP_UnixDialog_Password | ( | void | ) | [virtual] |
| GtkWidget * XAP_UnixDialog_Password::_constructWindow | ( | void | ) | [private] |
References XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), localizeLabel(), XAP_Dialog::m_pApp, mMainWindow, mTextEntry, newDialogBuilder(), s, and s_return_hit().
Referenced by runModal().
| void XAP_UnixDialog_Password::event_Cancel | ( | void | ) | [private] |
References XAP_Dialog_Password::a_Cancel, and XAP_Dialog_Password::setAnswer().
Referenced by runModal().
| void XAP_UnixDialog_Password::event_OK | ( | void | ) | [private] |
References XAP_Dialog_Password::a_Cancel, XAP_Dialog_Password::a_OK, mTextEntry, XAP_Dialog_Password::setAnswer(), and XAP_Dialog_Password::setPassword().
Referenced by runModal().
| void XAP_UnixDialog_Password::event_Return | ( | ) | [private] |
References mMainWindow.
Referenced by s_return_hit().
| void XAP_UnixDialog_Password::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
Implements XAP_Dialog_Password.
References _constructWindow(), abiDestroyWidget(), abiRunModalDialog(), event_Cancel(), event_OK(), UT_return_if_fail, and XAP_gdk_keyboard_ungrab().
| static void XAP_UnixDialog_Password::s_return_hit | ( | GtkWidget * | , | |
| XAP_UnixDialog_Password * | me | |||
| ) | [inline, static, private] |
References event_Return().
Referenced by _constructWindow().
| XAP_Dialog * XAP_UnixDialog_Password::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
| XAP_Dialog_Id | id | |||
| ) | [static] |
References XAP_UnixDialog_Password().
GtkWidget* XAP_UnixDialog_Password::mMainWindow [private] |
Referenced by _constructWindow(), and event_Return().
GtkWidget* XAP_UnixDialog_Password::mTextEntry [private] |
Referenced by _constructWindow(), and event_OK().
1.7.1