Marble
MarbleGlobal.h
158 Automatic, ///< A sane value is chosen automatically depending on animation settings and the action
161 Jump ///< Linear interpolation of lon and lat, distance increases towards the middle point, then decreases
177 WaitingForUpdate, ///< Rendering is based on complete, but outdated data, data update was requested
178 WaitingForData, ///< Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
179 Incomplete ///< Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
245 // up until the 21.04 release, this was supposed to be 0xMMmmpp (major,minor,patch), but in reality it was stuck at version 0.27.0
ViewContext
This enum is used to choose context in which map quality gets used.
Definition: MarbleGlobal.h:66
@ DownloadBrowse
Browsing mode, normal operation of Marble, like a web browser.
Definition: MarbleGlobal.h:150
SearchMode
Search mode: Global (worldwide) versus area (local, regional) search.
Definition: MarbleGlobal.h:167
LabelLocalization
This enum is used to choose the localization of the labels.
Definition: MarbleGlobal.h:108
@ Jump
Linear interpolation of lon and lat, distance increases towards the middle point, then decreases
Definition: MarbleGlobal.h:161
OnStartup
This enum is used to choose how the globe behaves while dragging.
Definition: MarbleGlobal.h:126
MapQuality
This enum is used to choose the map quality shown in the view.
Definition: MarbleGlobal.h:74
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
DragLocation
This enum is used to choose how the globe behaves while dragging.
Definition: MarbleGlobal.h:118
@ Incomplete
Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
Definition: MarbleGlobal.h:179
FlyToMode
Describes possible flight mode (interpolation between source and target camera positions)
Definition: MarbleGlobal.h:157
@ WaitingForUpdate
Rendering is based on complete, but outdated data, data update was requested.
Definition: MarbleGlobal.h:177
@ Automatic
A sane value is chosen automatically depending on animation settings and the action.
Definition: MarbleGlobal.h:158
Projection
This enum is used to choose the projection shown in the view.
Definition: MarbleGlobal.h:41
AngleUnit
This enum is used to choose the unit chosen to measure angles.
Definition: MarbleGlobal.h:57
@ Native
Display the name in the official language and glyphs of the labeled place.
Definition: MarbleGlobal.h:111
LabelPositionFlag
This enum is used to choose the localization of the labels.
Definition: MarbleGlobal.h:93
QString fromLatin1(const char *str, int size)
@ WaitingForData
Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
Definition: MarbleGlobal.h:178
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:02:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:02:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.