#include <AnimateWindowManager.h>
Inherits SubsystemInterface.
Public Member Functions | |
| AnimateWindowManager (void) | |
| ~AnimateWindowManager (void) | |
| virtual void | init (void) |
| virtual void | reset (void) |
| virtual void | update (void) |
| void | registerGameWindow (GameWindow *win, AnimTypes animType, Bool needsToFinish, UnsignedInt ms=0, UnsignedInt delayMs=0) |
| Bool | isFinished (void) |
| Are all the animations that need to be finished, finished? | |
| void | reverseAnimateWindow (void) |
| tell each animation type to setup the windows to run in reverse | |
| void | resetToRestPosition (void) |
| Reset all windows to their rest position. | |
| Bool | isReversed (void) |
| Returns whether or not we're in our reversed state. | |
| Bool | isEmpty (void) |
Public Member Functions inherited from SubsystemInterface | |
| SubsystemInterface () | |
| virtual | ~SubsystemInterface () |
| virtual void | postProcessLoad () |
| virtual void | draw (void) |
| void | UPDATE (void) |
| void | DRAW (void) |
| AsciiString | getName (void) |
| void | setName (AsciiString name) |
Additional Inherited Members | |
Protected Attributes inherited from SubsystemInterface | |
| AsciiString | m_name |
Definition at line 156 of file AnimateWindowManager.h.
| AnimateWindowManager::AnimateWindowManager | ( | void | ) |
Definition at line 121 of file AnimateWindowManager.cpp.
| AnimateWindowManager::~AnimateWindowManager | ( | void | ) |
Definition at line 137 of file AnimateWindowManager.cpp.
|
virtual |
Implements SubsystemInterface.
Definition at line 163 of file AnimateWindowManager.cpp.
|
inline |
Definition at line 223 of file AnimateWindowManager.h.
|
inline |
Are all the animations that need to be finished, finished?
Definition at line 221 of file AnimateWindowManager.h.
|
inline |
Returns whether or not we're in our reversed state.
Definition at line 222 of file AnimateWindowManager.h.
| void AnimateWindowManager::registerGameWindow | ( | GameWindow * | win, |
| AnimTypes | animType, | ||
| Bool | needsToFinish, | ||
| UnsignedInt | ms = 0, | ||
| UnsignedInt | delayMs = 0 ) |
Definition at line 244 of file AnimateWindowManager.cpp.
|
virtual |
Implements SubsystemInterface.
Definition at line 171 of file AnimateWindowManager.cpp.
| void AnimateWindowManager::resetToRestPosition | ( | void | ) |
Reset all windows to their rest position.
Definition at line 384 of file AnimateWindowManager.cpp.
| void AnimateWindowManager::reverseAnimateWindow | ( | void | ) |
tell each animation type to setup the windows to run in reverse
Definition at line 322 of file AnimateWindowManager.cpp.
|
virtual |
Implements SubsystemInterface.
Definition at line 180 of file AnimateWindowManager.cpp.