ManaPlus
Public Member Functions
TmwAthena::AuctionHandler Class Reference

#include <auctionhandler.h>

Inheritance diagram for TmwAthena::AuctionHandler:
Net::AuctionHandler

Public Member Functions

 AuctionHandler ()
 
 ~AuctionHandler ()
 
void cancelReg () const
 
void setItem (const Item *const item, const int amount) const
 
void reg (const int currentPrice, const int maxPrice, const int hours) const
 
void cancel (const int auctionId) const
 
void close (const int auctionId) const
 
void bid (const int auctionId, const int money) const
 
void search (const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const
 
void buy () const
 
void sell () const
 
- Public Member Functions inherited from Net::AuctionHandler
 AuctionHandler ()
 

Detailed Description

Definition at line 29 of file auctionhandler.h.

Constructor & Destructor Documentation

◆ AuctionHandler()

TmwAthena::AuctionHandler::AuctionHandler ( )

Definition at line 29 of file auctionhandler.cpp.

30 {
31  auctionHandler = this;
32 }
Net::AuctionHandler * auctionHandler
Definition: net.cpp:102

References auctionHandler.

◆ ~AuctionHandler()

TmwAthena::AuctionHandler::~AuctionHandler ( )
virtual

Reimplemented from Net::AuctionHandler.

Definition at line 34 of file auctionhandler.cpp.

35 {
36  auctionHandler = nullptr;
37 }

References auctionHandler.

Member Function Documentation

◆ bid()

void TmwAthena::AuctionHandler::bid ( const int  auctionId,
const int  money 
) const
virtual

Implements Net::AuctionHandler.

Definition at line 62 of file auctionhandler.cpp.

64 {
65 }

◆ buy()

void TmwAthena::AuctionHandler::buy ( ) const
virtual

Implements Net::AuctionHandler.

Definition at line 74 of file auctionhandler.cpp.

75 {
76 }

◆ cancel()

void TmwAthena::AuctionHandler::cancel ( const int  auctionId) const
virtual

Implements Net::AuctionHandler.

Definition at line 54 of file auctionhandler.cpp.

55 {
56 }

◆ cancelReg()

void TmwAthena::AuctionHandler::cancelReg ( ) const
virtual

Implements Net::AuctionHandler.

Definition at line 39 of file auctionhandler.cpp.

40 {
41 }

◆ close()

void TmwAthena::AuctionHandler::close ( const int  auctionId) const
virtual

Implements Net::AuctionHandler.

Definition at line 58 of file auctionhandler.cpp.

59 {
60 }

◆ reg()

void TmwAthena::AuctionHandler::reg ( const int  currentPrice,
const int  maxPrice,
const int  hours 
) const
virtual

Implements Net::AuctionHandler.

Definition at line 48 of file auctionhandler.cpp.

51 {
52 }

◆ search()

void TmwAthena::AuctionHandler::search ( const AuctionSearchTypeT  type,
const int  auctionId,
const std::string &  text,
const int  page 
) const
virtual

Implements Net::AuctionHandler.

Definition at line 67 of file auctionhandler.cpp.

71 {
72 }

◆ sell()

void TmwAthena::AuctionHandler::sell ( ) const
virtual

Implements Net::AuctionHandler.

Definition at line 78 of file auctionhandler.cpp.

79 {
80 }

◆ setItem()

void TmwAthena::AuctionHandler::setItem ( const Item *const  item,
const int  amount 
) const
virtual

Implements Net::AuctionHandler.

Definition at line 43 of file auctionhandler.cpp.

45 {
46 }

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