KDE PIM / Developers / API Docs / libemailfunctions

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.

List of all members.

Public Types

Signals

DCOP Member Functions

Public Member Functions

Static Public Member Functions


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

enum KPIM::NetworkStatus::Status
 

The possible states.


Constructor & Destructor Documentation

NetworkStatus::~NetworkStatus  ) 
 

Destructor.


Member Function Documentation

NetworkStatus * NetworkStatus::self  )  [static]
 

Returns the only instance of this class.

void NetworkStatus::setStatus Status  status  ) 
 

Sets a new status.

Parameters:
status The new status.

NetworkStatus::Status NetworkStatus::status  )  const
 

Returns the current status.

void NetworkStatus::onlineStatusChanged  ) 
 

Called by the network interface watcher in KDED.

void KPIM::NetworkStatus::statusChanged Status  status  )  [signal]
 

Emitted whenever the status has changed.

Parameters:
status The new status.

The documentation for this class was generated from the following files: