Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
NullControl Class Reference#include <NullControl.h>
Inheritance diagram for NullControl:
![]() Detailed Descriptionwhen activated, this will return immediately (handy for fake items in a menu)Definition at line 8 of file NullControl.h.
Constructor & Destructor Documentation
you can override, but don't call this...
Member Function Documentation
returns NULL
Reimplemented from ControlBase. Reimplemented in BehaviorActivatorControl, HelpControl, RebootControl, ShutdownControl, SimulatorAdvanceFrameControl, and ToggleControl. Definition at line 23 of file NullControl.h. Referenced by ToggleControl::activate(), SimulatorAdvanceFrameControl::activate(), HelpControl::activate(), and BehaviorActivatorControl::activate().
returns NULL
Reimplemented from ControlBase. Reimplemented in RebootControl, ShutdownControl, and ToggleControl. Definition at line 25 of file NullControl.h. Referenced by ToggleControl::doSelect().
returns NULL unless inputRedirect is set, in which case it will return inputRedirect->takeInput(msg)
Reimplemented from ControlBase. Definition at line 32 of file NullControl.h.
you can override, but don't call this...
Member Data Documentation
the target to receiving forwarding of any calls to takeInput() this is handy if this instance is some feedback to the user, and any input they enter with this control selected only makes sense to be handled by the parent Definition at line 38 of file NullControl.h. Referenced by getInputRedirect(), setInputRedirect(), and takeInput().
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:34 2007 by Doxygen 1.5.4 |