#include <P_CmdTool.h>
Inheritance diagram for CmdToolCallback:
Public Methods | |
CmdToolCallback (int the_on) | |
Public Attributes | |
int | on |
Protected Methods | |
void | create_text (void) |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 141 of file P_CmdTool.h.
|
Definition at line 156 of file P_CmdTool.C. References on. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 161 of file P_CmdTool.C. References Command::cmdText. |
|
Definition at line 146 of file P_CmdTool.h. Referenced by UIVR::act_on_command, and CmdToolCallback. |