![]() |
VR-Forces 4.0.4 Class Documentation
|
A specialized version of DtConsoleCommandManager which handles a set of sub commands from another console command manager. More...

Classes | |
| class | DtRunSubCommand |
| Command which is registered on the parent manager, and invokes this command manager. More... | |
Public Member Functions | |
| DtSubCommandManager (const DtString &commandName, DtConsoleCommandManager *parentManager) | |
| virtual | ~DtSubCommandManager () |
Protected Attributes | |
| DtConsoleCommandManager * | myParentManager |
| DtRunSubCommand * | myCommand |
A specialized version of DtConsoleCommandManager which handles a set of sub commands from another console command manager.
This class will register a command with a parent DtConsoleCommandManager when it is created, and then process the arguments from the parent with the local commands registered.
| DtSubCommandManager::DtSubCommandManager | ( | const DtString & | commandName, |
| DtConsoleCommandManager * | parentManager | ||
| ) |
| commandName | The name of the command that will invoke subcommands in this manager. This is basically the "sub-menu" name. |
| virtual DtSubCommandManager::~DtSubCommandManager | ( | ) | [virtual] |
DtRunSubCommand* DtSubCommandManager::myCommand [protected] |