#include <CmdAnimate.h>
Inheritance diagram for CmdAnimDir:
Public Methods | |
CmdAnimDir (Animation::AnimDir) | |
Public Attributes | |
Animation::AnimDir | newDir |
new direction. 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 36 of file CmdAnimate.h.
|
Definition at line 56 of file CmdAnimate.C. References Animation::AnimDir, and newDir. |
|
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 41 of file CmdAnimate.C. References Animation::ANIM_FORWARD, Animation::ANIM_FORWARD1, Animation::ANIM_PAUSE, Animation::ANIM_REVERSE, Animation::ANIM_REVERSE1, Command::cmdText, and newDir. |
|
new direction.
Definition at line 38 of file CmdAnimate.h. Referenced by CmdAnimDir, and create_text. |