marble
qtmain.cpp
Go to the documentation of this file.
47 QString const graphicsString = graphicsSettings.value("View/graphicsSystem", "raster").toString();
116 qWarning() << " --marbledatapath=<path> .... Overwrite the compile-time path to map themes and other data";
118 qWarning() << " --distance=<value> ......... Set the distance of the observer to the globe (in km)";
119 qWarning() << " --map=<id> ................. Use map id (e.g. \"earth/openstreetmap/openstreetmap.dgml\")";
122 qWarning() << " --debug-info ............... write (more) debugging information to the console";
123 qWarning() << " --fps ...................... Show the paint performance (paint rate) in the top left corner";
124 qWarning() << " --runtimeTrace.............. Show the time spent and other debug info of each layer";
125 qWarning() << " --tile-id................... Write the identifier of texture tiles on top of them";
126 qWarning() << " --timedemo ................. Measure the paint performance while moving the map and quit";
128 qWarning() << "profile options (note that marble should automatically detect which profile to use. Override that with the options below):";
129 qWarning() << " --highresolution ........... Enforce the profile for devices with high resolution (e.g. desktop computers)";
130 qWarning() << " --nohighresolution ......... Deactivate the profile for devices with high resolution (e.g. desktop computers)";
200 const GeoDataCoordinates coordinates = GeoDataCoordinates::fromString(coordinatesString, success);
ControlView * marbleControl() const
Definition: KdeMainWindow.cpp:74
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
Definition: MarbleGlobal.h:258
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:52 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:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.