93 int concurrency()
const;
99 void setConcurrency(
int concurrency);
112 void cleanupIdleThreads();
184 void debugMessage(
const QString& data);
187 void onThreadReady();
189 void onGameInitialized(
bool success);
203 void startGame(
const GameEntry& entry);
204 void startQueuedGame();
209 int m_activeQueuedGameCount;
216 #endif // GAMEMANAGER_H Definition: gamemanager.h:63
A class for constructing new chess players.
Definition: playerbuilder.h:38
A chess player, human or AI.
Definition: chessplayer.h:38
CleanupMode
Definition: gamemanager.h:57
Definition: chessgame.h:38
A class for managing chess games and players.
Definition: gamemanager.h:40
StartMode
Definition: gamemanager.h:46
Definition: gamemanager.h:49