19 #ifndef ROUNDROBINTOURNAMENT_H 20 #define ROUNDROBINTOURNAMENT_H 22 #include "tournament.h" 53 #endif // ROUNDROBINTOURNAMENT_H virtual QString type() const =0
virtual void initializePairing()=0
virtual TournamentPair * nextPair(int gameNumber)=0
A class for managing chess games and players.
Definition: gamemanager.h:39
Base class for chess tournaments.
Definition: tournament.h:44
A single encounter in a tournament.
Definition: tournamentpair.h:30
virtual int gamesPerCycle() const =0
Round-robin type chess tournament.
Definition: roundrobintournament.h:30