#include <wndbag.h>


Classes | |
| class | Listener |
Public Types | |
| enum | Mode { ALL , UNIDENTIFED , UPGRADEABLE , QUICKSLOT , FOR_SALE , WEAPON , ARMOR , ENCHANTABLE , WAND , SEED } |
Public Member Functions | |
| WndBag (Bag *bag, Listener *listener, Mode mode, const std::string &title) | |
Public Member Functions inherited from WndTabbed | |
| virtual void | resize (int w, int h) |
| void | select (Tab *tab) |
| void | select (int index) |
| WndTabbed () | |
Public Member Functions inherited from Window | |
| Window () | |
| Window (int width, int height) | |
| Window (int width, int height, NinePatch *chrome) | |
| virtual void | onBackPressed () |
| void | hide () |
| virtual void | destroy () |
| virtual void | onSignal (Keys::Key *key) |
Static Public Member Functions | |
| static WndBag * | seedPouch (Listener *listener, Mode mode, const String &title) |
| static WndBag * | LastBag (Listener *listener, Mode mode, const String &title) |
Protected Member Functions | |
| void | placeItems (Bag *container) |
Protected Member Functions inherited from WndTabbed | |
| void | onClick (Tab *tab) |
| int | tabHeight () |
| Tab * | add (Tab *tab) |
Protected Attributes | |
| int | count |
| int | col |
| int | row |
Protected Attributes inherited from WndTabbed | |
| std::vector< Tab * > | tabs |
| Tab * | selected |
Static Protected Attributes | |
| static const int | COLS_P = 4 |
| static const int | COLS_L = 6 |
| static const int | SLOT_SIZE = 28 |
| static const int | SLOT_MARGIN = 1 |
| static const int | TAB_WIDTH = 25 |
| static const int | TITLE_HEIGHT = 12 |
Additional Inherited Members | |
Public Attributes inherited from Window | |
| int | width |
| int | height |
| TouchArea * | blocker |
| ShadowBox * | shadow |
| NinePatch * | chrome |
Static Public Attributes inherited from Window | |
| static const int | TITLE_COLOR = 0xFFFF44 |
| enum WndBag::Mode |




|
protected |



|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |