ManaPlus
Public Member Functions
anonymous_namespace{client.cpp}::AccountListener Class Reference
Inheritance diagram for anonymous_namespace{client.cpp}::AccountListener:
ActionListener

Public Member Functions

 AccountListener ()
 
void action (const ActionEvent &event)
 
- Public Member Functions inherited from ActionListener
virtual ~ActionListener ()
 

Additional Inherited Members

- Protected Member Functions inherited from ActionListener
 ActionListener ()
 

Detailed Description

Definition at line 213 of file client.cpp.

Constructor & Destructor Documentation

◆ AccountListener()

anonymous_namespace{client.cpp}::AccountListener::AccountListener ( )
inline

Definition at line 216 of file client.cpp.

217  { }

Member Function Documentation

◆ action()

void anonymous_namespace{client.cpp}::AccountListener::action ( const ActionEvent actionEvent)
inlinevirtual

Called when an action is recieved from a widget. It is used to be able to recieve a notification that an action has occured.

Parameters
actionEventThe event of the action.

Implements ActionListener.

Definition at line 221 of file client.cpp.

222  {
224  }
void setState(const StateT state)
Definition: client.h:66
Client * client
Definition: client.cpp:118
@ CHAR_SELECT
Definition: state.h:47

References State::CHAR_SELECT, client, and Client::setState().


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