#include <Player.h>
Public Member Functions | |
| Player () | |
| Player (long) | |
| Player (long, const string &) | |
| ~Player () | |
| long | GetNum () |
| const char * | GetName () |
| void | SetName (const string &) |
| long | GetX () |
| long | GetY () |
| void | SetRiktning (int) |
| void | SetXY (long, long) |
Private Attributes | |
| long | m_num |
| string | m_name |
| unsigned char | m_riktning |
| long | m_xpos |
| long | m_ypos |
Definition at line 29 of file Player.h.
|
|
File ......... Player.cpp Published .... 2005-02-07 Author ....... grymse@alhem.net Definition at line 29 of file Player.cpp.
|
|
|
Definition at line 39 of file Player.cpp.
|
|
||||||||||||
|
Definition at line 49 of file Player.cpp.
|
|
|
Definition at line 59 of file Player.cpp.
|
|
|
Definition at line 70 of file Player.cpp. References m_name.
|
|
|
Definition at line 64 of file Player.cpp. References m_num.
|
|
|
Definition at line 89 of file Player.cpp. References m_xpos.
|
|
|
Definition at line 95 of file Player.cpp. References m_ypos.
|
|
|
Definition at line 101 of file Player.cpp. References m_name, and SetName(). Referenced by SetName().
|
|
|
Definition at line 76 of file Player.cpp. References m_riktning, and SetRiktning(). Referenced by SetRiktning().
|
|
||||||||||||
|
Definition at line 82 of file Player.cpp. References m_xpos, m_ypos, and SetXY(). Referenced by SetXY().
|
|
|
|
|
|
Definition at line 46 of file Player.h. Referenced by GetNum(). |
|
|
Definition at line 48 of file Player.h. Referenced by SetRiktning(). |
|
|
|
|
|
|
1.3.6