Planeshift
|
The main creation window for creating a new character. More...
#include <pawscharcreatemain.h>
Public Member Functions | |
bool | CheckLoadStatus () |
void | HandleMessage (MsgEntry *me) |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
bool | OnChange (pawsWidget *widget) |
Called whenever a widget is selected. | |
pawsCreationMain () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Reset () |
void | ResetAllWindows () |
void | Show () |
Makes widget visible and brings it to the front. | |
~pawsCreationMain () |
The main creation window for creating a new character.
This is the screen where players pick their:
Definition at line 52 of file pawscharcreatemain.h.
pawsCreationMain::pawsCreationMain | ( | ) |
pawsCreationMain::~pawsCreationMain | ( | ) |
bool pawsCreationMain::CheckLoadStatus | ( | ) | [virtual] |
Implements DelayedLoader.
void pawsCreationMain::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
bool pawsCreationMain::OnButtonPressed | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is pressed.
button | The button pressed. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
bool pawsCreationMain::OnChange | ( | pawsWidget * | widget | ) | [virtual] |
Called whenever a widget is selected.
widget | The widget acted upon. |
Reimplemented from pawsWidget.
bool pawsCreationMain::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsCreationMain::Reset | ( | ) |
void pawsCreationMain::ResetAllWindows | ( | ) |
void pawsCreationMain::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.