#include <turn.h>
Definition at line 30 of file turn.h.
Public Member Functions | |
| Turn () | |
| Turn (int iNum, int iPlayerId, const PlayedRack &iPldRack, const Round &iRound) | |
| virtual | ~Turn () |
| void | setNum (int iNum) |
| void | setPlayer (int iPlayerId) |
| void | setPlayedRack (const PlayedRack &iPldRack) |
| void | setRound (const Round &iRound) |
| int | getNum () const |
| int | getPlayer () const |
| const PlayedRack & | getPlayedRack () const |
| const Round & | getRound () const |
| string | toString (bool iShowExtraSigns=false) const |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file turn.h. Referenced by Game::gameSaveFormat_14(), Player::getLastRack(), and History::playRound(). |
|
|
|
|
|
Definition at line 46 of file turn.h. Referenced by Game::back(), Game::gameSaveFormat_15(), and Player::getLastRound(). |
|
|
Definition at line 38 of file turn.h. Referenced by History::playRound(), and History::removeLastTurn(). |
|
|
|
|
|
Definition at line 39 of file turn.h. Referenced by History::playRound(), and History::removeLastTurn(). |
|
|
Definition at line 41 of file turn.h. Referenced by History::playRound(), and History::removeLastTurn(). |
|
|
Definition at line 57 of file turn.cpp. References Round::toString(), and PlayedRack::toString(). |
1.4.5