Planeshift
|
This handles all the details about how the spell book works. More...
#include <pawsspellbookwindow.h>
Public Member Functions | |
virtual void | HandleMessage (MsgEntry *msg) |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
void | OnListAction (pawsListBox *listbox, int status) |
Called whenever an item in a child list box is selected. | |
pawsSpellBookWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Show () |
When the window is opened let the controller window know about it. | |
virtual | ~pawsSpellBookWindow () |
This handles all the details about how the spell book works.
Definition at line 36 of file pawsspellbookwindow.h.
pawsSpellBookWindow::pawsSpellBookWindow | ( | ) |
virtual pawsSpellBookWindow::~pawsSpellBookWindow | ( | ) | [virtual] |
virtual void pawsSpellBookWindow::HandleMessage | ( | MsgEntry * | msg | ) | [virtual] |
Implements psClientNetSubscriber.
bool pawsSpellBookWindow::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 pawsSpellBookWindow::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 pawsSpellBookWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsSpellBookWindow::Show | ( | void | ) | [virtual] |
When the window is opened let the controller window know about it.
Reimplemented from pawsControlledWindow.