![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
A modal used to create a new game. More...
#include <NewGameModal.hpp>
Public Member Functions | |
NewGameModal (std::function< void(Solver &&)> on_solver_created_callback) | |
void | reset () |
void | show () |
Shows the modal. | |
A modal used to create a new game.
This modal will ask the user to type the number of players and the of the players (their names and number of cards).
|
inlineexplicit |
Construct the modal.
on_solver_created_callback | The function to be called when the Cluedo::Solver for that game is created. |
void Cluedo::UI::NewGameModal::reset | ( | ) |
Resets the modal data.