|
Planeshift
|
This handles all the details about how the craft cancel works. More...
#include <pawscraftcancelwindow.h>
Public Member Functions | |
| virtual void | Draw () |
| Draws the widget and all of it's children. | |
| virtual void | HandleMessage (MsgEntry *me) |
| virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| virtual bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | Start (csTicks craftTime) |
| This is called every time the client is crafting something. | |
| virtual | ~pawsCraftCancelWindow () |
This handles all the details about how the craft cancel works.
Definition at line 31 of file pawscraftcancelwindow.h.
| virtual pawsCraftCancelWindow::~pawsCraftCancelWindow | ( | ) | [virtual] |
| virtual void pawsCraftCancelWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
| virtual void pawsCraftCancelWindow::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
| virtual bool pawsCraftCancelWindow::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 pawsCraftCancelWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsCraftCancelWindow::Start | ( | csTicks | craftTime | ) |
This is called every time the client is crafting something.
| craftTime | a unsigned int which holds the time when the item is ready |
1.7.3