#include <LoadScreen.h>
Inherits LoadScreen.
Public Member Functions | |
| MapTransferLoadScreen (void) | |
| virtual | ~MapTransferLoadScreen (void) |
| virtual void | init (GameInfo *game) |
| Init the loadscreen. | |
| virtual void | reset (void) |
| Reset the system. | |
| virtual void | update (void) |
| Update the state of the slider bars. | |
| virtual void | update (Int percent) |
| Update the state of the progress bar. | |
| virtual void | processProgress (Int playerId, Int percentage) |
| void | processProgress (Int playerId, Int percentage, AsciiString stateStr) |
| virtual void | setProgressRange (Int min, Int max) |
| void | processTimeout (Int secondsLeft) |
| void | setCurrentFilename (AsciiString filename) |
Public Member Functions inherited from LoadScreen | |
| LoadScreen (void) | |
| virtual | ~LoadScreen (void) |
Additional Inherited Members | |
Protected Member Functions inherited from LoadScreen | |
| void | setLoadScreen (GameWindow *g) |
Protected Attributes inherited from LoadScreen | |
| GameWindow * | m_loadScreen |
| The GameWindow that is our loadscreen. | |
Definition at line 299 of file LoadScreen.h.
| MapTransferLoadScreen::MapTransferLoadScreen | ( | void | ) |
Definition at line 1905 of file LoadScreen.cpp.
|
virtual |
Definition at line 1923 of file LoadScreen.cpp.
|
virtual |
Implements LoadScreen.
Definition at line 312 of file LoadScreen.h.
| void MapTransferLoadScreen::processProgress | ( | Int | playerId, |
| Int | percentage, | ||
| AsciiString | stateStr ) |
Definition at line 2043 of file LoadScreen.cpp.
| void MapTransferLoadScreen::processTimeout | ( | Int | secondsLeft | ) |
Definition at line 2062 of file LoadScreen.cpp.
|
virtual |
| void MapTransferLoadScreen::setCurrentFilename | ( | AsciiString | filename | ) |
Definition at line 2076 of file LoadScreen.cpp.
Implements LoadScreen.
Definition at line 317 of file LoadScreen.h.
|
virtual |
Update the state of the progress bar.
Reimplemented from LoadScreen.
Definition at line 2030 of file LoadScreen.cpp.
|
inlinevirtual |
Update the state of the slider bars.
Implements LoadScreen.
Definition at line 307 of file LoadScreen.h.