#include <P_CmdTool.h>
Inheritance diagram for CmdToolDeleteDevice:
Public Methods | |
CmdToolDeleteDevice (const char *thename, int thenum) | |
Public Attributes | |
char * | name |
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... | |
virtual | ~CmdToolDeleteDevice () |
Definition at line 129 of file P_CmdTool.h.
|
Definition at line 134 of file P_CmdTool.C. |
|
Definition at line 141 of file P_CmdTool.C. References name. |
|
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 145 of file P_CmdTool.C. References Command::cmdText, name, and num. |
|
Definition at line 132 of file P_CmdTool.h. Referenced by CmdToolDeleteDevice, create_text, and ~CmdToolDeleteDevice. |
|
Definition at line 133 of file P_CmdTool.h. Referenced by CmdToolDeleteDevice, and create_text. |