kigo
preferences.cpp
Go to the documentation of this file.
35 itemEngineCommand = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "EngineCommand" ), mEngineCommand, QLatin1String( "gnugo --mode gtp" ) );
38 itemEngineWorking = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "EngineWorking" ), mEngineWorking, true );
44 itemTheme = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Theme" ), mTheme, QLatin1String( "default" ) );
47 itemShowBoardLabels = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowBoardLabels" ), mShowBoardLabels, true );
50 itemShowMoveNumbers = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowMoveNumbers" ), mShowMoveNumbers, false );
53 itemHintVisibleTime = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "HintVisibleTime" ), mHintVisibleTime, 3.0 );
61 itemBlackPlayerHuman = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "BlackPlayerHuman" ), mBlackPlayerHuman, true );
64 itemBlackPlayerName = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "BlackPlayerName" ), mBlackPlayerName, QLatin1String( "Black Player" ) );
67 itemBlackPlayerStrength = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlackPlayerStrength" ), mBlackPlayerStrength, 10 );
72 itemWhitePlayerHuman = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "WhitePlayerHuman" ), mWhitePlayerHuman, false );
75 itemWhitePlayerName = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "WhitePlayerName" ), mWhitePlayerName, QLatin1String( "White Player" ) );
78 itemWhitePlayerStrength = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "WhitePlayerStrength" ), mWhitePlayerStrength, 1 );
83 itemBoardSize = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BoardSize" ), mBoardSize, 9 );
88 itemKomi = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "Komi" ), mKomi, 4.5 );
93 itemFixedHandicapValue = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "FixedHandicapValue" ), mFixedHandicapValue, 4 );
Definition: preferences.h:9
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.