#include <P_CmdTool.h>
Inheritance diagram for CmdToolScaleSpring:
Public Methods | |
CmdToolScaleSpring (float thescale, int thenum) | |
Public Attributes | |
int | num |
float | scale |
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 83 of file P_CmdTool.h.
|
Definition at line 96 of file P_CmdTool.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 102 of file P_CmdTool.C. References Command::cmdText, num, and scale. |
|
Definition at line 86 of file P_CmdTool.h. Referenced by CmdToolScaleSpring, and create_text. |
|
Definition at line 87 of file P_CmdTool.h. Referenced by CmdToolScaleSpring, and create_text. |