• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.12
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • parser
GeoDataTypes.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2008 Nikolas Zimmermann <zimmermann@kde.org>
3  Copyright (C) 2008 Jens-Michael Hoffmann <jensmh@gmx.de>
4 
5  This file is part of the KDE project
6 
7  This library is free software you can redistribute it and/or
8  modify it under the terms of the GNU Library General Public
9  License as published by the Free Software Foundation either
10  version 2 of the License, or (at your option) any later version.
11 
12  This library is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  Library General Public License for more details.
16 
17  You should have received a copy of the GNU Library General Public License
18  aint with this library see the file COPYING.LIB. If not, write to
19  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  Boston, MA 02110-1301, USA.
21 */
22 
23 #ifndef MARBLE_GEODATATYPES_H
24 #define MARBLE_GEODATATYPES_H
25 
26 #include "geodata_export.h"
27 
28 namespace Marble
29 {
30 
31 namespace GeoDataTypes
32 {
38 GEODATA_EXPORT extern const char* GeoDataAliasType;
39 GEODATA_EXPORT extern const char* GeoDataCameraType;
40 GEODATA_EXPORT extern const char* GeoDataColorStyleType;
41 GEODATA_EXPORT extern const char* GeoDataContainerType;
42 GEODATA_EXPORT extern const char* GeoDataDataType;
43 GEODATA_EXPORT extern const char* GeoDataDocumentType;
44 GEODATA_EXPORT extern const char* GeoDataExtendedDataType;
45 GEODATA_EXPORT extern const char* GeoDataFeatureType;
46 GEODATA_EXPORT extern const char* GeoDataFlyToType;
47 GEODATA_EXPORT extern const char* GeoDataFolderType;
48 GEODATA_EXPORT extern const char* GeoDataGeometryType;
49 GEODATA_EXPORT extern const char* GeoDataGroundOverlayType;
50 GEODATA_EXPORT extern const char* GeoDataHotspotType;
51 GEODATA_EXPORT extern const char* GeoDataIconStyleType;
52 GEODATA_EXPORT extern const char* GeoDataInnerBoundaryType;
53 GEODATA_EXPORT extern const char* GeoDataLabelStyleType;
54 GEODATA_EXPORT extern const char* GeoDataLatLonAltBoxType;
55 GEODATA_EXPORT extern const char* GeoDataLatLonBoxType;
56 GEODATA_EXPORT extern const char* GeoDataLatLonQuadType;
57 GEODATA_EXPORT extern const char* GeoDataLinearRingType;
58 GEODATA_EXPORT extern const char* GeoDataLineStringType;
59 GEODATA_EXPORT extern const char* GeoDataLineStyleType;
60 GEODATA_EXPORT extern const char* GeoDataLinkType;
61 GEODATA_EXPORT extern const char* GeoDataLocationType;
62 GEODATA_EXPORT extern const char* GeoDataLodType;
63 GEODATA_EXPORT extern const char* GeoDataLookAtType;
64 GEODATA_EXPORT extern const char* GeoDataModelType;
65 GEODATA_EXPORT extern const char* GeoDataMultiGeometryType;
66 GEODATA_EXPORT extern const char* GeoDataMultiTrackType;
67 GEODATA_EXPORT extern const char* GeoDataNetworkLinkType;
68 GEODATA_EXPORT extern const char* GeoDataOrientationType;
69 GEODATA_EXPORT extern const char* GeoDataOuterBoundaryType;
70 GEODATA_EXPORT extern const char* GeoDataPhotoOverlayType;
71 GEODATA_EXPORT extern const char* GeoDataPlacemarkType;
72 GEODATA_EXPORT extern const char* GeoDataPlaylistType;
73 GEODATA_EXPORT extern const char* GeoDataPointType;
74 GEODATA_EXPORT extern const char* GeoDataPolygonType;
75 GEODATA_EXPORT extern const char* GeoDataPolyStyleType;
76 GEODATA_EXPORT extern const char* GeoDataRegionType;
77 GEODATA_EXPORT extern const char* GeoDataResourceMapType;
78 GEODATA_EXPORT extern const char* GeoDataSimpleArrayDataType;
79 GEODATA_EXPORT extern const char* GeoDataStyleSelectorType;
80 GEODATA_EXPORT extern const char* GeoDataStyleType;
81 GEODATA_EXPORT extern const char* GeoDataStyleMapType;
82 GEODATA_EXPORT extern const char* GeoDataTimePrimitiveType;
83 GEODATA_EXPORT extern const char* GeoDataTimeStampType;
84 GEODATA_EXPORT extern const char* GeoDataTimeSpanType;
85 GEODATA_EXPORT extern const char* GeoDataTourControlType;
86 GEODATA_EXPORT extern const char* GeoDataTrackType;
87 GEODATA_EXPORT extern const char* GeoDataScaleType;
88 GEODATA_EXPORT extern const char* GeoDataScreenOverlayType;
89 GEODATA_EXPORT extern const char* GeoDataBalloonStyleType;
90 GEODATA_EXPORT extern const char* GeoDataListStyleType;
91 GEODATA_EXPORT extern const char* GeoDataItemIconType;
92 GEODATA_EXPORT extern const char* GeoDataImagePyramidType;
93 GEODATA_EXPORT extern const char* GeoDataViewVolumeType;
94 GEODATA_EXPORT extern const char* GeoDataNetworkLinkControlType;
95 GEODATA_EXPORT extern const char* GeoDataUpdateType;
96 }
97 
98 }
99 
100 #endif
Marble::GeoDataTypes::GeoDataOrientationType
const char * GeoDataOrientationType
Definition: GeoDataTypes.cpp:59
Marble::GeoDataTypes::GeoDataItemIconType
const char * GeoDataItemIconType
Definition: GeoDataTypes.cpp:82
Marble::GeoDataTypes::GeoDataStyleMapType
const char * GeoDataStyleMapType
Definition: GeoDataTypes.cpp:72
Marble::GeoDataTypes::GeoDataMultiGeometryType
const char * GeoDataMultiGeometryType
Definition: GeoDataTypes.cpp:56
Marble::GeoDataTypes::GeoDataLinearRingType
const char * GeoDataLinearRingType
Definition: GeoDataTypes.cpp:48
Marble::GeoDataTypes::GeoDataPolyStyleType
const char * GeoDataPolyStyleType
Definition: GeoDataTypes.cpp:66
Marble::GeoDataTypes::GeoDataPointType
const char * GeoDataPointType
Definition: GeoDataTypes.cpp:64
Marble::GeoDataTypes::GeoDataIconStyleType
const char * GeoDataIconStyleType
Definition: GeoDataTypes.cpp:42
Marble::GeoDataTypes::GeoDataTimeStampType
const char * GeoDataTimeStampType
Definition: GeoDataTypes.cpp:75
Marble::GeoDataTypes::GeoDataLookAtType
const char * GeoDataLookAtType
Definition: GeoDataTypes.cpp:54
Marble::GeoDataTypes::GeoDataPolygonType
const char * GeoDataPolygonType
Definition: GeoDataTypes.cpp:65
Marble::GeoDataTypes::GeoDataRegionType
const char * GeoDataRegionType
Definition: GeoDataTypes.cpp:67
Marble::GeoDataTypes::GeoDataPlacemarkType
const char * GeoDataPlacemarkType
Definition: GeoDataTypes.cpp:62
Marble::GeoDataTypes::GeoDataDocumentType
const char * GeoDataDocumentType
Definition: GeoDataTypes.cpp:34
Marble::GeoDataTypes::GeoDataGeometryType
const char * GeoDataGeometryType
Definition: GeoDataTypes.cpp:39
Marble::GeoDataTypes::GeoDataInnerBoundaryType
const char * GeoDataInnerBoundaryType
Definition: GeoDataTypes.cpp:43
Marble::GeoDataTypes::GeoDataGroundOverlayType
const char * GeoDataGroundOverlayType
Definition: GeoDataTypes.cpp:40
Marble::GeoDataTypes::GeoDataExtendedDataType
const char * GeoDataExtendedDataType
Definition: GeoDataTypes.cpp:35
Marble::GeoDataTypes::GeoDataScaleType
const char * GeoDataScaleType
Definition: GeoDataTypes.cpp:78
Marble::GeoDataTypes::GeoDataLatLonBoxType
const char * GeoDataLatLonBoxType
Definition: GeoDataTypes.cpp:46
Marble::GeoDataTypes::GeoDataColorStyleType
const char * GeoDataColorStyleType
Definition: GeoDataTypes.cpp:31
Marble::GeoDataTypes::GeoDataScreenOverlayType
const char * GeoDataScreenOverlayType
Definition: GeoDataTypes.cpp:79
Marble::GeoDataTypes::GeoDataUpdateType
const char * GeoDataUpdateType
Definition: GeoDataTypes.cpp:86
Marble::GeoDataTypes::GeoDataLabelStyleType
const char * GeoDataLabelStyleType
Definition: GeoDataTypes.cpp:44
Marble::GeoDataTypes::GeoDataContainerType
const char * GeoDataContainerType
Definition: GeoDataTypes.cpp:32
Marble::GeoDataTypes::GeoDataFolderType
const char * GeoDataFolderType
Definition: GeoDataTypes.cpp:38
Marble::GeoDataTypes::GeoDataMultiTrackType
const char * GeoDataMultiTrackType
Definition: GeoDataTypes.cpp:57
Marble::GeoDataTypes::GeoDataFlyToType
const char * GeoDataFlyToType
Definition: GeoDataTypes.cpp:37
Marble::GeoDataTypes::GeoDataStyleSelectorType
const char * GeoDataStyleSelectorType
Definition: GeoDataTypes.cpp:70
Marble::GeoDataTypes::GeoDataTourControlType
const char * GeoDataTourControlType
Definition: GeoDataTypes.cpp:76
Marble::GeoDataTypes::GeoDataLineStringType
const char * GeoDataLineStringType
Definition: GeoDataTypes.cpp:49
Marble::GeoDataTypes::GeoDataPlaylistType
const char * GeoDataPlaylistType
Definition: GeoDataTypes.cpp:63
Marble::GeoDataTypes::GeoDataHotspotType
const char * GeoDataHotspotType
Definition: GeoDataTypes.cpp:41
Marble::GeoDataTypes::GeoDataLatLonAltBoxType
const char * GeoDataLatLonAltBoxType
Definition: GeoDataTypes.cpp:45
Marble::GeoDataTypes::GeoDataLocationType
const char * GeoDataLocationType
Definition: GeoDataTypes.cpp:52
Marble::GeoDataTypes::GeoDataOuterBoundaryType
const char * GeoDataOuterBoundaryType
Definition: GeoDataTypes.cpp:60
Marble::GeoDataTypes::GeoDataLatLonQuadType
const char * GeoDataLatLonQuadType
Definition: GeoDataTypes.cpp:47
Marble::GeoDataTypes::GeoDataCameraType
const char * GeoDataCameraType
Definition: GeoDataTypes.cpp:30
Marble::GeoDataTypes::GeoDataFeatureType
const char * GeoDataFeatureType
Definition: GeoDataTypes.cpp:36
Marble::GeoDataTypes::GeoDataTimePrimitiveType
const char * GeoDataTimePrimitiveType
Definition: GeoDataTypes.cpp:73
Marble::GeoDataTypes::GeoDataStyleType
const char * GeoDataStyleType
Definition: GeoDataTypes.cpp:71
Marble::GeoDataTypes::GeoDataAliasType
const char * GeoDataAliasType
the following const char* XXType are used to provide RTTI to the GeoData for downcasting to the good ...
Definition: GeoDataTypes.cpp:29
Marble::GeoDataTypes::GeoDataImagePyramidType
const char * GeoDataImagePyramidType
Definition: GeoDataTypes.cpp:83
Marble::GeoDataTypes::GeoDataLodType
const char * GeoDataLodType
Definition: GeoDataTypes.cpp:53
Marble::GeoDataTypes::GeoDataNetworkLinkControlType
const char * GeoDataNetworkLinkControlType
Definition: GeoDataTypes.cpp:85
Marble::GeoDataTypes::GeoDataNetworkLinkType
const char * GeoDataNetworkLinkType
Definition: GeoDataTypes.cpp:58
Marble::GeoDataTypes::GeoDataListStyleType
const char * GeoDataListStyleType
Definition: GeoDataTypes.cpp:81
Marble::GeoDataTypes::GeoDataBalloonStyleType
const char * GeoDataBalloonStyleType
Definition: GeoDataTypes.cpp:80
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:22
geodata_export.h
Marble::GeoDataTypes::GeoDataModelType
const char * GeoDataModelType
Definition: GeoDataTypes.cpp:55
Marble::GeoDataTypes::GeoDataLineStyleType
const char * GeoDataLineStyleType
Definition: GeoDataTypes.cpp:50
Marble::GeoDataTypes::GeoDataLinkType
const char * GeoDataLinkType
Definition: GeoDataTypes.cpp:51
Marble::GeoDataTypes::GeoDataResourceMapType
const char * GeoDataResourceMapType
Definition: GeoDataTypes.cpp:68
Marble::GeoDataTypes::GeoDataTrackType
const char * GeoDataTrackType
Definition: GeoDataTypes.cpp:77
Marble::GeoDataTypes::GeoDataSimpleArrayDataType
const char * GeoDataSimpleArrayDataType
Definition: GeoDataTypes.cpp:69
Marble::GeoDataTypes::GeoDataTimeSpanType
const char * GeoDataTimeSpanType
Definition: GeoDataTypes.cpp:74
Marble::GeoDataTypes::GeoDataDataType
const char * GeoDataDataType
Definition: GeoDataTypes.cpp:33
Marble::GeoDataTypes::GeoDataPhotoOverlayType
const char * GeoDataPhotoOverlayType
Definition: GeoDataTypes.cpp:61
Marble::GeoDataTypes::GeoDataViewVolumeType
const char * GeoDataViewVolumeType
Definition: GeoDataTypes.cpp:84
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal