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;
The side or color of a chess player.
Definition: side.h:36
A collection of opening moves for chess.
Definition: openingbook.h:44
A class for constructing new chess players.
Definition: playerbuilder.h:39
Time controls of a chess game.
Definition: timecontrol.h:36
A class for storing a player's tournament-specific details.
Definition: tournamentplayer.h:30