Solid
#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 |
Additional Inherited Members | |
Signals inherited from Solid::Networking::Notifier | |
| void | statusChanged (Solid::Networking::Status status) |
Protected Member Functions inherited from Solid::Networking::Notifier | |
| Notifier () | |
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 46 of file networking.cpp.
Member Function Documentation
|
slot |
Detects when kded restarts, and sets status to NoNetworks so that apps may proceed.
Definition at line 121 of file networking.cpp.
|
slot |
Called on DBus signal from the network status service.
Definition at line 90 of file networking.cpp.
|
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.
|
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.
|
slot |
Definition at line 73 of file networking.cpp.
Member Data Documentation
| Networking::ManagementPolicy Solid::NetworkingPrivate::connectPolicy |
Definition at line 48 of file networking_p.h.
| Networking::ManagementPolicy Solid::NetworkingPrivate::disconnectPolicy |
Definition at line 49 of file networking_p.h.
| Networking::Status Solid::NetworkingPrivate::netStatus |
Definition at line 47 of file networking_p.h.
Property Documentation
|
read |
Definition at line 40 of file networking_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Thu Feb 21 2013 11:05:01 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Signals inherited from