19 #ifndef TOURNAMENTPLAYER_H 20 #define TOURNAMENTPLAYER_H 22 #include "playerbuilder.h" 23 #include "timecontrol.h" 42 void setName(
const QString& name);
48 int bookDepth()
const;
67 void addScore(
int score);
72 int gamesFinished()
const;
84 #endif // TOURNAMENTPLAYER_H A class for constructing new chess players.
Definition: playerbuilder.h:38
Time controls of a chess game.
Definition: timecontrol.h:35
A class for storing a player's tournament-specific details.
Definition: tournamentplayer.h:28
A collection of opening moves for chess.
Definition: openingbook.h:43