#include <GameWindowTransitions.h>
Inherits Transition.
Public Member Functions | |
| FullFadeTransition (void) | |
| virtual | ~FullFadeTransition (void) |
| virtual void | init (GameWindow *win) |
| virtual void | update (Int frame) |
| virtual void | reverse (void) |
| virtual void | draw (void) |
| virtual void | skip (void) |
Public Member Functions inherited from Transition | |
| Transition (void) | |
| virtual | ~Transition (void) |
| Bool | isFinished (void) |
| Int | getFrameLength (void) |
Protected Types | |
| enum | { FULLFADETRANSITION_START = 0 , FULLFADETRANSITION_END = 10 } |
Protected Attributes | |
| ICoord2D | m_pos |
| ICoord2D | m_size |
| Real | m_percent |
| Int | m_drawState |
Protected Attributes inherited from Transition | |
| Int | m_frameLength |
| Bool | m_isFinished |
| Bool | m_isForward |
| Bool | m_isReversed |
| GameWindow * | m_win |
Definition at line 185 of file GameWindowTransitions.h.
|
protected |
| Enumerator | |
|---|---|
| FULLFADETRANSITION_START | |
| FULLFADETRANSITION_END | |
Definition at line 199 of file GameWindowTransitions.h.
| FullFadeTransition::FullFadeTransition | ( | void | ) |
Definition at line 1791 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Definition at line 1800 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1870 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1806 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1864 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1883 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1825 of file GameWindowTransitionsStyles.cpp.
|
protected |
Definition at line 206 of file GameWindowTransitions.h.
|
protected |
Definition at line 205 of file GameWindowTransitions.h.
|
protected |
Definition at line 203 of file GameWindowTransitions.h.
|
protected |
Definition at line 204 of file GameWindowTransitions.h.