iUIInventory2 Struct Reference
The double inventory. More...
#include <tools/uitools/inventory2.h>
Inheritance diagram for iUIInventory2:

Public Member Functions | |
| virtual void | AddSelectionListener (iUIInventory2SelectionCallback *cb)=0 |
| Add a new selection listener. | |
| virtual void | Close ()=0 |
| Close the inventory. | |
| virtual iPcInventory * | GetLeftInventory () const =0 |
| While the inventory is open you can query both inventories. | |
| virtual void | Open (const char *title, iPcInventory *inventoryLeft, iPcInventory *inventoryRight)=0 |
| Open the inventory. | |
Detailed Description
The double inventory.
Definition at line 42 of file inventory2.h.
Member Function Documentation
| virtual void iUIInventory2::AddSelectionListener | ( | iUIInventory2SelectionCallback * | cb | ) | [pure virtual] |
Add a new selection listener.
| virtual void iUIInventory2::Close | ( | ) | [pure virtual] |
Close the inventory.
| virtual iPcInventory* iUIInventory2::GetLeftInventory | ( | ) | const [pure virtual] |
While the inventory is open you can query both inventories.
| virtual void iUIInventory2::Open | ( | const char * | title, | |
| iPcInventory * | inventoryLeft, | |||
| iPcInventory * | inventoryRight | |||
| ) | [pure virtual] |
Open the inventory.
The documentation for this struct was generated from the following file:
- tools/uitools/inventory2.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
