19#ifndef NEWGAMEDIALOG_H
20#define NEWGAMEDIALOG_H
23#include <board/side.h>
24#include <engineconfiguration.h>
68 void configureEngine();
69 void onVariantChanged(
const QString& variant);
80 Ui::NewGameDialog* ui;
Definition chessgame.h:39
The side or color of a chess player.
Definition side.h:36
@ NoSide
No side.
Definition side.h:45
The EngineConfigurationModel class represents a chess engine configuration based model.
Definition engineconfigurationmodel.h:44
A proxy model for sorting and filtering engine configurations.
Definition engineconfigproxymodel.h:33
The EngineConfiguration class defines a chess engine configuration.
Definition engineconfiguration.h:34
Manages chess engines and their configurations.
Definition enginemanager.h:31
A class for constructing new chess players.
Definition playerbuilder.h:39