#include <SIPSimpleUnixAccountHandler.h>
Public Member Functions | |
| SIPSimpleUnixAccountHandler () | |
| 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 * | address_entry |
| GtkWidget * | password_entry |
| GtkWidget * | proxy_entry |
| GtkWidget * | autoconnect_button |
| SIPSimpleUnixAccountHandler::SIPSimpleUnixAccountHandler | ( | ) |
Referenced by static_constructor().
| void SIPSimpleUnixAccountHandler::embedDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements SIPSimpleAccountHandler.
References address_entry, autoconnect_button, password_entry, proxy_entry, table, and UT_return_if_fail.
| void SIPSimpleUnixAccountHandler::loadProperties | ( | ) | [virtual] |
Implements AccountHandler.
References address_entry, autoconnect_button, AccountHandler::getProperty(), AccountHandler::hasProperty(), password_entry, and proxy_entry.
| void SIPSimpleUnixAccountHandler::removeDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements SIPSimpleAccountHandler.
References table, and UT_DEBUGMSG.
| AccountHandler * SIPSimpleUnixAccountHandler::static_constructor | ( | ) | [static] |
References SIPSimpleUnixAccountHandler().
| void SIPSimpleUnixAccountHandler::storeProperties | ( | ) | [virtual] |
Implements SIPSimpleAccountHandler.
References AccountHandler::addProperty(), address_entry, autoconnect_button, password_entry, and proxy_entry.
GtkWidget* SIPSimpleUnixAccountHandler::address_entry [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* SIPSimpleUnixAccountHandler::autoconnect_button [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* SIPSimpleUnixAccountHandler::password_entry [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* SIPSimpleUnixAccountHandler::proxy_entry [private] |
Referenced by embedDialogWidgets(), loadProperties(), and storeProperties().
GtkWidget* SIPSimpleUnixAccountHandler::table [private] |
Referenced by embedDialogWidgets(), and removeDialogWidgets().
1.7.1