Planeshift
|
This is the window that is displayed when the game is loading the maps. More...
#include <pawsloading.h>
Public Member Functions | |
void | AddText (const char *text) |
void | Clear () |
void | Draw () |
Draws the widget and all of it's children. | |
void | HandleMessage (MsgEntry *me) |
void | Hide () |
Makes widget invisible and removes focus if widget has current focus. | |
void | InitAnim (csVector2 start, csVector2 dest, csTicks delay) |
Initializing of the dot animation. | |
pawsLoadWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | PublishMOTD () |
Sends the motd message to local listeners. | |
void | Show () |
Makes widget visible and brings it to the front. | |
virtual | ~pawsLoadWindow () |
This is the window that is displayed when the game is loading the maps.
Definition at line 45 of file pawsloading.h.
pawsLoadWindow::pawsLoadWindow | ( | ) |
virtual pawsLoadWindow::~pawsLoadWindow | ( | ) | [virtual] |
void pawsLoadWindow::AddText | ( | const char * | text | ) |
void pawsLoadWindow::Clear | ( | ) |
void pawsLoadWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
void pawsLoadWindow::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
void pawsLoadWindow::Hide | ( | ) | [virtual] |
Makes widget invisible and removes focus if widget has current focus.
Sets visible FALSE, hides border if present and then if focused when called it calls SetCurrentFocusedWidget(NULL).
Reimplemented from pawsWidget.
void pawsLoadWindow::InitAnim | ( | csVector2 | start, |
csVector2 | dest, | ||
csTicks | delay | ||
) |
Initializing of the dot animation.
start | A vector representing the start of the animation. |
dest | A vector representing the destination of the animation. |
delay |
bool pawsLoadWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsLoadWindow::PublishMOTD | ( | ) |
Sends the motd message to local listeners.
Used to handle the update of newly spawned custom loading windows.
void pawsLoadWindow::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.