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

Public Slots | |
| void | disconnect () |
| void | log_window_toggled (bool on) |
Signals | |
| void | begin_connect () |
| void | cmdl_start () |
Public Member Functions | |
| KPPPWidget (PPPData *, Interface *, QWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0) | |
| ~KPPPWidget () | |
| void | setPW_Edit (const QString &) |
Public Attributes | |
| QCheckBox * | log |
| bool | connected |
| QString | con_speed |
| ConnectWidget * | con |
| ConWindow * | con_win |
| QPushButton * | quit_b |
Private Slots | |
| void | newdefaultaccount (int) |
| void | beginConnect () |
| void | quitbutton () |
| void | usernameChanged (const QString &) |
| void | passwordChanged (const QString &) |
| void | enterPressedInID () |
| void | enterPressedInPW () |
| void | saveMyself () |
| void | shutDown () |
Private Member Functions | |
| void | interruptConnection () |
| void | sigChld () |
| void | sigPPPDDied () |
| QString | encodeWord (const QString &s) |
| void | showNews () |
Private Attributes | |
| QString | ruleset_load_errmsg |
| PPPData * | _pppdata |
| QPushButton * | setup_b |
| QFrame * | fline |
| QFrame * | fline1 |
| QPushButton * | connect_b |
| QComboBox * | connectto_c |
| QLabel * | ID_Label |
| QLabel * | PW_Label |
| QLineEdit * | ID_Edit |
| QLineEdit * | PW_Edit |
| QLabel * | label1 |
| QLabel * | label2 |
| QLabel * | label3 |
| QLabel * | label4 |
| QLabel * | label5 |
| QLabel * | label6 |
| QLabel * | radio_label |
|
||||||||||||||||||||||||||||
|
Definition at line 69 of file kpppwidget.cpp. References _pppdata, PPPData::accname(), add, begin_connect(), beginConnect(), cmdl_start(), con, con_win, connect_b, connectto_c, enterPressedInID(), enterPressedInPW(), PPPData::get_show_log_window(), Interface::getHardwareName(), Interface::getInterfaceName(), ID_Edit, ID_Label, label1, log, log_window_toggled(), newdefaultaccount(), odebug, oendl, PW_Edit, PW_Label, qApp, quit_b, quitbutton(), runTests(), saveMyself(), PPPData::setAccount(), PPPData::setModemDevice(), setup_b, showNews(), shutDown(), TEST_CRITICAL, and tr. |
|
|
Definition at line 298 of file kpppwidget.cpp. |
|
|
Referenced by beginConnect(), and KPPPWidget(). |
|
|
Definition at line 539 of file kpppwidget.cpp. References _pppdata, PPPData::accname(), AUTH_CHAP, AUTH_PAP, AUTH_PAPCHAP, PPPData::authMethod(), begin_connect(), encodeWord(), KMessageBox::error(), QFileInfo::exists(), ID_Edit, QFileInfo::isExecutable(), PPPData::modemDevice(), PAP_AUTH_FILE, PPPData::password(), PPPData::phonenumber(), pppdPath(), s, PPPData::setPassword(), PPPData::storedPassword(), PPPData::storedUsername(), Opie::Internal::string(), tr, and warning(). Referenced by KPPPWidget(). |
|
|
Referenced by KPPPWidget(), and sigPPPDDied(). |
|
|
Definition at line 624 of file kpppwidget.cpp. References _pppdata, AUTH_CHAP, AUTH_PAP, PPPData::command_before_disconnect(), PPPData::command_on_disconnect(), con, con_win, execute_command, qApp, quit_b, removedns(), ConnectWidget::setMsg(), ConWindow::stopClock(), and tr. Referenced by interruptConnection(). |
|
|
pppd's getword() function knows about escape characters. If we write the username and password to the secrets file we'll therefore have to escape back slashes. Definition at line 799 of file kpppwidget.cpp. References QString::replace(). Referenced by beginConnect(), and sigPPPDDied(). |
|
|
Definition at line 336 of file kpppwidget.cpp. References PW_Edit. Referenced by KPPPWidget(). |
|
|
Definition at line 341 of file kpppwidget.cpp. References connect_b. Referenced by KPPPWidget(). |
|
|
Definition at line 412 of file kpppwidget.cpp. References _pppdata, ConnectWidget::cancelbutton(), con, disconnect(), and PPPData::pppdRunning(). Referenced by shutDown(). |
|
|
Definition at line 355 of file kpppwidget.cpp. References _pppdata, and PPPData::set_show_log_window(). Referenced by KPPPWidget(). |
|
|
Definition at line 529 of file kpppwidget.cpp. References _pppdata, connectto_c, ID_Edit, PW_Edit, PPPData::save(), PPPData::setDefaultAccount(), PPPData::storedPassword(), and PPPData::storedUsername(). Referenced by KPPPWidget(). |
|
|
Definition at line 771 of file kpppwidget.cpp. References _pppdata, PW_Edit, PPPData::setStoredPassword(), and PPPData::storePassword(). |
|
|
Definition at line 681 of file kpppwidget.cpp. References _pppdata, PPPData::accname(), PPPData::command_on_disconnect(), execute_command, PPPData::pppdRunning(), qApp, removedns(), PPPData::save(), PPPData::setStoredPassword(), PPPData::storePassword(), tr, and warning(). Referenced by KPPPWidget(). |
|
|
Definition at line 346 of file kpppwidget.cpp. References _pppdata, and PPPData::save(). Referenced by KPPPWidget(), and shutDown(). |
|
|
Definition at line 780 of file kpppwidget.cpp. References PW_Edit. |
|
|
Definition at line 810 of file kpppwidget.cpp. References _pppdata, add, BarIcon(), bbox(), GENERAL_GRP, l, PPPData::readNumConfig(), PPPData::save(), tr, and PPPData::writeConfig(). Referenced by KPPPWidget(). |
|
|
Definition at line 350 of file kpppwidget.cpp. References interruptConnection(), and saveMyself(). Referenced by KPPPWidget(). |
|
|
|
|
|
|
Definition at line 765 of file kpppwidget.cpp. References _pppdata, ID_Edit, and PPPData::setStoredUsername(). |
|
|
Definition at line 90 of file kpppwidget.h. Referenced by beginConnect(), disconnect(), interruptConnection(), KPPPWidget(), log_window_toggled(), newdefaultaccount(), passwordChanged(), quitbutton(), saveMyself(), showNews(), sigPPPDDied(), and usernameChanged(). |
|
|
Definition at line 74 of file kpppwidget.h. Referenced by disconnect(), interruptConnection(), KPPPWidget(), and sigPPPDDied(). |
|
|
Definition at line 73 of file kpppwidget.h. |
|
|
Definition at line 75 of file kpppwidget.h. Referenced by disconnect(), KPPPWidget(), and sigPPPDDied(). |
|
|
Definition at line 94 of file kpppwidget.h. Referenced by enterPressedInPW(), and KPPPWidget(). |
|
|
Definition at line 72 of file kpppwidget.h. |
|
|
Definition at line 95 of file kpppwidget.h. Referenced by KPPPWidget(), and newdefaultaccount(). |
|
|
Definition at line 92 of file kpppwidget.h. |
|
|
Definition at line 93 of file kpppwidget.h. |
|
|
Definition at line 98 of file kpppwidget.h. Referenced by beginConnect(), KPPPWidget(), newdefaultaccount(), and usernameChanged(). |
|
|
Definition at line 96 of file kpppwidget.h. Referenced by KPPPWidget(). |
|
|
Definition at line 100 of file kpppwidget.h. Referenced by KPPPWidget(). |
|
|
Definition at line 101 of file kpppwidget.h. |
|
|
Definition at line 102 of file kpppwidget.h. |
|
|
Definition at line 103 of file kpppwidget.h. |
|
|
Definition at line 104 of file kpppwidget.h. |
|
|
Definition at line 105 of file kpppwidget.h. |
|
|
Definition at line 71 of file kpppwidget.h. Referenced by KPPPWidget(). |
|
|
Definition at line 99 of file kpppwidget.h. Referenced by enterPressedInID(), KPPPWidget(), newdefaultaccount(), passwordChanged(), and setPW_Edit(). |
|
|
Definition at line 97 of file kpppwidget.h. Referenced by KPPPWidget(). |
|
|
Definition at line 78 of file kpppwidget.h. Referenced by disconnect(), KPPPWidget(), and sigPPPDDied(). |
|
|
Definition at line 106 of file kpppwidget.h. |
|
|
Definition at line 89 of file kpppwidget.h. |
|
|
Definition at line 91 of file kpppwidget.h. Referenced by KPPPWidget(). |
1.4.2