Planeshift
Public Member Functions

pawsModsWindow Class Reference

The Mods window shows 3 lists of item modifiers when creating items from the pawsGMSpawnWindow. More...

#include <pawsmodswindow.h>

List of all members.

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 ()

Detailed Description

The Mods window shows 3 lists of item modifiers when creating items from the pawsGMSpawnWindow.

Definition at line 32 of file pawsmodswindow.h.


Constructor & Destructor Documentation

pawsModsWindow::pawsModsWindow ( )
virtual pawsModsWindow::~pawsModsWindow ( ) [virtual]

Member Function Documentation

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.

Parameters:
selectedThe listbox that has the item selected.
statusFrom 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.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

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.


The documentation for this class was generated from the following file: