Marble
MarbleGlobal.h
52};
61};
69};
80};
88};
113};
121};
129};
137};
143};
148};
156};
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
167};
175};
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)
185};
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
290 /** @deprecated Profiles are detected automatically now. This only returns profiles() anymore */
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
FlyToMode
Describes possible flight mode (interpolation between source and target camera positions)
Definition MarbleGlobal.h:162
@ Automatic
A sane value is chosen automatically depending on animation settings and the action.
Definition MarbleGlobal.h:163
@ Jump
Linear interpolation of lon and lat, distance increases towards the middle point, then decreases
Definition MarbleGlobal.h:166
ViewContext
This enum is used to choose context in which map quality gets used.
Definition MarbleGlobal.h:66
DragLocation
This enum is used to choose how the globe behaves while dragging.
Definition MarbleGlobal.h:118
LabelPositionFlag
This enum is used to choose the localization of the labels.
Definition MarbleGlobal.h:93
SearchMode
Search mode: Global (worldwide) versus area (local, regional) search.
Definition MarbleGlobal.h:172
OnStartup
This enum is used to choose how the globe behaves while dragging.
Definition MarbleGlobal.h:126
LabelLocalization
This enum is used to choose the localization of the labels.
Definition MarbleGlobal.h:108
@ Native
Display the name in the official language and glyphs of the labeled place.
Definition MarbleGlobal.h:111
@ DownloadBrowse
Browsing mode, normal operation of Marble, like a web browser.
Definition MarbleGlobal.h:155
@ Incomplete
Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
Definition MarbleGlobal.h:184
@ WaitingForData
Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
Definition MarbleGlobal.h:183
@ WaitingForUpdate
Rendering is based on complete, but outdated data, data update was requested.
Definition MarbleGlobal.h:182
MapQuality
This enum is used to choose the map quality shown in the view.
Definition MarbleGlobal.h:74
QString fromLatin1(QByteArrayView str)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 13 2024 11:53:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 13 2024 11:53:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.