Planeshift
|
#include <pawslauncherwindow.h>
Classes | |
class | NewsUpdater |
Public Member Functions | |
void | EnablePlay () |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
pawsLauncherWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. |
Definition at line 31 of file pawslauncherwindow.h.
pawsLauncherWindow::pawsLauncherWindow | ( | ) |
void pawsLauncherWindow::EnablePlay | ( | ) |
bool pawsLauncherWindow::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 pawsLauncherWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.