

Public Member Functions | |
| NetworkServer (QObject *parent) | |
| ~NetworkServer () | |
| bool | networkOnline () const |
Private Slots | |
| void | cardMessage (const QCString &msg, const QByteArray &) |
Private Member Functions | |
| void | receive (const QCString &msg, const QByteArray &data) |
| void | examineNetworks (bool firstStart=FALSE) |
| void | start (const QString &file, const QString &password) |
| void | stop () |
| void | timerEvent (QTimerEvent *) |
Private Attributes | |
| QStringList | available |
| QString | current |
| bool | up |
| int | wait |
|
|
Definition at line 159 of file network.cpp. References cardMessage(), examineNetworks(), FALSE, QCopChannel::QCopChannel(), QCopChannel::received(), TRUE, and up. |
|
|
Definition at line 168 of file network.cpp. References stop(). |
|
||||||||||||
|
Definition at line 212 of file network.cpp. References examineNetworks(). Referenced by NetworkServer(). |
|
|
Definition at line 219 of file network.cpp. References QValueList< T >::append(), available, QValueList< T >::begin(), Network::choices(), QValueList< T >::clear(), QValueList< T >::end(), FALSE, Config::File, NetworkInterface::isActive(), NetworkInterface::isAvailable(), l, Network::loadPlugin(), Config::readEntry(), Config::setGroup(), NetworkInterface::start(), TRUE, type, up, and wait. Referenced by cardMessage(), NetworkServer(), receive(), and timerEvent(). |
|
|
Definition at line 173 of file network.cpp. References up. Referenced by Network::networkOnline(). |
|
||||||||||||
|
Reimplemented from QCopChannel. Definition at line 179 of file network.cpp. References QValueList< T >::begin(), Network::choices(), QValueList< T >::end(), examineNetworks(), Config::File, i, IO_ReadOnly, NetworkInterface::isAvailable(), QString::isEmpty(), l, Network::loadPlugin(), password, Config::readEntry(), Config::setGroup(), start(), stop(), stream, and type. |
|
||||||||||||
|
Definition at line 255 of file network.cpp. References current, FALSE, Config::File, QString::isEmpty(), Network::loadPlugin(), QString::null, Config::readEntry(), Config::setGroup(), NetworkInterface::start(), stop(), TRUE, type, wait, and Network::writeProxySettings(). Referenced by receive(). |
|
|
Definition at line 280 of file network.cpp. References current, FALSE, Config::File, QString::isEmpty(), Network::loadPlugin(), QString::null, Config::readEntry(), Config::setGroup(), NetworkInterface::stop(), stopped, TRUE, type, and wait. Referenced by receive(), start(), and ~NetworkServer(). |
|
|
Definition at line 303 of file network.cpp. References current, examineNetworks(), QString::isNull(), up, and wait. |
|
|
Definition at line 328 of file network.cpp. Referenced by examineNetworks(). |
|
|
Definition at line 329 of file network.cpp. Referenced by start(), stop(), and timerEvent(). |
|
|
Definition at line 330 of file network.cpp. Referenced by examineNetworks(), networkOnline(), NetworkServer(), and timerEvent(). |
|
|
Definition at line 331 of file network.cpp. Referenced by examineNetworks(), start(), stop(), and timerEvent(). |
1.4.2