ManaPlus
|
#include <buyingstoremodelistener.h>
Public Member Functions | |
virtual void | buyingStoreEnabled (const bool b)=0 |
BuyingStoreModeListener () | |
virtual | ~ BuyingStoreModeListener () |
Static Public Member Functions | |
static void | distributeEvent (const bool b) |
static void | addListener (BuyingStoreModeListener *const listener) |
static void | removeListener (const BuyingStoreModeListener *const listener) |
Static Private Attributes | |
static std::vector< BuyingStoreModeListener * > | mListeners |
Definition at line 29 of file buyingstoremodelistener.h.
BuyingStoreModeListener::BuyingStoreModeListener | ( | ) |
Definition at line 28 of file buyingstoremodelistener.cpp.
|
virtual |
|
static |
Definition at line 28 of file buyingstoremodelistener.cpp.
|
pure virtual |
Implemented in ShopWindow.
|
static |
Definition at line 30 of file buyingstoremodelistener.cpp.
References FOR_EACH, and anonymous_namespace{itemlinkhandler.cpp}::listener.
Referenced by ShopWindow::action(), EAthena::BuyingStoreRecv::processBuyingStoreHideBoard(), and EAthena::BuyingStoreRecv::processBuyingStoreOwnItems().
|
static |
Definition at line 28 of file buyingstoremodelistener.cpp.
|
staticprivate |
Definition at line 38 of file buyingstoremodelistener.h.