Homepage
Demos
Overview
Downloads
Dev. Resources
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 17 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 ()
 called when this control is being popped from the control stack
virtual void processEvent (const EventBase &)
 refresh the control whenever an event is received


Constructor & Destructor Documentation

NetworkStatusControl::NetworkStatusControl  )  [inline]
 

constructor

Definition at line 20 of file NetworkStatusControl.h.

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

constructor, pass custom name

Definition at line 23 of file NetworkStatusControl.h.


Member Function Documentation

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

called when this control is being popped from the control stack

Reimplemented from ControlBase.

Definition at line 62 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 26 of file NetworkStatusControl.h.

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

refresh the control whenever an event is received

Implements EventListener.

Definition at line 67 of file NetworkStatusControl.h.

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

calls report()

Reimplemented from ControlBase.

Definition at line 31 of file NetworkStatusControl.h.

Referenced by processEvent().


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

Tekkotsu v2.4.1
Generated Tue Aug 16 16:35:06 2005 by Doxygen 1.4.4