marble
settings.cpp
Go to the documentation of this file.
35 itemHomeLongitude = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "homeLongitude" ), mHomeLongitude, 9.4 );
38 itemHomeLatitude = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "homeLatitude" ), mHomeLatitude, 54.8 );
41 itemHomeZoom = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "homeZoom" ), mHomeZoom, 1050 );
44 itemQuitLongitude = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "quitLongitude" ), mQuitLongitude, 0.0 );
47 itemQuitLatitude = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "quitLatitude" ), mQuitLatitude, 0.0 );
50 itemQuitRange = new KConfigSkeleton::ItemDouble( currentGroup(), QLatin1String( "quitRange" ), mQuitRange, 11564500 );
53 itemMapTheme = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "mapTheme" ), mMapTheme );
56 itemShowClouds = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showClouds" ), mShowClouds, true );
59 itemWorkOffline = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "workOffline" ), mWorkOffline, false );
62 itemShowCurrentLocation = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showCurrentLocation" ), mShowCurrentLocation, false );
65 itemLockFloatItemPositions = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "lockFloatItemPositions" ), mLockFloatItemPositions, false );
68 itemProjection = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "projection" ), mProjection, 0 );
71 itemMarbleDataPath = new KConfigSkeleton::ItemPath( currentGroup(), QLatin1String( "marbleDataPath" ), mMarbleDataPath );
74 itemShowBookmarks = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showBookmarks" ), mShowBookmarks, true );
80 itemDateTime = new KConfigSkeleton::ItemDateTime( currentGroup(), QLatin1String( "dateTime" ), mDateTime );
83 itemSpeedSlider = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "speedSlider" ), mSpeedSlider, 1 );
88 itemSystemTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "systemTime" ), mSystemTime, true );
91 itemLastSessionTime = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "lastSessionTime" ), mLastSessionTime, false );
94 itemSystemTimezone = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "systemTimezone" ), mSystemTimezone, true );
100 itemCustomTimezone = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "customTimezone" ), mCustomTimezone, false );
103 itemChosenTimezone = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "chosenTimezone" ), mChosenTimezone, 0 );
109 itemAutoCenter = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "autoCenter" ), mAutoCenter, false );
112 itemTrackVisible = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "trackVisible" ), mTrackVisible, true );
115 itemLastTrackOpenPath = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "lastTrackOpenPath" ), mLastTrackOpenPath, QDir::homePath() );
118 itemLastTrackSavePath = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "lastTrackSavePath" ), mLastTrackSavePath, QDir::homePath() );
121 itemAutoZoom = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "autoZoom" ), mAutoZoom, false );
124 itemRecenterMode = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "recenterMode" ), mRecenterMode, 0 );
141 itemDistanceUnit = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "distanceUnit" ), mDistanceUnit, valuesdistanceUnit, QLocale::MetricSystem );
160 itemAngleUnit = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "angleUnit" ), mAngleUnit, valuesangleUnit, Marble::DMSDegree );
189 itemStillQuality = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "stillQuality" ), mStillQuality, valuesstillQuality, Marble::HighQuality );
218 itemAnimationQuality = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "animationQuality" ), mAnimationQuality, valuesanimationQuality, Marble::LowQuality );
237 itemGraphicsSystem = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "graphicsSystem" ), mGraphicsSystem, valuesgraphicsSystem, Marble::RasterGraphics );
256 itemLabelLocalization = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "labelLocalization" ), mLabelLocalization, valueslabelLocalization, Marble::Native );
259 itemMapFont = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "mapFont" ), mMapFont, KGlobalSettings::generalFont() );
262 itemLastFileOpenDir = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "lastFileOpenDir" ), mLastFileOpenDir, QDir::homePath() );
268 itemShowSun = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showSun" ), mShowSun, false );
271 itemShowCitylights = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showCitylights" ), mShowCitylights, false );
274 itemSubSolarPointIconVisible = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "subSolarPointIconVisible" ), mSubSolarPointIconVisible, false );
277 itemLockToSubSolarPoint = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "lockToSubSolarPoint" ), mLockToSubSolarPoint, false );
294 itemDragLocation = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "dragLocation" ), mDragLocation, valuesdragLocation, Marble::KeepAxisVertically );
308 itemOnStartup = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "onStartup" ), mOnStartup, valuesonStartup, Marble::ShowHomeLocation );
311 itemInertialEarthRotation = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "inertialEarthRotation" ), mInertialEarthRotation, true );
314 itemAnimateTargetVoyage = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "animateTargetVoyage" ), mAnimateTargetVoyage, false );
317 itemExternalMapEditor = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "externalMapEditor" ), mExternalMapEditor, 0 );
323 itemVolatileTileCacheLimit = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "volatileTileCacheLimit" ), mVolatileTileCacheLimit, 100 );
328 itemPersistentTileCacheLimit = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "persistentTileCacheLimit" ), mPersistentTileCacheLimit, 0 );
333 itemProxyUrl = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "proxyUrl" ), mProxyUrl );
336 itemProxyPort = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "proxyPort" ), mProxyPort, 8080 );
341 itemProxyUser = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "proxyUser" ), mProxyUser );
344 itemProxyPass = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "proxyPass" ), mProxyPass );
347 itemProxyHttp = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "proxyHttp" ), mProxyHttp, true );
361 itemProxyType = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "proxyType" ), mProxyType, valuesproxyType, Marble::HttpProxy );
364 itemProxySocks5 = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "proxySocks5" ), mProxySocks5, false );
367 itemProxyAuth = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "proxyAuth" ), mProxyAuth, false );
373 itemActivePositionTrackingPlugin = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "activePositionTrackingPlugin" ), mActivePositionTrackingPlugin );
379 itemShowPositionLabel = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showPositionLabel" ), mShowPositionLabel, true );
382 itemShowAltitudeLabel = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showAltitudeLabel" ), mShowAltitudeLabel, true );
385 itemShowTileZoomLevelLabel = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showTileZoomLevelLabel" ), mShowTileZoomLevelLabel, false );
388 itemShowDownloadProgressBar = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showDownloadProgressBar" ), mShowDownloadProgressBar, true );
391 itemShowDateTimeLabel = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showDateTimeLabel" ), mShowDateTimeLabel, true );
397 itemWmsServers = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "wmsServers" ), mWmsServers );
400 itemStaticUrlServers = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "staticUrlServers" ), mStaticUrlServers );
406 itemShowGuidanceModeStartupWarning = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showGuidanceModeStartupWarning" ), mShowGuidanceModeStartupWarning, true );
407 addItem( itemShowGuidanceModeStartupWarning, QLatin1String( "showGuidanceModeStartupWarning" ) );
409 itemCurrentRoutingProfile = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "currentRoutingProfile" ), mCurrentRoutingProfile, 0 );
412 itemRouteColorStandard = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "routeColorStandard" ), mRouteColorStandard, Marble::Oxygen::skyBlue4 );
415 itemRouteAlphaStandard = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "routeAlphaStandard" ), mRouteAlphaStandard, 200 );
418 itemRouteColorHighlighted = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "routeColorHighlighted" ), mRouteColorHighlighted, Marble::Oxygen::seaBlue2 );
421 itemRouteAlphaHighlighted = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "routeAlphaHighlighted" ), mRouteAlphaHighlighted, 200 );
424 itemRouteColorAlternative = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "routeColorAlternative" ), mRouteColorAlternative, Marble::Oxygen::aluminumGray4 );
427 itemRouteAlphaAlternative = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "routeAlphaAlternative" ), mRouteAlphaAlternative, 200 );
433 itemEnableSync = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "enableSync" ), mEnableSync, false );
436 itemSyncBackend = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "syncBackend" ), mSyncBackend, QLatin1String( "owncloud" ) );
439 itemSyncBookmarks = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "syncBookmarks" ), mSyncBookmarks, true );
442 itemSyncRoutes = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "syncRoutes" ), mSyncRoutes, true );
445 itemOwncloudServer = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "owncloudServer" ), mOwncloudServer );
448 itemOwncloudUsername = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "owncloudUsername" ), mOwncloudUsername );
451 itemOwncloudPassword = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "owncloudPassword" ), mOwncloudPassword );
454 itemAccessKWallet = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "accessKWallet" ), mAccessKWallet, true );
QString homePath()
void append(const T &value)
QString mActivePositionTrackingPlugin
Definition: settings.h:1644
Display the name in the official language and glyphs of the labeled place.
Definition: MarbleGlobal.h:127
Definition: settings.h:13
bool mShowGuidanceModeStartupWarning
Definition: settings.h:1658
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 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:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.