#include <accountclient.hpp>
Inheritance diagram for AccountClient:

Definition at line 46 of file accountclient.hpp.
Public Member Functions | |
| AccountClient (ENetPeer *peer) | |
| Constructor. | |
| ~AccountClient () | |
| Destructor. | |
| void | setAccount (AccountPtr acc) |
| Set the account associated with the connection. | |
| void | unsetAccount () |
| Unset the account associated with the connection. | |
| AccountPtr | getAccount () const |
| Get account associated with the connection. | |
| void | setCharacter (CharacterPtr ch) |
| Set the selected character associated with connection. | |
| void | unsetCharacter () |
| Deselect the character associated with connection. | |
| CharacterPtr | getCharacter () const |
| Get character associated with the connection. | |
Public Attributes | |
| int | status |
Private Attributes | |
| AccountPtr | mAccountPtr |
| Account associated with connection. | |
| CharacterPtr | mCharacterPtr |
| Selected character. | |
|
|
Constructor.
Definition at line 30 of file accountclient.cpp. |
|
|
Destructor.
Definition at line 38 of file accountclient.cpp. |
|
|
Get account associated with the connection.
Definition at line 75 of file accountclient.hpp. |
|
|
Get character associated with the connection.
Definition at line 93 of file accountclient.hpp. |
|
|
Set the account associated with the connection.
Definition at line 44 of file accountclient.cpp. |
|
|
Set the selected character associated with connection.
Definition at line 50 of file accountclient.cpp. |
|
|
Unset the account associated with the connection.
Definition at line 56 of file accountclient.cpp. |
|
|
Deselect the character associated with connection.
Definition at line 62 of file accountclient.cpp. |
|
|
Account associated with connection.
Definition at line 99 of file accountclient.hpp. |
|
|
Selected character.
Definition at line 102 of file accountclient.hpp. |
|
|
Definition at line 95 of file accountclient.hpp. |
1.3.9.1