ManaPlus
Public Member Functions
TmwAthena::SearchStoreHandler Class Reference

#include <searchstorehandler.h>

Inheritance diagram for TmwAthena::SearchStoreHandler:
Net::SearchStoreHandler

Public Member Functions

 SearchStoreHandler ()
 
 ~SearchStoreHandler ()
 
void search (const StoreSearchTypeT type, const int minPrice, const int maxPrice, const int itemId) const
 
void nextPage () const
 
void close () const
 
void select (const int accountId, const int storeId, const int itemId) const
 
- Public Member Functions inherited from Net::SearchStoreHandler
 SearchStoreHandler ()
 

Detailed Description

Definition at line 29 of file searchstorehandler.h.

Constructor & Destructor Documentation

◆ SearchStoreHandler()

TmwAthena::SearchStoreHandler::SearchStoreHandler ( )

Definition at line 29 of file searchstorehandler.cpp.

29  :
31 {
32  searchStoreHandler = this;
33 }
Net::SearchStoreHandler * searchStoreHandler
Definition: net.cpp:121

References searchStoreHandler.

◆ ~SearchStoreHandler()

TmwAthena::SearchStoreHandler::~SearchStoreHandler ( )
virtual

Reimplemented from Net::SearchStoreHandler.

Definition at line 35 of file searchstorehandler.cpp.

36 {
37  searchStoreHandler = nullptr;
38 }

References searchStoreHandler.

Member Function Documentation

◆ close()

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

Implements Net::SearchStoreHandler.

Definition at line 51 of file searchstorehandler.cpp.

52 {
53 }

◆ nextPage()

void TmwAthena::SearchStoreHandler::nextPage ( ) const
virtual

Implements Net::SearchStoreHandler.

Definition at line 47 of file searchstorehandler.cpp.

48 {
49 }

◆ search()

void TmwAthena::SearchStoreHandler::search ( const StoreSearchTypeT  type,
const int  minPrice,
const int  maxPrice,
const int  itemId 
) const
virtual

Implements Net::SearchStoreHandler.

Definition at line 40 of file searchstorehandler.cpp.

44 {
45 }

◆ select()

void TmwAthena::SearchStoreHandler::select ( const int  accountId,
const int  storeId,
const int  itemId 
) const
virtual

Implements Net::SearchStoreHandler.

Definition at line 55 of file searchstorehandler.cpp.

58 {
59 }

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