kigo
preferences.h
Go to the documentation of this file.
194 kDebug() << "setBlackPlayerStrength: value " << v << " is greater than the maximum value of 10";
263 kDebug() << "setWhitePlayerStrength: value " << v << " is greater than the maximum value of 10";
static void setHintVisibleTime(double v)
Set Number of seconds for which a hint is visible.
Definition: preferences.h:115
static bool showBoardLabels()
Get Determines whether board labels are shown.
Definition: preferences.h:87
static double hintVisibleTime()
Get Number of seconds for which a hint is visible.
Definition: preferences.h:137
static void setFixedHandicapValue(int v)
Set Extra stones for the black player.
Definition: preferences.h:346
static void setEngineCommand(const QString &v)
Set The current game engine command with (optional) parameters.
Definition: preferences.h:20
static void setWhitePlayerStrength(int v)
Set The strength of the white player.
Definition: preferences.h:253
static void setBlackPlayerStrength(int v)
Set The strength of the black player.
Definition: preferences.h:184
static void setBlackPlayerName(const QString &v)
Set The name of the black player.
Definition: preferences.h:165
static void setTheme(const QString &v)
Set The graphical theme to be used.
Definition: preferences.h:58
static bool showMoveNumbers()
Get Move numbers are drawn onto stones if enabled.
Definition: preferences.h:106
QString fromLatin1(const char *str, int size)
static void setWhitePlayerName(const QString &v)
Set The name of the white player.
Definition: preferences.h:234
static QString engineCommand()
Get The current game engine command with (optional) parameters.
Definition: preferences.h:30
static void setShowBoardLabels(bool v)
Set Determines whether board labels are shown.
Definition: preferences.h:77
Definition: preferences.h:9
static void setShowMoveNumbers(bool v)
Set Move numbers are drawn onto stones if enabled.
Definition: preferences.h:96
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
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.