18 #ifndef GAUNTLETTOURNAMENT_H 19 #define GAUNTLETTOURNAMENT_H 21 #include "tournament.h" 54 #endif // GAUNTLETTOURNAMENT_H Gauntlet type chess tournament.
Definition: gauntlettournament.h:29
A class for constructing new chess players.
Definition: playerbuilder.h:37
virtual QString type() const =0
Definition: chessgame.h:38
virtual void initializePairing()=0
virtual TournamentPair * nextPair(int gameNumber)=0
A class for managing chess games and players.
Definition: gamemanager.h:39
virtual void onGameAboutToStart(ChessGame *game, const PlayerBuilder *white, const PlayerBuilder *black)
Definition: tournament.cpp:397
Base class for chess tournaments.
Definition: tournament.h:44
virtual bool hasGauntletRatingsOrder() const
Definition: tournament.cpp:306
A single encounter in a tournament.
Definition: tournamentpair.h:30
virtual int gamesPerCycle() const =0