#include <ServiceUnixAccountHandler.h>
Public Member Functions | |
ServiceUnixAccountHandler () | |
virtual void | embedDialogWidgets (void *pEmbeddingParent) |
virtual void | removeDialogWidgets (void *pEmbeddingParent) |
virtual void | loadProperties () |
virtual void | storeProperties () |
Static Public Member Functions | |
static AccountHandler * | static_constructor () |
Private Attributes | |
GtkWidget * | table |
GtkWidget * | username_entry |
GtkWidget * | password_entry |
GtkWidget * | autoconnect_button |
GtkWidget * | register_button |
ServiceUnixAccountHandler::ServiceUnixAccountHandler | ( | ) |
Referenced by static_constructor().
void ServiceUnixAccountHandler::embedDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements AccountHandler.
References autoconnect_button, password_entry, register_button, SERVICE_REGISTRATION_URL, table, username_entry, UT_DEBUGMSG, and UT_return_if_fail.
void ServiceUnixAccountHandler::loadProperties | ( | ) | [virtual] |
Implements AccountHandler.
References autoconnect_button, AccountHandler::getProperty(), AccountHandler::hasProperty(), password_entry, username_entry, and UT_DEBUGMSG.
void ServiceUnixAccountHandler::removeDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements AccountHandler.
References table, UT_DEBUGMSG, and UT_return_if_fail.
AccountHandler * ServiceUnixAccountHandler::static_constructor | ( | ) | [static] |
References ServiceUnixAccountHandler().
void ServiceUnixAccountHandler::storeProperties | ( | ) | [virtual] |
Implements AccountHandler.
References AccountHandler::addProperty(), autoconnect_button, AccountHandler::getProperty(), password_entry, printf, username_entry, and UT_DEBUGMSG.
GtkWidget* ServiceUnixAccountHandler::autoconnect_button [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* ServiceUnixAccountHandler::password_entry [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* ServiceUnixAccountHandler::register_button [private] |
Referenced by embedDialogWidgets().
GtkWidget* ServiceUnixAccountHandler::table [private] |
Referenced by embedDialogWidgets(), and removeDialogWidgets().
GtkWidget* ServiceUnixAccountHandler::username_entry [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().