#include <CmdTrans.h>
Inheritance diagram for CmdScale:
Public Types | |
enum | { BY, TO } |
Public Methods | |
CmdScale (float ns, int by_or_to) | |
Public Attributes | |
float | s |
amount to scale. More... | |
int | byOrTo |
set, or multiply, scaling? More... | |
Protected Methods | |
virtual void | create_text (void) |
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 83 of file CmdTrans.h.
|
Definition at line 85 of file CmdTrans.h. |
|
Definition at line 132 of file CmdTrans.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 125 of file CmdTrans.C. References BY, byOrTo, Command::cmdText, and s. |
|
set, or multiply, scaling?
Definition at line 87 of file CmdTrans.h. Referenced by CmdScale, and create_text. |
|
amount to scale.
Definition at line 86 of file CmdTrans.h. Referenced by CmdScale, and create_text. |