ManaPlus
|
#include <buysellhandler.h>
Public Member Functions | |
BuySellHandler () | |
virtual | ~BuySellHandler () |
virtual void | requestSellList (const std::string &nick) const =0 |
virtual void | requestBuyList (const std::string &nick) const =0 |
virtual void | sendBuyRequest (const std::string &nick, const ShopItem *const item, const int amount) const =0 |
virtual void | sendSellRequest (const std::string &nick, const ShopItem *const item, const int amount) const =0 |
virtual void | close () const =0 |
virtual void | cleanDialogReference (const BuyDialog *const dialog) const =0 |
Definition at line 34 of file buysellhandler.h.
|
inline |
Definition at line 37 of file buysellhandler.h.
|
inlinevirtual |
Reimplemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Definition at line 42 of file buysellhandler.h.
|
pure virtual |
Implemented in Ea::BuySellHandler.
Referenced by BuyDialog::~BuyDialog().
|
pure virtual |
Implemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Referenced by BuyDialog::close(), and NpcSellDialog::close().
|
pure virtual |
Implemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Referenced by BuySellDialog::action().
|
pure virtual |
Implemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Referenced by BuySellDialog::action().
|
pure virtual |
Implemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Referenced by BuyDialog::action().
|
pure virtual |
Implemented in TmwAthena::BuySellHandler, and EAthena::BuySellHandler.
Referenced by ShopSellDialog::sellAction().