#include <CmdAnimate.h>
Inheritance diagram for CmdAnimSkip:
Public Methods | |
CmdAnimSkip (int) | |
Public Attributes | |
int | newSkip |
new frame skip. 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 69 of file CmdAnimate.h.
|
Definition at line 84 of file CmdAnimate.C. References newSkip. |
|
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 80 of file CmdAnimate.C. References Command::cmdText, and newSkip. |
|
new frame skip.
Definition at line 71 of file CmdAnimate.h. Referenced by CmdAnimSkip, and create_text. |