kmahjongg
#include <prefs.h>
Definition at line 9 of file prefs.h.
static int Prefs::angle |
( |
| ) |
|
|
inlinestatic |
Get Angle.
Definition at line 87 of file prefs.h.
static QString Prefs::background |
( |
| ) |
|
|
inlinestatic |
Get The background to use.
Definition at line 49 of file prefs.h.
static QRect Prefs::editorGeometry |
( |
| ) |
|
|
inlinestatic |
Get EditorGeometry.
Definition at line 163 of file prefs.h.
Get The layout of the tiles.
Definition at line 68 of file prefs.h.
static bool Prefs::randomLayout |
( |
| ) |
|
|
inlinestatic |
Get Whether a random layout is chosen on startup.
Definition at line 106 of file prefs.h.
static void Prefs::setAngle |
( |
int |
v | ) |
|
|
inlinestatic |
Set Angle.
Definition at line 77 of file prefs.h.
static void Prefs::setBackground |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The background to use.
Definition at line 39 of file prefs.h.
static void Prefs::setEditorGeometry |
( |
const QRect & |
v | ) |
|
|
inlinestatic |
Set EditorGeometry.
Definition at line 153 of file prefs.h.
static void Prefs::setLayout |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The layout of the tiles.
Definition at line 58 of file prefs.h.
static void Prefs::setRandomLayout |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Whether a random layout is chosen on startup.
Definition at line 96 of file prefs.h.
static void Prefs::setShowMatchingTiles |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Whether matching tiles are shown.
Definition at line 134 of file prefs.h.
static void Prefs::setSolvableGames |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Whether all games should be solvable.
Definition at line 115 of file prefs.h.
static void Prefs::setTileSet |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The tile-set to use.
Definition at line 20 of file prefs.h.
static bool Prefs::showMatchingTiles |
( |
| ) |
|
|
inlinestatic |
Get Whether matching tiles are shown.
Definition at line 144 of file prefs.h.
static bool Prefs::solvableGames |
( |
| ) |
|
|
inlinestatic |
Get Whether all games should be solvable.
Definition at line 125 of file prefs.h.
Get The tile-set to use.
Definition at line 30 of file prefs.h.
QRect Prefs::mEditorGeometry |
|
protected |
bool Prefs::mRandomLayout |
|
protected |
bool Prefs::mShowMatchingTiles |
|
protected |
bool Prefs::mSolvableGames |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:33 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.