ksquares
settings.cpp
Go to the documentation of this file.
35 itemNumOfPlayers = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "NumOfPlayers" ), mNumOfPlayers, 2 );
38 itemPlayerNames = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "PlayerNames" ), mPlayerNames );
47 itemHumanList = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "HumanList" ), mHumanList, defaultHumanList );
50 itemBoardWidth = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BoardWidth" ), mBoardWidth, 10 );
53 itemBoardHeight = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BoardHeight" ), mBoardHeight, 7 );
56 itemQuickStart = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "QuickStart" ), mQuickStart, 0 );
62 itemDifficulty = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "Difficulty" ), mDifficulty, 0 );
68 itemLineColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "LineColor" ), mLineColor, QColor( 0,0,0 ) );
71 itemIndicatorLineColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "IndicatorLineColor" ), mIndicatorLineColor, QColor( 255,255,0 ) );
74 itemHighlightColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "HighlightColor" ), mHighlightColor, QColor( 220,100,100 ) );
void append(const T &value)
Definition: settings.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:39 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:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.