marble
src/apps/marble-mobile/main.cpp
Go to the documentation of this file.
50 QString const graphicsString = graphicsSettings.value("View/graphicsSystem", "raster").toString();
115 const MarbleGlobal::Profiles profiles = MarbleGlobal::SmallScreen | MarbleGlobal::HighResolution;
125 qWarning() << " --marbledatapath=<path> .... Overwrite the compile-time path to map themes and other data";
127 qWarning() << " --distance=<value> ......... Set the distance of the observer to the globe (in km)";
128 qWarning() << " --map=<id> ................. Use map id (e.g. \"earth/openstreetmap/openstreetmap.dgml\")";
131 qWarning() << " --debug-info ............... write (more) debugging information to the console";
132 qWarning() << " --fps ...................... Show the paint performance (paint rate) in the top left corner";
133 qWarning() << " --runtimeTrace.............. Show the time spent and other debug info of each layer";
134 qWarning() << " --tile-id................... Write the identifier of texture tiles on top of them";
135 qWarning() << " --timedemo ................. Measure the paint performance while moving the map and quit";
199 const GeoDataCoordinates coordinates = GeoDataCoordinates::fromString(coordinatesString, success);
static QString path(const QString &relativePath)
Definition: MarbleDirs.cpp:53
void setShowRuntimeTrace(bool visible)
Set whether the runtime tracing for layers gets shown.
Definition: MarbleWidget.cpp:1065
void setMeasurementSystem(QLocale::MeasurementSystem measurementSystem)
Definition: MarbleLocale.cpp:40
qreal latitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the latitude of the GeoDataCoordinates object use the unit parameter to switch between Radi...
Definition: GeoDataCoordinates.cpp:751
Definition: MarbleTest.h:24
qreal longitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the longitude of the GeoDataCoordinates object use the unit parameter to switch between Rad...
Definition: GeoDataCoordinates.cpp:739
Definition: KdeMainWindow.h:26
void setShowTileId(bool visible)
Set whether the is tile is visible NOTE: This is part of the transitional debug API and might be subj...
Definition: MarbleWidget.cpp:1070
This file contains the headers for MarbleWidget.
static GeoDataCoordinates fromString(const QString &string, bool &successful)
try to parse the string into a coordinate pair
Definition: GeoDataCoordinates.cpp:909
MarbleWidget * marbleWidget() const
Definition: KdeMainWindow.cpp:79
static void setEnabled(bool enabled)
setEnabled Toggle debug information output generation
Definition: MarbleDebug.cpp:47
void addGeoDataFile(const QString &path)
Definition: MobileMainWindow.cpp:197
void setShowFrameRate(bool visible)
Set whether the frame rate gets shown.
Definition: MarbleWidget.cpp:1051
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.