KShisen
#include "debug.h"
#include <KgSound>
#include <kgameclock.h>
#include <kmahjonggtileset.h>
#include <kmahjonggbackground.h>
#include <kdebug.h>
#include <krandomsequence.h>
#include <QList>
#include <QSize>
#include <QWidget>
#include <phonon/mediaobject.h>
Include dependency graph for board.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Board |
class | Move |
struct | Position |
class | PossibleMove |
Typedefs | |
typedef QList< Position > | Path |
typedef QList< PossibleMove > | PossibleMoves |
Variables | |
static int | sizeX [6] = {14, 16, 18, 24, 26, 30} |
static int | sizeY [6] = { 6, 9, 8, 12, 14, 16} |
Typedef Documentation
typedef QList<PossibleMove> PossibleMoves |
Variable Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:36 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:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.