#include <wndtabbed.h>


Classes | |
| class | ListItem |
Public Member Functions | |
| void | updateList () |
| WndCatalogus () | |
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) |
Public Attributes | |
| ArrayList< ListItem * > | items |
Public Attributes inherited from Window | |
| int | width |
| int | height |
| TouchArea * | blocker |
| ShadowBox * | shadow |
| NinePatch * | chrome |
Static Public Attributes | |
| static boolean | showPotions = true |
Static Public Attributes inherited from Window | |
| static const int | TITLE_COLOR = 0xFFFF44 |
Additional Inherited Members | |
Protected Member Functions inherited from WndTabbed | |
| void | onClick (Tab *tab) |
| int | tabHeight () |
| Tab * | add (Tab *tab) |
Protected Attributes inherited from WndTabbed | |
| std::vector< Tab * > | tabs |
| Tab * | selected |
| WndCatalogus::WndCatalogus | ( | ) |

| void WndCatalogus::updateList | ( | ) |

|
static |