Planeshift
|
#include <pawscharbirth.h>
Public Member Functions | |
void | Draw () |
Draws the widget and all of it's children. | |
Zodiac * | GetZodiac (const char *name) |
Zodiac * | GetZodiac (unsigned int month) |
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. | |
pawsCharBirth () | |
pawsCharBirth (const pawsCharBirth &origin) | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Randomize () |
void | Show () |
Makes widget visible and brings it to the front. | |
~pawsCharBirth () |
Definition at line 36 of file pawscharbirth.h.
pawsCharBirth::pawsCharBirth | ( | ) |
pawsCharBirth::~pawsCharBirth | ( | ) |
pawsCharBirth::pawsCharBirth | ( | const pawsCharBirth & | origin | ) | [inline] |
Definition at line 41 of file pawscharbirth.h.
void pawsCharBirth::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
Zodiac* pawsCharBirth::GetZodiac | ( | const char * | name | ) |
bool pawsCharBirth::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 pawsCharBirth::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 pawsCharBirth::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsCharBirth::Randomize | ( | ) |
void pawsCharBirth::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.