ManaPlus
Public Member Functions
TmwAthena::CashShopHandler Class Reference

#include <cashshophandler.h>

Inheritance diagram for TmwAthena::CashShopHandler:
Net::CashShopHandler

Public Member Functions

 CashShopHandler ()
 
 ~CashShopHandler ()
 
void buyItem (const int points, const int itemId, const ItemColor color, const int amount) const
 
void buyItems (const int points, const std::vector< ShopItem * > &items) const
 
void close () const
 
void requestPoints () const
 
void requestTab (const int tab) const
 
void schedule () const
 
- Public Member Functions inherited from Net::CashShopHandler
 CashShopHandler ()
 

Detailed Description

Definition at line 30 of file cashshophandler.h.

Constructor & Destructor Documentation

◆ CashShopHandler()

TmwAthena::CashShopHandler::CashShopHandler ( )

Definition at line 29 of file cashshophandler.cpp.

29  :
31 {
32  cashShopHandler = this;
33 }
Net::CashShopHandler * cashShopHandler
Definition: net.cpp:108

References cashShopHandler.

◆ ~CashShopHandler()

TmwAthena::CashShopHandler::~CashShopHandler ( )
virtual

Reimplemented from Net::CashShopHandler.

Definition at line 35 of file cashshophandler.cpp.

36 {
37  cashShopHandler = nullptr;
38 }

References cashShopHandler.

Member Function Documentation

◆ buyItem()

void TmwAthena::CashShopHandler::buyItem ( const int  points,
const int  itemId,
const ItemColor  color,
const int  amount 
) const
virtual

Implements Net::CashShopHandler.

Definition at line 40 of file cashshophandler.cpp.

44 {
45 }

◆ buyItems()

void TmwAthena::CashShopHandler::buyItems ( const int  points,
const std::vector< ShopItem * > &  items 
) const
virtual

Implements Net::CashShopHandler.

Definition at line 47 of file cashshophandler.cpp.

50 {
51 }

◆ close()

void TmwAthena::CashShopHandler::close ( ) const
virtual

Implements Net::CashShopHandler.

Definition at line 53 of file cashshophandler.cpp.

54 {
55 }

◆ requestPoints()

void TmwAthena::CashShopHandler::requestPoints ( ) const
virtual

Implements Net::CashShopHandler.

Definition at line 57 of file cashshophandler.cpp.

58 {
59 }

◆ requestTab()

void TmwAthena::CashShopHandler::requestTab ( const int  tab) const
virtual

Implements Net::CashShopHandler.

Definition at line 61 of file cashshophandler.cpp.

62 {
63 }

◆ schedule()

void TmwAthena::CashShopHandler::schedule ( ) const
virtual

Implements Net::CashShopHandler.

Definition at line 65 of file cashshophandler.cpp.

66 {
67 }

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