granatier
settings.cpp
Go to the documentation of this file.
35 itemFirstRun = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "FirstRun" ), mFirstRun, 1 );
38 itemTheme = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Theme" ), mTheme, QLatin1String( "themes/granatier.desktop" ) );
41 itemArena = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Arena" ), mArena, QLatin1String( "arenas/granatier.desktop" ) );
44 itemRandomArenaMode = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "RandomArenaMode" ), mRandomArenaMode, false );
47 itemRandomArenaModeArenaList = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "RandomArenaModeArenaList" ), mRandomArenaModeArenaList );
50 itemPointsToWin = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "PointsToWin" ), mPointsToWin, 5 );
53 itemRoundTime = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "RoundTime" ), mRoundTime, 180 );
56 itemInitialSpeed = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "InitialSpeed" ), mInitialSpeed, 2 );
59 itemInitialBombPower = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "InitialBombPower" ), mInitialBombPower, 1 );
62 itemInitialBombArmory = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "InitialBombArmory" ), mInitialBombArmory, 1 );
65 itemSounds = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Sounds" ), mSounds, true );
68 itemUseWilhelmScream = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "UseWilhelmScream" ), mUseWilhelmScream, false );
74 itemShowAllTiles = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ShowAllTiles" ), mShowAllTiles, 0 );
77 itemBlastTime1 = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlastTime1" ), mBlastTime1, 30 );
80 itemBlastTime2 = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlastTime2" ), mBlastTime2, 70 );
83 itemBlastTime3 = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlastTime3" ), mBlastTime3, 200 );
86 itemBlastTime4 = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlastTime4" ), mBlastTime4, 100 );
89 itemBlastTime5 = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "BlastTime5" ), mBlastTime5, 100 );
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:10 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:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.