KShisen
prefs.cpp
Go to the documentation of this file.
35 itemTileSet = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Tileset_file" ), mTileSet );
38 itemBackground = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Background_file" ), mBackground );
44 itemChineseStyle = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ChineseStyle" ), mChineseStyle, false );
47 itemTilesCanSlide = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "TilesCanSlide" ), mTilesCanSlide, false );
50 itemSolvable = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Solvable" ), mSolvable, false );
53 itemGravity = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Gravity" ), mGravity, true );
56 itemSounds = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Sounds" ), mSounds, true );
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:36 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:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.