kigo
#include <preferences.h>
Definition at line 9 of file preferences.h.
Preferences::~Preferences |
( |
| ) |
|
Preferences::Preferences |
( |
| ) |
|
|
protected |
static bool Preferences::blackPlayerHuman |
( |
| ) |
|
|
inlinestatic |
static QString Preferences::blackPlayerName |
( |
| ) |
|
|
inlinestatic |
static int Preferences::blackPlayerStrength |
( |
| ) |
|
|
inlinestatic |
Get The strength of the black player.
Definition at line 206 of file preferences.h.
static int Preferences::boardSize |
( |
| ) |
|
|
inlinestatic |
static QString Preferences::engineCommand |
( |
| ) |
|
|
inlinestatic |
Get The current game engine command with (optional) parameters.
Definition at line 30 of file preferences.h.
static bool Preferences::engineWorking |
( |
| ) |
|
|
inlinestatic |
static int Preferences::fixedHandicapValue |
( |
| ) |
|
|
inlinestatic |
Get Extra stones for the black player.
Definition at line 368 of file preferences.h.
static double Preferences::hintVisibleTime |
( |
| ) |
|
|
inlinestatic |
Get Number of seconds for which a hint is visible.
Definition at line 137 of file preferences.h.
static double Preferences::komi |
( |
| ) |
|
|
inlinestatic |
static void Preferences::setBlackPlayerHuman |
( |
bool |
v | ) |
|
|
inlinestatic |
static void Preferences::setBlackPlayerName |
( |
const QString & |
v | ) |
|
|
inlinestatic |
static void Preferences::setBlackPlayerStrength |
( |
int |
v | ) |
|
|
inlinestatic |
Set The strength of the black player.
Definition at line 184 of file preferences.h.
static void Preferences::setBoardSize |
( |
int |
v | ) |
|
|
inlinestatic |
static void Preferences::setEngineCommand |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The current game engine command with (optional) parameters.
Definition at line 20 of file preferences.h.
static void Preferences::setEngineWorking |
( |
bool |
v | ) |
|
|
inlinestatic |
static void Preferences::setFixedHandicapValue |
( |
int |
v | ) |
|
|
inlinestatic |
Set Extra stones for the black player.
Definition at line 346 of file preferences.h.
static void Preferences::setHintVisibleTime |
( |
double |
v | ) |
|
|
inlinestatic |
Set Number of seconds for which a hint is visible.
Definition at line 115 of file preferences.h.
static void Preferences::setKomi |
( |
double |
v | ) |
|
|
inlinestatic |
static void Preferences::setShowBoardLabels |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Determines whether board labels are shown.
Definition at line 77 of file preferences.h.
static void Preferences::setShowMoveNumbers |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Move numbers are drawn onto stones if enabled.
Definition at line 96 of file preferences.h.
static void Preferences::setTheme |
( |
const QString & |
v | ) |
|
|
inlinestatic |
Set The graphical theme to be used.
Definition at line 58 of file preferences.h.
static void Preferences::setWhitePlayerHuman |
( |
bool |
v | ) |
|
|
inlinestatic |
static void Preferences::setWhitePlayerName |
( |
const QString & |
v | ) |
|
|
inlinestatic |
static void Preferences::setWhitePlayerStrength |
( |
int |
v | ) |
|
|
inlinestatic |
Set The strength of the white player.
Definition at line 253 of file preferences.h.
static bool Preferences::showBoardLabels |
( |
| ) |
|
|
inlinestatic |
Get Determines whether board labels are shown.
Definition at line 87 of file preferences.h.
static bool Preferences::showMoveNumbers |
( |
| ) |
|
|
inlinestatic |
Get Move numbers are drawn onto stones if enabled.
Definition at line 106 of file preferences.h.
static QString Preferences::theme |
( |
| ) |
|
|
inlinestatic |
Get The graphical theme to be used.
Definition at line 68 of file preferences.h.
static bool Preferences::whitePlayerHuman |
( |
| ) |
|
|
inlinestatic |
static QString Preferences::whitePlayerName |
( |
| ) |
|
|
inlinestatic |
static int Preferences::whitePlayerStrength |
( |
| ) |
|
|
inlinestatic |
Get The strength of the white player.
Definition at line 275 of file preferences.h.
bool Preferences::mBlackPlayerHuman |
|
protected |
QString Preferences::mBlackPlayerName |
|
protected |
int Preferences::mBlackPlayerStrength |
|
protected |
int Preferences::mBoardSize |
|
protected |
QString Preferences::mEngineCommand |
|
protected |
bool Preferences::mEngineWorking |
|
protected |
int Preferences::mFixedHandicapValue |
|
protected |
double Preferences::mHintVisibleTime |
|
protected |
double Preferences::mKomi |
|
protected |
bool Preferences::mShowBoardLabels |
|
protected |
bool Preferences::mShowMoveNumbers |
|
protected |
bool Preferences::mWhitePlayerHuman |
|
protected |
QString Preferences::mWhitePlayerName |
|
protected |
int Preferences::mWhitePlayerStrength |
|
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:29 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.