#include <GameWindowTransitions.h>
Inherits Transition.
Public Member Functions | |
| TextTypeTransition (void) | |
| virtual | ~TextTypeTransition (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 | { TEXTTYPETRANSITION_START = 0 , TEXTTYPETRANSITION_END = 30 } |
Protected Attributes | |
| ICoord2D | m_pos |
| ICoord2D | m_size |
| Int | m_drawState |
| UnicodeString | m_fullText |
| UnicodeString | m_partialText |
| DisplayString * | m_dStr |
Protected Attributes inherited from Transition | |
| Int | m_frameLength |
| Bool | m_isFinished |
| Bool | m_isForward |
| Bool | m_isReversed |
| GameWindow * | m_win |
Definition at line 298 of file GameWindowTransitions.h.
|
protected |
| Enumerator | |
|---|---|
| TEXTTYPETRANSITION_START | |
| TEXTTYPETRANSITION_END | |
Definition at line 312 of file GameWindowTransitions.h.
| TextTypeTransition::TextTypeTransition | ( | void | ) |
Definition at line 1346 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Definition at line 1355 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1441 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1363 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1433 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1450 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1381 of file GameWindowTransitionsStyles.cpp.
|
protected |
Definition at line 318 of file GameWindowTransitions.h.
|
protected |
Definition at line 321 of file GameWindowTransitions.h.
|
protected |
Definition at line 319 of file GameWindowTransitions.h.
|
protected |
Definition at line 320 of file GameWindowTransitions.h.
|
protected |
Definition at line 316 of file GameWindowTransitions.h.
|
protected |
Definition at line 317 of file GameWindowTransitions.h.