Planeshift
|
#include <pawsgmaction.h>
Public Member Functions | |
void | LoadAction (const char *xml) |
void | LoadAction (csRef< iDocumentNode > topNode) |
bool | OnButtonPressed (int button, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
bool | OnChange (pawsWidget *widget) |
Called whenever a widget is selected. | |
pawsGMActionWindow () | |
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. | |
virtual | ~pawsGMActionWindow () |
Public Attributes | |
pawsCheckBox * | chkActive |
Definition at line 38 of file pawsgmaction.h.
pawsGMActionWindow::pawsGMActionWindow | ( | ) |
virtual pawsGMActionWindow::~pawsGMActionWindow | ( | ) | [virtual] |
void pawsGMActionWindow::LoadAction | ( | const char * | xml | ) |
void pawsGMActionWindow::LoadAction | ( | csRef< iDocumentNode > | topNode | ) |
bool pawsGMActionWindow::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 pawsGMActionWindow::OnChange | ( | pawsWidget * | widget | ) | [virtual] |
Called whenever a widget is selected.
widget | The widget acted upon. |
Reimplemented from pawsWidget.
bool pawsGMActionWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsGMActionWindow::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.
Definition at line 41 of file pawsgmaction.h.