|
Planeshift
|
#include <pawsquitinfobox.h>
Public Member Functions | |
| void | MoveToCenter () |
| bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| pawsQuitInfoBox () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | SetBox (csString newText) |
| void | Show () |
| Makes widget visible and brings it to the front. | |
Definition at line 28 of file pawsquitinfobox.h.
| pawsQuitInfoBox::pawsQuitInfoBox | ( | ) |
| void pawsQuitInfoBox::MoveToCenter | ( | ) |
| bool pawsQuitInfoBox::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 pawsQuitInfoBox::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsQuitInfoBox::SetBox | ( | csString | newText | ) |
| void pawsQuitInfoBox::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.
1.7.3