#include <LANPlayer.h>
Public Member Functions | |
| LANPlayer () | |
| UnicodeString | getName (void) |
| void | setName (UnicodeString name) |
| UnicodeString | getLogin (void) |
| void | setLogin (UnicodeString name) |
| void | setLogin (AsciiString name) |
| UnicodeString | getHost (void) |
| void | setHost (UnicodeString name) |
| void | setHost (AsciiString name) |
| UnsignedInt | getLastHeard (void) |
| void | setLastHeard (UnsignedInt lastHeard) |
| LANPlayer * | getNext (void) |
| void | setNext (LANPlayer *next) |
| UnsignedInt | getIP (void) |
| void | setIP (UnsignedInt IP) |
Protected Attributes | |
| UnicodeString | m_name |
| Player name. | |
| UnicodeString | m_login |
| login name | |
| UnicodeString | m_host |
| machine name | |
| UnsignedInt | m_lastHeard |
| The last time we heard from this player (for timeout purposes) | |
| LANPlayer * | m_next |
| Linked list pointer. | |
| UnsignedInt | m_IP |
| Player's IP. | |
LAN player class. This is for players sitting in the lobby. Players are uniquely identified by their IP addresses.
Definition at line 39 of file LANPlayer.h.
|
inline |
Definition at line 42 of file LANPlayer.h.
|
inline |
Definition at line 50 of file LANPlayer.h.
|
inline |
Definition at line 57 of file LANPlayer.h.
|
inline |
Definition at line 53 of file LANPlayer.h.
|
inline |
Definition at line 47 of file LANPlayer.h.
|
inline |
Definition at line 45 of file LANPlayer.h.
|
inline |
Definition at line 55 of file LANPlayer.h.
|
inline |
Definition at line 52 of file LANPlayer.h.
|
inline |
Definition at line 51 of file LANPlayer.h.
|
inline |
Definition at line 58 of file LANPlayer.h.
|
inline |
Definition at line 54 of file LANPlayer.h.
|
inline |
Definition at line 49 of file LANPlayer.h.
|
inline |
Definition at line 48 of file LANPlayer.h.
|
inline |
Definition at line 46 of file LANPlayer.h.
|
inline |
Definition at line 56 of file LANPlayer.h.
|
protected |
machine name
Definition at line 63 of file LANPlayer.h.
|
protected |
Player's IP.
Definition at line 66 of file LANPlayer.h.
|
protected |
The last time we heard from this player (for timeout purposes)
Definition at line 64 of file LANPlayer.h.
|
protected |
login name
Definition at line 62 of file LANPlayer.h.
|
protected |
Player name.
Definition at line 61 of file LANPlayer.h.
|
protected |
Linked list pointer.
Definition at line 65 of file LANPlayer.h.