#include <CmdAnimate.h>
Inheritance diagram for CmdAnimJump:
Public Methods | |
CmdAnimJump (int) | |
Public Attributes | |
int | newFrame |
new frame, can also indicate to move to beginning or end. 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 58 of file CmdAnimate.h.
|
Definition at line 75 of file CmdAnimate.C. References newFrame. |
|
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 71 of file CmdAnimate.C. References Command::cmdText, and newFrame. |
|
new frame, can also indicate to move to beginning or end.
Definition at line 60 of file CmdAnimate.h. Referenced by CmdAnimJump, and create_text. |