|
APVQuiz
1
A multiplayer multithreaded quizzing application
|
#include <Player.h>
Public Member Functions | |
| Player (QString name, QString pass) | |
| Constructor for Player. More... | |
| Player () | |
| Constructor for Player. More... | |
| QString | getPlayerName () |
| Function to get the player name. More... | |
| QString | getPassword () |
| Function to get the player password. More... | |
Player class.
Manages a player.
| Player::Player | ( | QString | name, |
| QString | pass | ||
| ) |
| Player::Player | ( | ) |
Constructor for Player.
Empty constructor
| QString Player::getPassword | ( | ) |
Function to get the player password.
| QString Player::getPlayerName | ( | ) |
Function to get the player name.
1.8.9.1