#include <CmdLabel.h>
Inheritance diagram for CmdLabelTextOffset:
Public Methods | |
CmdLabelTextOffset (const char *name, int ind, float x, float y) | |
~CmdLabelTextOffset () | |
Public Attributes | |
char * | nm |
int | n |
const float | m_x |
const float | m_y |
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 113 of file CmdLabel.C. |
|
Definition at line 117 of file CmdLabel.C. References nm. |
|
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 121 of file CmdLabel.C. References Command::cmdText, m_x, m_y, n, and nm. |
|
Definition at line 119 of file CmdLabel.h. Referenced by create_text. |
|
Definition at line 119 of file CmdLabel.h. Referenced by create_text. |
|
Definition at line 118 of file CmdLabel.h. Referenced by create_text. |
|
Definition at line 117 of file CmdLabel.h. Referenced by CmdLabelTextOffset, create_text, and ~CmdLabelTextOffset. |