#include <window.h>


Public Member Functions | |
| WndTradeItem (Item *item, WndBag *owner) | |
| WndTradeItem (Heap *heap, bool canBuy) | |
| virtual void | hide () |
| void | sell (Item *item) |
| void | sellOne (Item *item) |
| void | buy (Heap *heap) |
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 | resize (int w, int h) |
| virtual void | destroy () |
| virtual void | onSignal (Keys::Key *key) |
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 |

| WndTradeItem::WndTradeItem | ( | Heap * | heap, |
| bool | canBuy ) |

| void WndTradeItem::buy | ( | Heap * | heap | ) |

|
virtual |

| void WndTradeItem::sell | ( | Item * | item | ) |


| void WndTradeItem::sellOne | ( | Item * | item | ) |
