#include <CmdAnimate.h>
Inheritance diagram for CmdAnimStyle:
Public Methods | |
CmdAnimStyle (Animation::AnimStyle) | |
Public Attributes | |
Animation::AnimStyle | newStyle |
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 47 of file CmdAnimate.h.
|
Definition at line 66 of file CmdAnimate.C. References Animation::AnimStyle, and newStyle. |
|
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 62 of file CmdAnimate.C. References Command::cmdText, and newStyle. |
|
new direction.
Definition at line 49 of file CmdAnimate.h. Referenced by CmdAnimStyle, and create_text. |