#include <P_CmdTool.h>
Inheritance diagram for CmdToolCreate:
Public Methods | |
CmdToolCreate (const char *thetype, int theargc, const char **theUSL) | |
~CmdToolCreate () | |
Public Attributes | |
char ** | USL |
int | argc |
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 26 of file P_CmdTool.h.
|
Definition at line 29 of file P_CmdTool.C. |
|
Definition at line 39 of file P_CmdTool.C. |
|
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 46 of file P_CmdTool.C. References argc, Command::cmdText, type, and USL. |
|
Definition at line 31 of file P_CmdTool.h. Referenced by CmdToolCreate, create_text, and ~CmdToolCreate. |
|
Definition at line 32 of file P_CmdTool.h. Referenced by CmdToolCreate, create_text, and ~CmdToolCreate. |
|
Definition at line 30 of file P_CmdTool.h. Referenced by CmdToolCreate, create_text, and ~CmdToolCreate. |