20 #ifndef PYRAMIDTOURNAMENT_H 21 #define PYRAMIDTOURNAMENT_H 23 #include "tournament.h" 53 #endif // PYRAMIDTOURNAMENT_H virtual QString type() const =0
virtual void initializePairing()=0
virtual TournamentPair * nextPair(int gameNumber)=0
Pyramid type chess tournament.
Definition: pyramidtournament.h:31
A class for managing chess games and players.
Definition: gamemanager.h:40
Base class for chess tournaments.
Definition: tournament.h:44
A single encounter in a tournament.
Definition: tournamentpair.h:31
virtual int gamesPerCycle() const =0