Solid
Solid::Networking::Notifier Class Reference
#include <networking.h>
Inheritance diagram for Solid::Networking::Notifier:

Detailed Description
This object emits signals, for use if your application requires notification of changes to networking.Definition at line 95 of file networking.h.
Signals | |
| void | statusChanged (Solid::Networking::Status status) |
| void | shouldConnect () |
| void | shouldDisconnect () |
Member Function Documentation
| void Solid::Networking::Notifier::statusChanged | ( | Solid::Networking::Status | status | ) | [signal] |
Signals that the network status has changed.
- Parameters:
-
status the new status of the network status service
| void Solid::Networking::Notifier::shouldConnect | ( | ) | [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.
| void Solid::Networking::Notifier::shouldDisconnect | ( | ) | [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.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference