KShisen
#include "board.h"
#include "prefs.h"
#include <kdebug.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <QMouseEvent>
#include <QPainter>
#include <QTimer>
#include <cstring>
#include "board.moc"
Include dependency graph for board.cpp:
Go to the source code of this file.
Macros | |
#define | EMPTY 0 |
#define | FLOWERS_START 39 |
#define | SEASONS_START 28 |
Variables | |
static int | s_delay [5] = {1000, 750, 500, 250, 125} |
Macro Definition Documentation
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.