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";
200 const GeoDataCoordinates coordinates = GeoDataCoordinates::fromString(coordinatesString, success);
static QString path(const QString &relativePath)
Definition: MarbleDirs.cpp:59
void setShowRuntimeTrace(bool visible)
Set whether the runtime tracing for layers gets shown.
Definition: MarbleWidget.cpp:959
const T & at(int i) const
bool contains(const QString &str, Qt::CaseSensitivity cs) const
void setAttribute(Qt::WidgetAttribute attribute, bool on)
void setOrganizationDomain(const QString &orgDomain)
void setAttribute(Qt::ApplicationAttribute attribute, bool on)
bool exists() const
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
MeasurementSystem measurementSystem() const
bool contains(const QString &name) const
double toDouble(bool *ok) const
QChar separator()
QString value(const QString &name, const QString &defaultValue) const
void addLibraryPath(const QString &path)
QLocale system()
T value(int i) const
void resize(int w, int h)
int count(const T &value) const
bool isEmpty() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
QString name() const
QCoreApplication * instance()
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
bool contains(QChar ch, Qt::CaseSensitivity cs) const
bool load(const QString &filename, const QString &directory, const QString &search_delimiters, const QString &suffix)
Definition: KdeMainWindow.h:29
void installTranslator(QTranslator *translationFile)
QVariant value(const QString &key, const QVariant &defaultValue) const
int exec()
QString mid(int position, int n) const
void setGraphicsSystem(const QString &system)
QString section(QChar sep, int start, int end, QFlags< QString::SectionFlag > flags) const
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:964
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
QProcessEnvironment systemEnvironment()
MarbleWidget * marbleWidget() const
Definition: KdeMainWindow.cpp:153
static void setEnabled(bool enabled)
setEnabled Toggle debug information output generation
Definition: MarbleDebug.cpp:52
void setMeasurementSystem(MarbleLocale::MeasurementSystem measurementSystem)
Definition: MarbleLocale.cpp:40
QStringList arguments()
QString applicationDirPath()
void setOrganizationName(const QString &orgName)
int compare(const QString &other) const
void addGeoDataFile(const QString &path)
Definition: MobileMainWindow.cpp:197
QString toString() const
void setShowFrameRate(bool visible)
Set whether the frame rate gets shown.
Definition: MarbleWidget.cpp:945
void setApplicationName(const QString &application)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 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:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.