#include <CmdAnimate.h>
Inheritance diagram for CmdAnimSpeed:
Public Methods | |
CmdAnimSpeed (float) | |
Public Attributes | |
float | newSpeed |
new animation speed. 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 80 of file CmdAnimate.h.
|
Definition at line 93 of file CmdAnimate.C. References newSpeed. |
|
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 89 of file CmdAnimate.C. References Command::cmdText, and newSpeed. |
|
new animation speed.
Definition at line 82 of file CmdAnimate.h. Referenced by CmdAnimSpeed, and create_text. |