#include <CmdLabel.h>
Inheritance diagram for CmdLabelTextFormat:
Public Methods | |
CmdLabelTextFormat (const char *name, int ind, const char *format) | |
~CmdLabelTextFormat () | |
Public Attributes | |
char * | nm |
int | n |
char * | format |
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 125 of file CmdLabel.C. |
|
Definition at line 131 of file CmdLabel.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 136 of file CmdLabel.C. References Command::cmdText, format, n, and nm. |
|
Definition at line 130 of file CmdLabel.h. Referenced by CmdLabelTextFormat, create_text, and ~CmdLabelTextFormat. |
|
Definition at line 129 of file CmdLabel.h. Referenced by create_text. |
|
Definition at line 128 of file CmdLabel.h. Referenced by CmdLabelTextFormat, create_text, and ~CmdLabelTextFormat. |