18 #ifndef TOURNAMENTPLAYER_H 19 #define TOURNAMENTPLAYER_H 21 #include "playerbuilder.h" 22 #include "timecontrol.h" 41 void setName(
const QString& name);
47 int bookDepth()
const;
66 void addScore(
int score);
71 int gamesFinished()
const;
83 #endif // TOURNAMENTPLAYER_H A class for constructing new chess players.
Definition: playerbuilder.h:37
Time controls of a chess game.
Definition: timecontrol.h:34
A class for storing a player's tournament-specific details.
Definition: tournamentplayer.h:27
A collection of opening moves for chess.
Definition: openingbook.h:42