marble
qtmain.cpp
Go to the documentation of this file.
49 QString const graphicsString = graphicsSettings.value("View/graphicsSystem", "raster").toString();
110 qWarning() << " --marbledatapath=<path> .... Overwrite the compile-time path to map themes and other data";
113 qWarning() << " --distance=<value> ......... Set the distance of the observer to the globe (in km)";
114 qWarning() << " --map=<id> ................. Use map id (e.g. \"earth/openstreetmap/openstreetmap.dgml\")";
117 qWarning() << " --debug-info ............... write (more) debugging information to the console";
118 qWarning() << " --fps ...................... Show the paint performance (paint rate) in the top left corner";
119 qWarning() << " --runtimeTrace.............. Show the time spent and other debug info of each layer";
120 qWarning() << " --tile-id................... Write the identifier of texture tiles on top of them";
121 qWarning() << " --timedemo ................. Measure the paint performance while moving the map and quit";
123 qWarning() << "profile options (note that marble should automatically detect which profile to use. Override that with the options below):";
124 qWarning() << " --highresolution ........... Enforce the profile for devices with high resolution (e.g. desktop computers)";
125 qWarning() << " --nohighresolution ......... Deactivate the profile for devices with high resolution (e.g. desktop computers)";
141 else if ( arg.compare( QLatin1String( "--marbledatapath" ), Qt::CaseInsensitive ) == 0 && i+1 < args.size() ) {
156 else if ( arg.compare( QLatin1String( "--latlon" ), Qt::CaseInsensitive ) == 0 && i+1 < args.size() ) {
163 else if ( arg.compare( QLatin1String( "--geo-uri" ), Qt::CaseInsensitive ) == 0 && i+1 < args.size() )
172 else if ( arg.compare( QLatin1String( "--distance" ), Qt::CaseInsensitive ) == 0 && i+1 < args.size() ) {
180 else if ( arg.compare( QLatin1String( "--map" ), Qt::CaseInsensitive ) == 0 && i+1 < args.size() ) {
198 const GeoDataCoordinates coordinates = GeoDataCoordinates::fromString(coordinatesString, success);
ControlView * marbleControl() const
Definition: KdeMainWindow.cpp:148
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
double toDouble(bool *ok) const
QChar separator()
void addLibraryPath(const QString &path)
int size() const
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
Definition: MarbleGlobal.h:277
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: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:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.