Public Member Functions | |
| KCommandList () | |
| ~KCommandList () | |
| KCommand * | GetpFirst () |
| KCommand * | GetpNext (KCommand *pCommand) |
| void | RegisterCommand (KStr sName, void *pBind, KStr sDescription="", void *pContext=NULL) |
| void | UnregisterCommand (KStr sName) |
| bool | ExecCommand (KStr sName, KStr sArgument) |
Protected Member Functions | |
| KCommand * | GetpCommand (KStr sName) |
Definition at line 39 of file Command.h.
Definition at line 57 of file Command.cpp.
1.5.1-p1