gSAFE
1.3.8
|
#include <dconsole.h>
Public Member Functions | |
virtual QString | donsole_command_interpreter (QString commandString)=0 |
HDConsoleCommandHolder is an interface class for HDebugConsole. You can register your own command with this class. You have to implement this class in your code. The command can be registered with register_dconsole_command() function.
Definition at line 57 of file dconsole.h.
|
pure virtual |
Called on every programmer defined command call. You receive the called comman text in parameter. The return string is printed to the debug console.