gSAFE  1.3.8
Public Member Functions | List of all members
HDConsoleCommandHolder Class Referenceabstract

#include <dconsole.h>

Public Member Functions

virtual QString donsole_command_interpreter (QString commandString)=0
 

Detailed Description

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.

Member Function Documentation

virtual QString HDConsoleCommandHolder::donsole_command_interpreter ( QString  commandString)
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.


The documentation for this class was generated from the following file: