19 #ifndef TOURNAMENTPLAYER_H 20 #define TOURNAMENTPLAYER_H 22 #include "playerbuilder.h" 23 #include "timecontrol.h" 24 #include "board/side.h" 43 void setName(
const QString& name);
49 int bookDepth()
const;
69 int whiteWins()
const;
74 int whiteDraws()
const;
79 int whiteLosses()
const;
84 int blackWins()
const;
89 int blackDraws()
const;
94 int blackLosses()
const;
103 int gamesFinished()
const;
118 #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:29
The side or color of a chess player.
Definition: side.h:35
A collection of opening moves for chess.
Definition: openingbook.h:43