| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <NullControl.h>
Inheritance diagram for NullControl:

Definition at line 8 of file NullControl.h.
Public Member Functions | |
| NullControl () | |
| Constructor. | |
| NullControl (const std::string &n) | |
| Constructor. | |
| NullControl (const std::string &n, const std::string &d) | |
| Constructor. | |
| virtual ControlBase * | activate (MotionManager::MC_ID, Socket *) |
| returns NULL | |
| virtual ControlBase * | doSelect () |
| returns NULL | |
| virtual ControlBase * | doNextItem () |
| returns NULL | |
| virtual ControlBase * | doPrevItem () |
| returns NULL | |
| virtual ControlBase * | doReadStdIn (const std::string &=std::string()) |
| returns NULL | |
| virtual ControlBase * | takeInput (const std::string &) |
| returns NULL | |
|
|
Constructor.
Definition at line 12 of file NullControl.h. |
|
|
Constructor.
Definition at line 14 of file NullControl.h. |
|
||||||||||||
|
Constructor.
Definition at line 16 of file NullControl.h. |
|
||||||||||||
|
returns NULL
Reimplemented from ControlBase. Reimplemented in BehaviorActivatorControl, HelpControl, RebootControl, ShutdownControl, and ToggleControl. Definition at line 20 of file NullControl.h. Referenced by ToggleControl::activate(), HelpControl::activate(), and BehaviorActivatorControl::activate(). |
|
|
returns NULL
Reimplemented from ControlBase. Definition at line 23 of file NullControl.h. |
|
|
returns NULL
Reimplemented from ControlBase. Definition at line 24 of file NullControl.h. |
|
|
returns NULL
Reimplemented from ControlBase. Definition at line 25 of file NullControl.h. |
|
|
returns NULL
Reimplemented from ControlBase. Reimplemented in RebootControl, ShutdownControl, and ToggleControl. Definition at line 22 of file NullControl.h. Referenced by ToggleControl::doSelect(). |
|
|
returns NULL
Reimplemented from ControlBase. Definition at line 26 of file NullControl.h. |
|
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:19 2004 by Doxygen 1.3.4 |