Marble
MarbleGlobal.h
163 Automatic, ///< A sane value is chosen automatically depending on animation settings and the action
166 Jump ///< Linear interpolation of lon and lat, distance increases towards the middle point, then decreases
182 WaitingForUpdate, ///< Rendering is based on complete, but outdated data, data update was requested
183 WaitingForData, ///< Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
184 Incomplete ///< Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
250 // 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:155
SearchMode
Search mode: Global (worldwide) versus area (local, regional) search.
Definition: MarbleGlobal.h:172
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:166
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:184
FlyToMode
Describes possible flight mode (interpolation between source and target camera positions)
Definition: MarbleGlobal.h:162
@ WaitingForUpdate
Rendering is based on complete, but outdated data, data update was requested.
Definition: MarbleGlobal.h:182
@ Automatic
A sane value is chosen automatically depending on animation settings and the action.
Definition: MarbleGlobal.h:163
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:183
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 30 2023 04:19:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 30 2023 04:19:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.