Solid
Solid::Networking::Notifier Class Reference
This object emits signals, for use if your application requires notification of changes to networking. More...
#include <networking.h>
Inheritance diagram for Solid::Networking::Notifier:

Signals | |
void | shouldConnect () |
void | shouldDisconnect () |
void | statusChanged (Solid::Networking::Status status) |
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.
Member Function Documentation
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.
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
The documentation for this class was generated from the following file: