ManaPlus
Public Member Functions
TmwAthena::MailHandler Class Reference

#include <mailhandler.h>

Inheritance diagram for TmwAthena::MailHandler:
Net::MailHandler

Public Member Functions

 MailHandler ()
 
 ~MailHandler ()
 
void refresh () const
 
void readMessage (const int msgId) const
 
void getAttach (const int msgId) const
 
void deleteMessage (const int msgId) const
 
void returnMessage (const int msgId) const
 
void setAttach (const int index, const int amount) const
 
void setAttachMoney (const int money) const
 
void resetAttach (const int flag) const
 
void send (const std::string &name, const std::string &title, std::string message) const
 
- Public Member Functions inherited from Net::MailHandler
 MailHandler ()
 

Detailed Description

Definition at line 30 of file mailhandler.h.

Constructor & Destructor Documentation

◆ MailHandler()

TmwAthena::MailHandler::MailHandler ( )

Definition at line 29 of file mailhandler.cpp.

30 {
31  mailHandler = this;
32 }
Net::MailHandler * mailHandler
Definition: net.cpp:114

References mailHandler.

◆ ~MailHandler()

TmwAthena::MailHandler::~MailHandler ( )
virtual

Reimplemented from Net::MailHandler.

Definition at line 34 of file mailhandler.cpp.

35 {
36  mailHandler = nullptr;
37 }

References mailHandler.

Member Function Documentation

◆ deleteMessage()

void TmwAthena::MailHandler::deleteMessage ( const int  msgId) const
virtual

Implements Net::MailHandler.

Definition at line 51 of file mailhandler.cpp.

52 {
53 }

◆ getAttach()

void TmwAthena::MailHandler::getAttach ( const int  msgId) const
virtual

Implements Net::MailHandler.

Definition at line 47 of file mailhandler.cpp.

48 {
49 }

◆ readMessage()

void TmwAthena::MailHandler::readMessage ( const int  msgId) const
virtual

Implements Net::MailHandler.

Definition at line 43 of file mailhandler.cpp.

44 {
45 }

◆ refresh()

void TmwAthena::MailHandler::refresh ( ) const
virtual

Implements Net::MailHandler.

Definition at line 39 of file mailhandler.cpp.

40 {
41 }

◆ resetAttach()

void TmwAthena::MailHandler::resetAttach ( const int  flag) const
virtual

Implements Net::MailHandler.

Definition at line 68 of file mailhandler.cpp.

69 {
70 }

◆ returnMessage()

void TmwAthena::MailHandler::returnMessage ( const int  msgId) const
virtual

Implements Net::MailHandler.

Definition at line 55 of file mailhandler.cpp.

56 {
57 }

◆ send()

void TmwAthena::MailHandler::send ( const std::string &  name,
const std::string &  title,
std::string  message 
) const
virtual

Implements Net::MailHandler.

Definition at line 72 of file mailhandler.cpp.

75 {
76 }

◆ setAttach()

void TmwAthena::MailHandler::setAttach ( const int  index,
const int  amount 
) const
virtual

Implements Net::MailHandler.

Definition at line 59 of file mailhandler.cpp.

61 {
62 }

◆ setAttachMoney()

void TmwAthena::MailHandler::setAttachMoney ( const int  money) const
virtual

Implements Net::MailHandler.

Definition at line 64 of file mailhandler.cpp.

65 {
66 }

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