Planeshift
Public Member Functions

pawsSmallInventoryWindow Class Reference

A small version of the inventory window. More...

#include <pawssmallinventory.h>

List of all members.

Public Member Functions

 pawsSmallInventoryWindow ()
virtual bool PostSetup ()
 This is called after the widget and all of it's children have been created.
virtual void Show ()
 Makes widget visible and brings it to the front.

Detailed Description

A small version of the inventory window.

That just shows the items that are in the bulk slot. Useful for places like adding stuff to containers where you don't need the full inventory screen.

Definition at line 37 of file pawssmallinventory.h.


Constructor & Destructor Documentation

pawsSmallInventoryWindow::pawsSmallInventoryWindow ( )

Member Function Documentation

virtual bool pawsSmallInventoryWindow::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.

virtual void pawsSmallInventoryWindow::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: