Solid
Solid::NetworkingPrivate Class Reference
#include <networking_p.h>

Public Slots | |
| void | serviceOwnerChanged (const QString &, const QString &, const QString &) |
| void | serviceStatusChanged (uint status) |
| uint | status () const |
Public Member Functions | |
| NetworkingPrivate () | |
| ~NetworkingPrivate () | |
| void | shouldConnect () |
| void | shouldDisconnect () |
Public Attributes | |
| Networking::ManagementPolicy | connectPolicy |
| Networking::ManagementPolicy | disconnectPolicy |
| Networking::Status | netStatus |
Properties | |
| uint | Status |
Detailed Description
Definition at line 37 of file networking_p.h.
Constructor & Destructor Documentation
| Solid::NetworkingPrivate::NetworkingPrivate | ( | ) |
Definition at line 32 of file networking.cpp.
| Solid::NetworkingPrivate::~NetworkingPrivate | ( | ) |
Definition at line 51 of file networking.cpp.
Member Function Documentation
| void Solid::NetworkingPrivate::serviceOwnerChanged | ( | const QString & | name, |
| const QString & | oldOwner, | ||
| const QString & | newOwner | ||
| ) | [slot] |
Detects when kded restarts, and sets status to NoNetworks so that apps may proceed.
Definition at line 117 of file networking.cpp.
| void Solid::NetworkingPrivate::serviceStatusChanged | ( | uint | status | ) | [slot] |
Called on DBus signal from the network status service.
Definition at line 86 of file networking.cpp.
| void Solid::NetworkingPrivate::shouldConnect | ( | ) | [inline] |
Signals that the system's network has become connected, so receivers should connect their sockets, ioslaves etc.
This signal is emitted according to the active connectPolicy.
Reimplemented from Solid::Networking::Notifier.
Definition at line 45 of file networking_p.h.
| void Solid::NetworkingPrivate::shouldDisconnect | ( | ) | [inline] |
Signals that the system's network has become disconnected, so receivers should adjust application state appropriately.
This signal is emitted according to the active disconnectPolicy.
Reimplemented from Solid::Networking::Notifier.
Definition at line 46 of file networking_p.h.
| uint Solid::NetworkingPrivate::status | ( | ) | const [slot] |
Definition at line 69 of file networking.cpp.
Member Data Documentation
Definition at line 48 of file networking_p.h.
Definition at line 49 of file networking_p.h.
Definition at line 47 of file networking_p.h.
Property Documentation
uint Solid::NetworkingPrivate::Status [read] |
Definition at line 40 of file networking_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference