Planeshift
|
#include <pawslife.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. | |
virtual void | OnListAction (pawsListBox *widget, int status) |
Called whenever an item in a child list box is selected. | |
pawsLifeEventWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Show () |
Makes widget visible and brings it to the front. | |
~pawsLifeEventWindow () |
Definition at line 30 of file pawslife.h.
pawsLifeEventWindow::pawsLifeEventWindow | ( | ) |
pawsLifeEventWindow::~pawsLifeEventWindow | ( | ) |
virtual void pawsLifeEventWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
bool pawsLifeEventWindow::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.
virtual void pawsLifeEventWindow::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 pawsLifeEventWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsLifeEventWindow::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.