|
Planeshift
|
This handles all the details about how the spell cancel works. More...
#include <pawsspellcancelwindow.h>
Public Member Functions | |
| virtual void | Draw () |
| Draws the widget and all of it's children. | |
| virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| pawsSpellCancelWindow () | |
| virtual bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | Start (csTicks castingTime) |
| virtual | ~pawsSpellCancelWindow () |
This handles all the details about how the spell cancel works.
Definition at line 30 of file pawsspellcancelwindow.h.
| pawsSpellCancelWindow::pawsSpellCancelWindow | ( | ) |
| virtual pawsSpellCancelWindow::~pawsSpellCancelWindow | ( | ) | [virtual] |
| virtual void pawsSpellCancelWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
| virtual bool pawsSpellCancelWindow::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 bool pawsSpellCancelWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsSpellCancelWindow::Start | ( | csTicks | castingTime | ) |
1.7.3