KShisen
Go to the documentation of this file.
6 #include <kconfigskeleton.h>
157 kDebug() <<
"setSpeed: value " << v <<
" is less than the minimum value of 0";
163 kDebug() <<
"setSpeed: value " << v <<
" is greater than the maximum value of 4";
188 kDebug() <<
"setSize: value " << v <<
" is less than the minimum value of 0";
194 kDebug() <<
"setSize: value " << v <<
" is greater than the maximum value of 5";
208 return self()->
mSize;
219 kDebug() <<
"setLevel: value " << v <<
" is less than the minimum value of 0";
225 kDebug() <<
"setLevel: value " << v <<
" is greater than the maximum value of 2";
static void setBackground(const QString &v)
Set The background to use.
static bool gravity()
Get Gravity.
static int speed()
Get Speed.
static bool chineseStyle()
Get ChineseStyle.
static int level()
Get Level.
static bool sounds()
Get Sounds.
static void setTileSet(const QString &v)
Set The tile set to use.
static void setChineseStyle(bool v)
Set ChineseStyle.
static void setTilesCanSlide(bool v)
Set TilesCanSlide.
static QString tileSet()
Get The tile set to use.
static void setLevel(int v)
Set Level.
static bool solvable()
Get Solvable.
static void setGravity(bool v)
Set Gravity.
static void setSpeed(int v)
Set Speed.
static int size()
Get Size.
QString fromLatin1(const char *str, int size)
static bool tilesCanSlide()
Get TilesCanSlide.
static QString background()
Get The background to use.
static void setSize(int v)
Set Size.
static void setSounds(bool v)
Set Sounds.
static void setSolvable(bool v)
Set Solvable.
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
KDE's Doxygen guidelines are available online.