#include <P_CmdTool.h>
Inheritance diagram for CmdToolDelete:
Public Methods | |
CmdToolDelete (int thenum) | |
Public Attributes | |
int | num |
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 51 of file P_CmdTool.h.
|
Definition at line 67 of file P_CmdTool.C. References num. |
|
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 72 of file P_CmdTool.C. References Command::cmdText, and num. |
|
Definition at line 54 of file P_CmdTool.h. Referenced by CmdToolDelete, and create_text. |