#include </home/clem/local/src/opie/noncore/settings/networksettings/ppp/interfaceppp.h>
Inheritance diagram for InterfacePPP:


Public Slots | |
| virtual bool | refresh () |
| virtual void | start () |
| virtual void | stop () |
| void | save () |
| void | setPPPDpid (pid_t) |
Signals | |
| void | begin_connect () |
| void | hangup_now () |
Public Member Functions | |
| InterfacePPP (QObject *parent=0, const char *name="PPP", bool status=false) | |
| PPPData * | data () const |
| Modem * | modem () const |
| QString | pppDev () const |
| pid_t | pppPID () const |
Private Attributes | |
| Modem * | _modemPtr |
| PPPData * | _dataPtr |
|
||||||||||||||||
|
Definition at line 16 of file interfaceppp.cpp. |
|
|
Referenced by start(). |
|
|
|
Referenced by stop(). |
|
|
Definition at line 35 of file interfaceppp.cpp. References _modemPtr, data(), odebug, and oendl. Referenced by add_domain(), adddns(), addpeerdns(), auto_hostname(), ConnectWidget::cancelbutton(), ConnectWidget::execppp(), ConnectWidget::if_waiting_slot(), ConnectWidget::if_waiting_timed_out(), ConnectWidget::init(), pppDev(), pppPID(), ModemWidget2::query_modem(), refresh(), removedns(), ConnectWidget::script_timed_out(), setPPPDpid(), start(), ConnectWidget::timerEvent(), and ConnectWidget::writeline(). |
|
|
Definition at line 169 of file interfaceppp.cpp. References modem(). Referenced by PPPModule::~PPPModule(). |
|
|
Definition at line 172 of file interfaceppp.cpp. References modem(). Referenced by PPPModule::~PPPModule(). |
|
|
Try to refresh the information about the interface. First call ifconfig, then check the dhcp-info file
Reimplemented from Interface. Definition at line 44 of file interfaceppp.cpp. References Interface::getInterfaceName(), modem(), odebug, oendl, Interface::refresh(), Interface::setInterfaceName(), and Interface::updateInterface(). Referenced by ConnectWidget::refresh(), and stop(). |
|
|
Definition at line 164 of file interfaceppp.cpp. References data(), and Interface::updateInterface(). Referenced by PPPConfigWidget::accept(). |
|
|
Definition at line 175 of file interfaceppp.cpp. References modem(), and Interface::setStatus(). |
|
|
Try to start the interface. Reimplemented from Interface. Definition at line 58 of file interfaceppp.cpp. References AUTH_CHAP, AUTH_PAP, AUTH_PAPCHAP, begin_connect(), data(), PPPData::encodeWord(), QFileInfo::exists(), QFileInfo::isExecutable(), modem(), odebug, oendl, PAP_AUTH_FILE, password, pppdPath(), s, Opie::Internal::string(), text, tr, and warning(). |
|
|
Try to stop the interface. Reimplemented from Interface. Definition at line 153 of file interfaceppp.cpp. References hangup_now(), odebug, oendl, refresh(), Interface::setStatus(), and Interface::status. |
|
|
Definition at line 36 of file interfaceppp.h. Referenced by data(). |
|
|
Definition at line 35 of file interfaceppp.h. Referenced by modem(). |
1.4.2