#include <GameWindowTransitions.h>
Inherits Transition.
Public Member Functions | |
| CountUpTransition (void) | |
| virtual | ~CountUpTransition (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 | { COUNTUPTRANSITION_START = 0 , COUNTUPTRANSITION_END = 30 } |
| enum | { COUNT_ONES = 1 , COUNT_100S = 100 , COUNT_1000S = 1000 } |
Protected Attributes | |
| ICoord2D | m_pos |
| ICoord2D | m_size |
| Int | m_drawState |
| UnicodeString | m_fullText |
| UnicodeString | m_partialText |
| Int | m_intValue |
| Int | m_currentValue |
| Int | m_countState |
Protected Attributes inherited from Transition | |
| Int | m_frameLength |
| Bool | m_isFinished |
| Bool | m_isForward |
| Bool | m_isReversed |
| GameWindow * | m_win |
Definition at line 264 of file GameWindowTransitions.h.
|
protected |
| Enumerator | |
|---|---|
| COUNTUPTRANSITION_START | |
| COUNTUPTRANSITION_END | |
Definition at line 278 of file GameWindowTransitions.h.
|
protected |
| Enumerator | |
|---|---|
| COUNT_ONES | |
| COUNT_100S | |
| COUNT_1000S | |
Definition at line 289 of file GameWindowTransitions.h.
| CountUpTransition::CountUpTransition | ( | void | ) |
Definition at line 1458 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Definition at line 1467 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1595 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1472 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1581 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1599 of file GameWindowTransitionsStyles.cpp.
|
virtual |
Implements Transition.
Definition at line 1520 of file GameWindowTransitionsStyles.cpp.
|
protected |
Definition at line 294 of file GameWindowTransitions.h.
|
protected |
Definition at line 288 of file GameWindowTransitions.h.
|
protected |
Definition at line 284 of file GameWindowTransitions.h.
|
protected |
Definition at line 285 of file GameWindowTransitions.h.
|
protected |
Definition at line 287 of file GameWindowTransitions.h.
|
protected |
Definition at line 286 of file GameWindowTransitions.h.
|
protected |
Definition at line 282 of file GameWindowTransitions.h.
|
protected |
Definition at line 283 of file GameWindowTransitions.h.