#include </home/clem/local/src/opie/examples/networksettings/exampleiface.h>
Inheritance diagram for VirtualInterface:


Public Slots | |
| bool | refresh () |
| void | start () |
| void | stop () |
Public Member Functions | |
| VirtualInterface (QObject *parent, const char *name="vpn", bool up=false) | |
| ~VirtualInterface () | |
Private Attributes | |
| bool | m_isUp: 1 |
|
||||||||||||||||
|
Definition at line 6 of file exampleiface.cpp. |
|
|
Definition at line 13 of file exampleiface.cpp. |
|
|
Try to refresh the information about the interface. First call ifconfig, then check the dhcp-info file
Reimplemented from Interface. Definition at line 16 of file exampleiface.cpp. References Interface::getInterfaceName(), odebug, oendl, Interface::refresh(), Interface::setInterfaceName(), and Interface::updateInterface(). |
|
|
Try to start the interface. Reimplemented from Interface. Definition at line 35 of file exampleiface.cpp. References refresh(), Interface::setStatus(), and Interface::updateMessage(). |
|
|
Try to stop the interface. Reimplemented from Interface. Definition at line 42 of file exampleiface.cpp. References refresh(), Interface::setStatus(), and Interface::updateMessage(). |
|
|
Definition at line 19 of file exampleiface.h. |
1.4.2