| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
HelpControl Class Reference#include <HelpControl.h>
Inheritance diagram for HelpControl: ![]() Detailed DescriptionRecurses through the menu system and outputs the name and description of each item.
Definition at line 8 of file HelpControl.h.
Constructor & Destructor Documentation
don't call
Member Function Documentation
displays global Controller commands (hardcoded as strings, will need updates) as well as recursing the menu system (dynamic)
Reimplemented from NullControl. Definition at line 5 of file HelpControl.cc.
don't call
displays the menu items of r and their descriptions, recursing on submenus prefix is what should be displayed before each menu item (like a bullet point) this is itself prefixed by 2 spaces for each level of recursion. Word wrapping is performed to maintain the clean indenting Definition at line 33 of file HelpControl.cc. Referenced by activate().
Member Data Documentation
default maximum recursion depth for reporting from activation
Definition at line 34 of file HelpControl.h. Referenced by activate(), getReportDepth(), and setReportDepth().
stores root node to begin recursion (this item is not displayed)
Definition at line 36 of file HelpControl.h. Referenced by activate().
number of character to word wrap the display
Definition at line 32 of file HelpControl.h. Referenced by report().
The documentation for this class was generated from the following files: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:03 2006 by Doxygen 1.4.7 |