Marble

GeoDataTypes.cpp
1/*
2 SPDX-FileCopyrightText: 2008 Jens-Michael Hoffmann <jensmh@gmx.de>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "GeoDataTypes.h"
8
9namespace Marble
10{
11
12namespace GeoDataTypes
13{
14const char GeoDataAnimatedUpdateType[] = "GeoDataAnimatedUpdate";
15const char GeoDataAliasType[] = "GeoDataAlias";
16const char GeoDataCameraType[] = "GeoDataCamera";
17const char GeoDataChangeType[] = "GeoDataChange";
18const char GeoDataColorStyleType[] = "GeoDataColorStyle";
19const char GeoDataCreateType[] = "GeoDataCreate";
20const char GeoDataDataType[] = "GeoDataData";
21const char GeoDataDeleteType[] = "GeoDataDelete";
22const char GeoDataDocumentType[] = "GeoDataDocument";
23const char GeoDataExtendedDataType[] = "GeoDataExtendedData";
24const char GeoDataFlyToType[] = "GeoDataFlyTo";
25const char GeoDataFolderType[] = "GeoDataFolder";
26const char GeoDataGroundOverlayType[] = "GeoDataGroundOverlay";
27const char GeoDataHotspotType[] = "GeoDataHotspot";
28const char GeoDataIconStyleType[] = "GeoDataIconStyle";
29const char GeoDataInnerBoundaryType[] = "GeoDataInnerBoundary";
30const char GeoDataLabelStyleType[] = "GeoDataLabelStyle";
31const char GeoDataLatLonAltBoxType[] = "GeoDataLatLonAlt";
32const char GeoDataLatLonBoxType[] = "GeoDataLatLonBox";
33const char GeoDataLatLonQuadType[] = "GeoDataLatLonQuad";
34const char GeoDataLinearRingType[] = "GeoDataLinearRing";
35const char GeoDataLineStringType[] = "GeoDataLineString";
36const char GeoDataLineStyleType[] = "GeoDataLineStyle";
37const char GeoDataLinkType[] = "GeoDataLink";
38const char GeoDataLocationType[] = "GeoDataLocation";
39const char GeoDataLodType[] = "GeoDataLod";
40const char GeoDataLookAtType[] = "GeoDataLookAt";
41const char GeoDataModelType[] = "GeoDataModel";
42const char GeoDataMultiGeometryType[] = "GeoDataMultiGeometry";
43const char GeoDataMultiTrackType[] = "GeoDataMultiTrack";
44const char GeoDataNetworkLinkType[] = "GeoDataNetworkLink";
45const char GeoDataOrientationType[] = "GeoDataOrientation";
46const char GeoDataOuterBoundaryType[] = "GeoDataOuterBoundary";
47const char GeoDataPhotoOverlayType[] = "GeoDataPhotoOverlay";
48const char GeoDataPlacemarkType[] = "GeoDataPlacemark";
49const char GeoDataPlaylistType[] = "GeoDataPlaylist";
50const char GeoDataPointType[] = "GeoDataPoint";
51const char GeoDataPolygonType[] = "GeoDataPolygon";
52const char GeoDataPolyStyleType[] = "GeoDataPolyStyle";
53const char GeoDataRegionType[] = "GeoDataRegion";
54const char GeoDataRelationType[] = "GeoDataRelationType";
55const char GeoDataResourceMapType[] = "GeoDataResourceMap";
56const char GeoDataSchemaType[] = "GeoDataSchema";
57const char GeoDataSchemaDataType[] = "GeoDataSchemaData";
58const char GeoDataSimpleDataType[] = "GeoDataSimpleData";
59const char GeoDataSimpleFieldType[] = "GeoDataSimpleField";
60const char GeoDataSimpleArrayDataType[] = "GeoDataSimpleArrayData";
61const char GeoDataStyleType[] = "GeoDataStyle";
62const char GeoDataStyleMapType[] = "GeoDataStyleMap";
63const char GeoDataSoundCueType[] = "GeoDataSoundCue";
64const char GeoDataTimePrimitiveType[] = "GeoDataTimePrimitive";
65const char GeoDataTimeSpanType[] = "GeoDataTimeSpan";
66const char GeoDataTimeStampType[] = "GeoDataTimeStamp";
67const char GeoDataTourType[] = "GeoDataTour";
68const char GeoDataTourControlType[] = "GeoDataTourControl";
69const char GeoDataWaitType[] = "GeoDataWait";
70const char GeoDataTrackType[] = "GeoDataTrack";
71const char GeoDataScaleType[] = "GeoDataScale";
72const char GeoDataScreenOverlayType[] = "GeoDataScreenOverlay";
73const char GeoDataBalloonStyleType[] = "GeoDataBalloonStyle";
74const char GeoDataListStyleType[] = "GeoDataListStyle";
75const char GeoDataItemIconType[] = "GeoDataItemIcon";
76const char GeoDataImagePyramidType[] = "GeoDataImagePyramid";
77const char GeoDataViewVolumeType[] = "GeoDataViewVolume";
78const char GeoDataNetworkLinkControlType[] = "GeoDataNetworkLinkControl";
79const char GeoDataUpdateType[] = "GeoDataUpdate";
80const char GeoDataBuildingType[] = "GeoDataBuilding";
81}
82
83}
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:17 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.