My Project
 
Loading...
Searching...
No Matches
WndTradeItem Class Reference

#include <window.h>

Inheritance diagram for WndTradeItem:
Collaboration diagram for WndTradeItem:

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
 
ShadowBoxshadow
 
NinePatch * chrome
 
- Static Public Attributes inherited from Window
static const int TITLE_COLOR = 0xFFFF44
 

Constructor & Destructor Documentation

◆ WndTradeItem() [1/2]

WndTradeItem::WndTradeItem ( Item * item,
WndBag * owner )
Here is the call graph for this function:

◆ WndTradeItem() [2/2]

WndTradeItem::WndTradeItem ( Heap * heap,
bool canBuy )
Here is the call graph for this function:

Member Function Documentation

◆ buy()

void WndTradeItem::buy ( Heap * heap)
Here is the call graph for this function:

◆ hide()

void WndTradeItem::hide ( )
virtual
Here is the call graph for this function:

◆ sell()

void WndTradeItem::sell ( Item * item)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sellOne()

void WndTradeItem::sellOne ( Item * item)
Here is the call graph for this function:

The documentation for this class was generated from the following files: