#include <FadeInOutEffect.H>
Inherits cavewriting::Effect.
Public Member Functions | |
FadeInOutEffect (Array< Word * > &words, double startTime, double duration=10.0, bool startPaused=true, double fadeInDuration=1.0, double pauseDuration=3.0, double fadeOutDuration=1.0) | |
virtual | ~FadeInOutEffect () |
virtual void | animate () |
Subclasses should implement. | |
Static Public Member Functions | |
static FadeInOutEffect * | fromXML (xercesc::DOMElement *node, bool startPaused=true) |
Protected Attributes | |
double | _fadeInDuration |
double | _pauseDuration |
double | _fadeOutDuration |
|
|
|
|
|
Subclasses should implement.
Reimplemented from cavewriting::Effect. |
|
Reads an Effect in from xml. Creates and returns an instance of the appropriate subclass. Reimplemented from cavewriting::Effect. |
|
|
|
|
|
|