Marble
MarbleGlobal.h
51};
60};
68};
79};
87};
112};
120};
128};
136};
142};
147};
155};
162 Automatic, ///< A sane value is chosen automatically depending on animation settings and the action
165 Jump ///< Linear interpolation of lon and lat, distance increases towards the middle point, then decreases
166};
174};
181 WaitingForUpdate, ///< Rendering is based on complete, but outdated data, data update was requested
182 WaitingForData, ///< Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
183 Incomplete ///< Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
184};
279 /** @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:161
@ Automatic
A sane value is chosen automatically depending on animation settings and the action.
Definition MarbleGlobal.h:162
@ Jump
Linear interpolation of lon and lat, distance increases towards the middle point, then decreases.
Definition MarbleGlobal.h:165
ViewContext
This enum is used to choose context in which map quality gets used.
Definition MarbleGlobal.h:65
DragLocation
This enum is used to choose how the globe behaves while dragging.
Definition MarbleGlobal.h:117
LabelPositionFlag
This enum is used to choose the localization of the labels.
Definition MarbleGlobal.h:92
SearchMode
Search mode: Global (worldwide) versus area (local, regional) search.
Definition MarbleGlobal.h:171
OnStartup
This enum is used to choose how the globe behaves while dragging.
Definition MarbleGlobal.h:125
LabelLocalization
This enum is used to choose the localization of the labels.
Definition MarbleGlobal.h:107
@ Native
Display the name in the official language and glyphs of the labeled place.
Definition MarbleGlobal.h:110
@ DownloadBrowse
Browsing mode, normal operation of Marble, like a web browser.
Definition MarbleGlobal.h:154
@ Incomplete
Data is missing and some error occurred when trying to retrieve it (e.g. network failure)
Definition MarbleGlobal.h:183
@ WaitingForData
Rendering is based on no or partial data, more data was requested (e.g. pending network queries)
Definition MarbleGlobal.h:182
@ WaitingForUpdate
Rendering is based on complete, but outdated data, data update was requested.
Definition MarbleGlobal.h:181
MapQuality
This enum is used to choose the map quality shown in the view.
Definition MarbleGlobal.h:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.