ksquares
#include <settings.h>
Definition at line 9 of file settings.h.
static int Settings::boardHeight |
( |
| ) |
|
|
inlinestatic |
static int Settings::boardWidth |
( |
| ) |
|
|
inlinestatic |
Get Width of board.
Definition at line 87 of file settings.h.
static int Settings::difficulty |
( |
| ) |
|
|
inlinestatic |
static QColor Settings::highlightColor |
( |
| ) |
|
|
inlinestatic |
static QList<int> Settings::humanList |
( |
| ) |
|
|
inlinestatic |
static QColor Settings::indicatorLineColor |
( |
| ) |
|
|
inlinestatic |
Get Indicator Line Color.
Definition at line 182 of file settings.h.
static QColor Settings::lineColor |
( |
| ) |
|
|
inlinestatic |
static int Settings::numOfPlayers |
( |
| ) |
|
|
inlinestatic |
Get Number of Players.
Definition at line 30 of file settings.h.
static int Settings::quickStart |
( |
| ) |
|
|
inlinestatic |
Get Quick start the game.
Definition at line 125 of file settings.h.
static void Settings::setBoardHeight |
( |
int |
v | ) |
|
|
inlinestatic |
Set Height of board.
Definition at line 96 of file settings.h.
static void Settings::setBoardWidth |
( |
int |
v | ) |
|
|
inlinestatic |
Set Width of board.
Definition at line 77 of file settings.h.
static void Settings::setDifficulty |
( |
int |
v | ) |
|
|
inlinestatic |
static void Settings::setHumanList |
( |
const QList< int > & |
v | ) |
|
|
inlinestatic |
static void Settings::setIndicatorLineColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
Set Indicator Line Color.
Definition at line 172 of file settings.h.
static void Settings::setLineColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void Settings::setNumOfPlayers |
( |
int |
v | ) |
|
|
inlinestatic |
Set Number of Players.
Definition at line 20 of file settings.h.
static void Settings::setPlayerNames |
( |
const QStringList & |
v | ) |
|
|
inlinestatic |
static void Settings::setQuickStart |
( |
int |
v | ) |
|
|
inlinestatic |
Set Quick start the game.
Definition at line 115 of file settings.h.
int Settings::mBoardHeight |
|
protected |
int Settings::mBoardWidth |
|
protected |
int Settings::mDifficulty |
|
protected |
QColor Settings::mHighlightColor |
|
protected |
QList<int> Settings::mHumanList |
|
protected |
QColor Settings::mIndicatorLineColor |
|
protected |
int Settings::mNumOfPlayers |
|
protected |
int Settings::mQuickStart |
|
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:39 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.