KPIM::NetworkStatus Class Reference
This is a class for monitoring network status -- basically, the machine KDE is running on going from "online" mode to offline. More...
#include <networkstatus.h>
Inherits QObject, and DCOPObject.
Public Types
- enum Status { Online, Offline }
Signals
- void statusChanged (Status status)
DCOP Member Functions
- void onlineStatusChanged ()
Public Member Functions
- ~NetworkStatus ()
- void setStatus (Status status)
- Status status () const
Static Public Member Functions
- static NetworkStatus * self ()
Detailed Description
This is a class for monitoring network status -- basically, the machine KDE is running on going from "online" mode to offline.What this means is left as an exercise for the reader.
Member Enumeration Documentation
|
The possible states.
|
Constructor & Destructor Documentation
|
Destructor.
|
Member Function Documentation
|
Returns the only instance of this class.
|
|
Sets a new status.
|
|
Returns the current status.
|
|
Called by the network interface watcher in KDED.
|
|
Emitted whenever the status has changed.
|
The documentation for this class was generated from the following files:
- networkstatus.h
- networkstatus.cpp