Planeshift
|
This is the character creation screen where player selects childhood details. More...
#include <pawschild.h>
Public Member Functions | |
virtual void | Draw () |
Draws the widget and all of it's children. | |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
void | OnListAction (pawsListBox *widget, int status) |
Called whenever an item in a child list box is selected. | |
pawsChildhoodWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Randomize () |
virtual void | Show () |
Makes widget visible and brings it to the front. | |
~pawsChildhoodWindow () |
This is the character creation screen where player selects childhood details.
This screen has sections for: The Event on your birth day The main activity you did as a child The house you grew up in.
Definition at line 37 of file pawschild.h.
pawsChildhoodWindow::pawsChildhoodWindow | ( | ) |
pawsChildhoodWindow::~pawsChildhoodWindow | ( | ) |
virtual void pawsChildhoodWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
bool pawsChildhoodWindow::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.
void pawsChildhoodWindow::OnListAction | ( | pawsListBox * | selected, |
int | status | ||
) | [virtual] |
Called whenever an item in a child list box is selected.
selected | The listbox that has the item selected. |
status | From listbox when a row is selected. |
Reimplemented from pawsWidget.
bool pawsChildhoodWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsChildhoodWindow::Randomize | ( | ) |
virtual void pawsChildhoodWindow::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.