|
Planeshift
|
A window that shows the description of an container. More...
#include <pawscontainerdescwindow.h>
Public Member Functions | |
| ContainerID | GetContainerID () |
| Return the container ID of the current displayed container. | |
| void | HandleMessage (MsgEntry *message) |
| bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| pawsContainerDescWindow () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| virtual | ~pawsContainerDescWindow () |
A window that shows the description of an container.
Definition at line 34 of file pawscontainerdescwindow.h.
| pawsContainerDescWindow::pawsContainerDescWindow | ( | ) |
| virtual pawsContainerDescWindow::~pawsContainerDescWindow | ( | ) | [virtual] |
| ContainerID pawsContainerDescWindow::GetContainerID | ( | ) | [inline] |
Return the container ID of the current displayed container.
Definition at line 50 of file pawscontainerdescwindow.h.
| void pawsContainerDescWindow::HandleMessage | ( | MsgEntry * | message | ) | [virtual] |
Implements psClientNetSubscriber.
| bool pawsContainerDescWindow::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 pawsContainerDescWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
1.7.3