|
Planeshift
|
The Mods window shows 3 lists of item modifiers when creating items from the pawsGMSpawnWindow. More...
#include <pawsmodswindow.h>
Public Member Functions | |
| void | HandleMessage (MsgEntry *me) |
| void | OnListAction (pawsListBox *widget, int status) |
| Called whenever an item in a child list box is selected. | |
| pawsModsWindow () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | Show () |
| Makes widget visible and brings it to the front. | |
| virtual | ~pawsModsWindow () |
The Mods window shows 3 lists of item modifiers when creating items from the pawsGMSpawnWindow.
Definition at line 32 of file pawsmodswindow.h.
| pawsModsWindow::pawsModsWindow | ( | ) |
| virtual pawsModsWindow::~pawsModsWindow | ( | ) | [virtual] |
| void pawsModsWindow::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
| void pawsModsWindow::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 pawsModsWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsModsWindow::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.
1.7.3