#include <CmdLabel.h>
Inheritance diagram for CmdLabelTextSize:
Public Methods | |
CmdLabelTextSize (float newsize) | |
Public Attributes | |
const float | size |
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 100 of file CmdLabel.h. References Command::LABEL_TEXTSIZE, and size. |
|
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 105 of file CmdLabel.C. References Command::cmdText, and size. |
|
Definition at line 99 of file CmdLabel.h. Referenced by CmdLabelTextSize, and create_text. |