Homepage
Demos
Overview
Downloads
Tutorials
Reference
Credits

NetworkStatusControl Class Reference

#include <NetworkStatusControl.h>

Inheritance diagram for NetworkStatusControl:

Inheritance graph
[legend]
List of all members.

Detailed Description

will display current network status such as wireless signal strength

Definition at line 14 of file NetworkStatusControl.h.

Public Member Functions

 NetworkStatusControl ()
 constructor
 NetworkStatusControl (const std::string &nm)
 constructor, pass custom name
virtual void pause ()
 stops listening for power events and sets display to invalid
virtual void refresh ()
 calls report()
virtual void deactivate ()
 stops listening for power events and sets display to invalid
virtual void processEvent (const EventBase &)
 for receiving events - you must override this to inherit


Constructor & Destructor Documentation

NetworkStatusControl::NetworkStatusControl  )  [inline]
 

constructor

Definition at line 17 of file NetworkStatusControl.h.

NetworkStatusControl::NetworkStatusControl const std::string &  nm  )  [inline]
 

constructor, pass custom name

Definition at line 20 of file NetworkStatusControl.h.


Member Function Documentation

virtual void NetworkStatusControl::deactivate  )  [inline, virtual]
 

stops listening for power events and sets display to invalid

Reimplemented from ControlBase.

Definition at line 59 of file NetworkStatusControl.h.

virtual void NetworkStatusControl::pause  )  [inline, virtual]
 

stops listening for power events and sets display to invalid

Reimplemented from ControlBase.

Definition at line 23 of file NetworkStatusControl.h.

virtual void NetworkStatusControl::processEvent const EventBase  )  [inline, virtual]
 

for receiving events - you must override this to inherit

See also:
EventRouter
Parameters:
event the event being received

Implements EventListener.

Definition at line 63 of file NetworkStatusControl.h.

virtual void NetworkStatusControl::refresh  )  [inline, virtual]
 

calls report()

Reimplemented from ControlBase.

Definition at line 28 of file NetworkStatusControl.h.

Referenced by processEvent().


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

Tekkotsu v2.3
Generated Sat Jan 29 02:27:37 2005 by Doxygen 1.4.0