#include <GameWindowTransitions.h>
Inherits Transition.
Public Member Functions | |
| ScreenFadeTransition (void) | |
| virtual | ~ScreenFadeTransition (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 | { SCREENFADETRANSITION_START = 0 , SCREENFADETRANSITION_END = 30 } |
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 239 of file GameWindowTransitions.h.
|
protected |
| Enumerator | |
|---|---|
| SCREENFADETRANSITION_START | |
| SCREENFADETRANSITION_END | |
Definition at line 253 of file GameWindowTransitions.h.
| ScreenFadeTransition::ScreenFadeTransition | ( | void | ) |
Definition at line 1607 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Definition at line 1616 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1665 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1622 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1659 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1674 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1637 of file GameWindowTransitionsStyles.cpp.
|
protected |
Definition at line 260 of file GameWindowTransitions.h.
|
protected |
Definition at line 259 of file GameWindowTransitions.h.
|
protected |
Definition at line 257 of file GameWindowTransitions.h.
|
protected |
Definition at line 258 of file GameWindowTransitions.h.