#include <P_CmdTool.h>
Inheritance diagram for CmdToolChange:
Public Methods | |
CmdToolChange (const char *thetype, int thenum) | |
~CmdToolChange () | |
Public Attributes | |
int | num |
char * | type |
Protected Methods | |
virtual void | create_text () |
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 39 of file P_CmdTool.h.
|
Definition at line 53 of file P_CmdTool.C. |
|
Definition at line 59 of file P_CmdTool.C. References type. |
|
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 63 of file P_CmdTool.C. References Command::cmdText, num, and type. |
|
Definition at line 43 of file P_CmdTool.h. Referenced by CmdToolChange, and create_text. |
|
Definition at line 44 of file P_CmdTool.h. Referenced by CmdToolChange, create_text, and ~CmdToolChange. |