Declares the TransitionEffect interface and common implementations. More...
#include "Graphics/Color.h"
Classes | |
class | Transition |
Base class for a transition. More... | |
class | TransitionOut |
Base class for out transitions. More... | |
class | TransitionIn |
Base class for in transitions. More... | |
class | TransitionDelay |
Base class for delay transitions. More... | |
class | AlphaFadeOutTransition |
Fades out the alpha value of a solid color. More... | |
class | AlphaFadeInTransition |
Fades in the alpha value of a solid color. More... | |
class | SolidColorDelayTransition |
A solid color delay transition. More... | |
class | SlantedSlideOutTransition |
A slanted slide out transition. More... | |
class | SlantedSlideInTransition |
A slanted slide in transition. More... | |
class | TransitionEffectListener |
Interface for listening to transition effect events. More... | |
class | TransitionEffect |
Interface for transition effects. More... |
Declares the TransitionEffect interface and common implementations.