|
Planeshift
|
A window that shows the description of an item. More...
#include <pawsitemdescriptionwindow.h>
Public Member Functions | |
| void | HandleMessage (MsgEntry *message) |
| bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| pawsItemDescriptionWindow () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | ShowItemDescription (csString &desc, csString &itemName, csString &icon) |
| void | ShowItemDescription (csString &desc, csString &itemName, csString &icon, int count) |
| virtual | ~pawsItemDescriptionWindow () |
A window that shows the description of an item.
Definition at line 30 of file pawsitemdescriptionwindow.h.
| pawsItemDescriptionWindow::pawsItemDescriptionWindow | ( | ) |
| virtual pawsItemDescriptionWindow::~pawsItemDescriptionWindow | ( | ) | [virtual] |
| void pawsItemDescriptionWindow::HandleMessage | ( | MsgEntry * | message | ) | [virtual] |
Implements psClientNetSubscriber.
| bool pawsItemDescriptionWindow::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 pawsItemDescriptionWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsItemDescriptionWindow::ShowItemDescription | ( | csString & | desc, |
| csString & | itemName, | ||
| csString & | icon, | ||
| int | count | ||
| ) |
| void pawsItemDescriptionWindow::ShowItemDescription | ( | csString & | desc, |
| csString & | itemName, | ||
| csString & | icon | ||
| ) |
1.7.3