NetworkStatusControl Class Reference#include <NetworkStatusControl.h>
Inheritance diagram for NetworkStatusControl:
[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] |
|
NetworkStatusControl::NetworkStatusControl |
( |
const std::string & |
nm |
) |
[inline] |
|
Member Function Documentation
virtual void NetworkStatusControl::deactivate |
( |
|
) |
[inline, virtual] |
|
virtual void NetworkStatusControl::pause |
( |
|
) |
[inline, virtual] |
|
virtual void NetworkStatusControl::processEvent |
( |
const EventBase & |
|
) |
[inline, virtual] |
|
virtual void NetworkStatusControl::refresh |
( |
|
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file:
|