Home
last modified time | relevance | path

Searched refs:loadPuzzle (Results 1 – 16 of 16) sorted by relevance

/dports/games/simsu/simsu-1.4.0/src/
H A Dnew_game_page.h53 void loadPuzzle(const std::array<int, 81>& givens);
H A Dsolver_logic.h160 void loadPuzzle(const std::array<int, 81>& givens);
H A Dboard.h69 bool loadPuzzle();
H A Dwindow.cpp88 connect(m_new_game, &NewGamePage::loadPuzzle, this, [this](const std::array<int, 81>& givens) { in Window()
269 if (!m_board->loadPuzzle()) { in Window()
H A Dsolver_logic.cpp50 void SolverLogic::loadPuzzle(const std::array<int, 81>& givens) in loadPuzzle() function in SolverLogic
71 loadPuzzle(givens); in solvePuzzle()
H A Dboard.cpp162 bool Board::loadPuzzle() in loadPuzzle() function in Board
543 m_notes->loadPuzzle(givens); in updatePossibles()
H A Dnew_game_page.cpp202 emit loadPuzzle(givens); in playGame() local
/dports/games/einstein/einstein-2.0/
H A Dpuzgen.h75 void loadPuzzle(SolvedPuzzle &puzzle, std::istream &stream);
H A Dpuzgen.cpp361 void loadPuzzle(SolvedPuzzle &puzzle, std::istream &stream) in loadPuzzle() function
H A Dgame.cpp434 loadPuzzle(solvedPuzzle, stream); in Game()
/dports/games/palapeli/palapeli-21.12.3/src/engine/
H A Dgameplay.h96 void loadPuzzle();
H A Dgameplay.cpp196 loadPuzzle(); in playPuzzle()
516 loadPuzzle(); in restartPuzzle()
730 void Palapeli::GamePlay::loadPuzzle() in loadPuzzle() function in Palapeli::GamePlay
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdoc/examples/demos/samegame/
H A Dsamegame.qml62 function loadPuzzle() {
69 loadPuzzle();
222 onTriggered: loadPuzzle();
/dports/games/kubrick/kubrick-21.12.3/src/
H A Dgame.h275 void loadPuzzle (KConfig & config);
H A Dgame.cpp191 loadPuzzle (config); in load()
425 loadPuzzle (config); in loadDemo()
975 loadPuzzle (config); in restoreState()
1422 void Game::loadPuzzle (KConfig & config) in loadPuzzle() function in Game
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/rooms/
H A Dminotaur.cpp210 loadPuzzle("3x3j"); in prepareRoom()
469 void loadPuzzle(const Common::String &name) { in loadPuzzle() function in Hadesch::MinotaurHandler