Home
last modified time | relevance | path

Searched refs:GEODATA_EXPORT (Results 1 – 25 of 106) sorted by relevance

12345

/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/kml/
H A DKmlElementDictionary.h24 GEODATA_EXPORT extern const char kmlTag_address[];
26 GEODATA_EXPORT extern const char kmlTag_Alias[];
30 GEODATA_EXPORT extern const char kmlTag_begin[];
35 GEODATA_EXPORT extern const char kmlTag_code[];
36 GEODATA_EXPORT extern const char kmlTag_color[];
43 GEODATA_EXPORT extern const char kmlTag_Data[];
51 GEODATA_EXPORT extern const char kmlTag_east[];
52 GEODATA_EXPORT extern const char kmlTag_end[];
67 GEODATA_EXPORT extern const char kmlTag_h[];
78 GEODATA_EXPORT extern const char kmlTag_key[];
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/parser/
H A DGeoDataTypes.h23 GEODATA_EXPORT extern const char GeoDataAliasType[];
25 GEODATA_EXPORT extern const char GeoDataCameraType[];
26 GEODATA_EXPORT extern const char GeoDataChangeType[];
28 GEODATA_EXPORT extern const char GeoDataCreateType[];
29 GEODATA_EXPORT extern const char GeoDataDataType[];
30 GEODATA_EXPORT extern const char GeoDataDeleteType[];
33 GEODATA_EXPORT extern const char GeoDataFlyToType[];
34 GEODATA_EXPORT extern const char GeoDataFolderType[];
46 GEODATA_EXPORT extern const char GeoDataLinkType[];
48 GEODATA_EXPORT extern const char GeoDataLodType[];
[all …]
H A DGeoDocument.h19 class GEODATA_EXPORT GeoDocument
34 class GEODATA_EXPORT GeoNode
H A DGeoDataParser.h25 class GEODATA_EXPORT GeoDataParser : public GeoParser
39 GEODATA_EXPORT GeoDataDocument* geoDataDoc(GeoParser& parser);
H A DGeoSceneParser.h23 class GEODATA_EXPORT GeoSceneParser : public GeoParser
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataLatLonAltBox.h42 class GEODATA_EXPORT GeoDataLatLonAltBox : public GeoDataLatLonBox
44 …friend bool GEODATA_EXPORT operator==( GeoDataLatLonAltBox const& lhs, GeoDataLatLonAltBox const& …
137 uint GEODATA_EXPORT qHash(const GeoDataLatLonAltBox &box, uint seed = 0);
139 bool GEODATA_EXPORT operator==( GeoDataLatLonAltBox const& lhs, GeoDataLatLonAltBox const& rhs );
H A DGeoDataPolygon.h76 class GEODATA_EXPORT GeoDataPolygon : public GeoDataGeometry
226 class GEODATA_EXPORT GeoDataOuterBoundary : public GeoDataPolygon
230 class GEODATA_EXPORT GeoDataInnerBoundary : public GeoDataPolygon
H A DGeoDataLatLonBox.h46 class GEODATA_EXPORT GeoDataLatLonBox : public GeoDataObject
48 … friend bool GEODATA_EXPORT operator==( GeoDataLatLonBox const& lhs, GeoDataLatLonBox const& rhs );
49 … friend bool GEODATA_EXPORT operator!=( GeoDataLatLonBox const& lhs, GeoDataLatLonBox const& rhs );
H A DGeoDataCoordinates.h40 class GEODATA_EXPORT GeoDataCoordinates
434 GEODATA_EXPORT uint qHash(const GeoDataCoordinates& coordinates );
H A DGeoDataTourPrimitive.h17 class GEODATA_EXPORT GeoDataTourPrimitive : public GeoDataObject
H A DGeoDataWait.h16 class GEODATA_EXPORT GeoDataWait : public GeoDataTourPrimitive
H A DGeoDataTourControl.h16 class GEODATA_EXPORT GeoDataTourControl : public GeoDataTourPrimitive
H A DGeoDataSnippet.h15 class GEODATA_EXPORT GeoDataSnippet
H A DGeoDataSoundCue.h18 class GEODATA_EXPORT GeoDataSoundCue : public GeoDataTourPrimitive
H A DGeoDataTimePrimitive.h27 class GEODATA_EXPORT GeoDataTimePrimitive : public GeoDataObject
H A DGeoDataCreate.h19 class GEODATA_EXPORT GeoDataCreate : public GeoDataContainer
H A DGeoDataChange.h19 class GEODATA_EXPORT GeoDataChange : public GeoDataContainer
H A DGeoDataDelete.h19 class GEODATA_EXPORT GeoDataDelete : public GeoDataContainer
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/
H A Dgeodata_export.h13 #define GEODATA_EXPORT MARBLE_EXPORT macro
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/scene/
H A DGeoSceneZoom.h19 class GEODATA_EXPORT GeoSceneZoom : public GeoNode
H A DGeoSceneIcon.h23 class GEODATA_EXPORT GeoSceneIcon : public GeoNode
H A DGeoSceneLegend.h26 class GEODATA_EXPORT GeoSceneLegend : public GeoNode
H A DGeoSceneAbstractDataset.h22 class GEODATA_EXPORT GeoSceneAbstractDataset : public GeoNode
H A DGeoSceneMercatorTileProjection.h30 class GEODATA_EXPORT GeoSceneMercatorTileProjection : public GeoSceneAbstractTileProjection
H A DGeoSceneEquirectTileProjection.h26 class GEODATA_EXPORT GeoSceneEquirectTileProjection : public GeoSceneAbstractTileProjection

12345