Mana
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
AwayListener Class Reference

#include <localplayer.h>

Inheritance diagram for AwayListener:

Public Member Functions

 AwayListener ()=default
 
 ~AwayListener () override
 
void showDialog (const std::string &message)
 
void closeDialog ()
 
void action (const gcn::ActionEvent &event) override
 
void death (const gcn::Event &event) override
 

Private Attributes

OkDialogmAwayDialog = nullptr
 

Detailed Description

Definition at line 41 of file localplayer.h.

Constructor & Destructor Documentation

◆ AwayListener()

AwayListener::AwayListener ( )
default

◆ ~AwayListener()

AwayListener::~AwayListener ( )
override

Definition at line 1071 of file localplayer.cpp.

Member Function Documentation

◆ action()

void AwayListener::action ( const gcn::ActionEvent &  event)
override

Definition at line 1097 of file localplayer.cpp.

◆ closeDialog()

void AwayListener::closeDialog ( )

Definition at line 1091 of file localplayer.cpp.

◆ death()

void AwayListener::death ( const gcn::Event &  event)
override

Definition at line 1103 of file localplayer.cpp.

◆ showDialog()

void AwayListener::showDialog ( const std::string &  message)

Definition at line 1081 of file localplayer.cpp.

Member Data Documentation

◆ mAwayDialog

OkDialog* AwayListener::mAwayDialog = nullptr
private

Definition at line 54 of file localplayer.h.


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