#include </home/clem/local/src/opie/noncore/settings/networksettings/ppp/authwidget.h>
Collaboration diagram for AuthWidget:

Public Slots | |
| bool | check () |
| void | save () |
Public Member Functions | |
| AuthWidget (PPPData *, QWidget *parent=0, bool isnewaccount=true, const char *name=0) | |
| ~AuthWidget () | |
Private Slots | |
| void | authChanged (const QString &) |
| void | showUsernamePassword (bool) |
| void | showScriptWindow (bool) |
| void | toggleEchoMode (bool) |
Private Attributes | |
| ScriptWidget * | scriptWidget |
| PPPData * | _pppdata |
| bool | isNewAccount |
| QGridLayout * | layout |
| QComboBox * | auth |
| QLabel * | auth_l |
| QLabel * | user_l |
| QLineEdit * | userName |
| QLabel * | pw_l |
| QLineEdit * | passWord |
| QToolButton * | hidePw |
| QCheckBox * | store_password |
|
||||||||||||||||||||
|
Definition at line 39 of file authwidget.cpp. References _pppdata, add, auth, auth_l, AUTH_PAPCHAP, authChanged(), PPPData::authMethod(), hidePw, image0_data, isNewAccount, layout, passWord, pw_l, store_password, PPPData::storedPassword(), PPPData::storedUsername(), PPPData::storePassword(), toggleEchoMode(), tr, user_l, and userName. |
|
|
Definition at line 19 of file authwidget.h. |
|
|
Definition at line 147 of file authwidget.cpp. References odebug, oendl, showScriptWindow(), showUsernamePassword(), and tr. Referenced by AuthWidget(). |
|
|
Definition at line 125 of file authwidget.cpp. References ScriptWidget::check(), scriptWidget, and tr. Referenced by AccountWidget::doTab(). |
|
|
Definition at line 137 of file authwidget.cpp. References _pppdata, auth, passWord, ScriptWidget::save(), scriptWidget, PPPData::setAuthMethod(), PPPData::setStoredPassword(), PPPData::setStoredUsername(), PPPData::setStorePassword(), store_password, and userName. Referenced by AccountWidget::doTab(). |
|
|
Definition at line 184 of file authwidget.cpp. References _pppdata, isNewAccount, layout, and scriptWidget. Referenced by authChanged(). |
|
|
show Definition at line 165 of file authwidget.cpp. References hidePw, passWord, pw_l, store_password, user_l, and userName. Referenced by authChanged(). |
|
|
Definition at line 197 of file authwidget.cpp. References Dasher::Opts::Normal, and passWord. Referenced by AuthWidget(). |
|
|
Definition at line 33 of file authwidget.h. Referenced by AuthWidget(), save(), and showScriptWindow(). |
|
|
Definition at line 36 of file authwidget.h. Referenced by AuthWidget(), and save(). |
|
|
Definition at line 37 of file authwidget.h. Referenced by AuthWidget(). |
|
|
Definition at line 42 of file authwidget.h. Referenced by AuthWidget(), and showUsernamePassword(). |
|
|
Definition at line 34 of file authwidget.h. Referenced by AuthWidget(), and showScriptWindow(). |
|
|
Definition at line 35 of file authwidget.h. Referenced by AuthWidget(), and showScriptWindow(). |
|
|
Definition at line 41 of file authwidget.h. Referenced by AuthWidget(), save(), showUsernamePassword(), and toggleEchoMode(). |
|
|
Definition at line 40 of file authwidget.h. Referenced by AuthWidget(), and showUsernamePassword(). |
|
|
Definition at line 32 of file authwidget.h. Referenced by check(), save(), and showScriptWindow(). |
|
|
Definition at line 43 of file authwidget.h. Referenced by AuthWidget(), save(), and showUsernamePassword(). |
|
|
Definition at line 38 of file authwidget.h. Referenced by AuthWidget(), and showUsernamePassword(). |
|
|
Definition at line 39 of file authwidget.h. Referenced by AuthWidget(), save(), and showUsernamePassword(). |
1.4.2