Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
NullControl Class Referencewhen activated, this will return immediately (handy for fake items in a menu) More...
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
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.
you can override, but don't call this... Member Function Documentation
returns NULL Reimplemented from ControlBase. Reimplemented in BehaviorActivatorControl, HelpControl, RebootControl, ShutdownControl, and ToggleControl. Definition at line 23 of file NullControl.h.
returns NULL Reimplemented from ControlBase. Reimplemented in RebootControl, ShutdownControl, and ToggleControl. Definition at line 25 of file NullControl.h.
returns inputRedirect Definition at line 19 of file NullControl.h.
you can override, but don't call this...
sets inputRedirect Definition at line 18 of file NullControl.h.
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. 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 v5.1CVS |
Generated Mon May 9 04:59:13 2016 by Doxygen 1.6.3 |