kigo
Classes | |
class | ErrorWidget |
class | Game |
class | GameScene |
class | GameView |
class | GameWidget |
class | GeneralConfig |
class | MainWindow |
class | Move |
class | Player |
class | Score |
class | SetupWidget |
class | Stone |
class | ThemeRenderer |
Functions | |
QDebug | operator<< (QDebug debug, const Move &move) |
QDebug | operator<< (QDebug debug, const Player &player) |
QDebug | operator<< (QDebug debug, const Stone &stone) |
Variables | |
const int | dotPositions13 [] = {3,3, 3,9, 9,3, 9,9, 6,6} |
const int | dotPositions19 [] = {3,3, 3,9, 3,15, 9,3, 9,9, 9,15, 15,3, 15,9, 15,15} |
const int | dotPositions9 [] = {2,2, 2,6, 6,2, 6,6, 4,4} |
Detailed Description
This namespace collects all classes related to Kigo, the Go board game.
Function Documentation
Definition at line 65 of file player.cpp.
Variable Documentation
const int Kigo::dotPositions13[] = {3,3, 3,9, 9,3, 9,9, 6,6} |
Definition at line 33 of file gamescene.cpp.
const int Kigo::dotPositions19[] = {3,3, 3,9, 3,15, 9,3, 9,9, 9,15, 15,3, 15,9, 15,15} |
Definition at line 34 of file gamescene.cpp.
const int Kigo::dotPositions9[] = {2,2, 2,6, 6,2, 6,6, 4,4} |
Definition at line 32 of file gamescene.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.