Solid
#include <networking.h>
Signals | |
void | shouldConnect () |
void | shouldDisconnect () |
void | statusChanged (Solid::Networking::Status status) |
Protected Member Functions | |
Notifier () | |
Detailed Description
This object emits signals, for use if your application requires notification of changes to networking.
Definition at line 97 of file networking.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 50 of file networking.cpp.
Member Function Documentation
|
signal |
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.
|
signal |
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.
|
signal |
Signals that the network status has changed.
- Parameters
-
status the new status of the network status service
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.