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

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • data
GeoDataFeature.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2007 Murad Tagirov <tmurad@gmail.com>
9 // Copyright 2009 Patrick Spendrin <ps_ml@gmx.de>
10 //
11 
12 
13 #ifndef MARBLE_GEODATAFEATURE_H
14 #define MARBLE_GEODATAFEATURE_H
15 
16 
17 #include <QString>
18 #include <QFont>
19 #include <QColor>
20 
21 #include "GeoDataObject.h"
22 
23 #include "geodata_export.h"
24 
25 namespace Marble
26 {
27 
28 // forward define all features we can find.
29 class GeoDataRegion;
30 class GeoDataAbstractView;
31 
32 class GeoDataStyle;
33 class GeoDataStyleMap;
34 
35 class GeoDataExtendedData;
36 
37 class GeoDataTimeSpan;
38 class GeoDataTimeStamp;
39 
40 class GeoDataFeaturePrivate;
41 
42 class GeoDataSnippet;
43 
55 // FIXME: Later also add NetworkLink and Overlay
56 
57 class GEODATA_EXPORT GeoDataFeature : public GeoDataObject
58 {
59  public:
60  GeoDataFeature();
62  explicit GeoDataFeature( const QString& name );
63 
64  GeoDataFeature( const GeoDataFeature& other );
65 
66  virtual ~GeoDataFeature();
67 
68  GeoDataFeature& operator=( const GeoDataFeature& other );
69 
71  virtual const char* nodeType() const;
72 
73  EnumFeatureId featureId() const;
77  enum GeoDataVisualCategory {
78  None,
79  Default,
80  Unknown,
81 
82  // The order of the cities needs to stay fixed as the
83  // algorithms rely on that.
84  SmallCity,
85  SmallCountyCapital,
86  SmallStateCapital,
87  SmallNationCapital,
88  MediumCity,
89  MediumCountyCapital,
90  MediumStateCapital,
91  MediumNationCapital,
92  BigCity,
93  BigCountyCapital,
94  BigStateCapital,
95  BigNationCapital,
96  LargeCity,
97  LargeCountyCapital,
98  LargeStateCapital,
99  LargeNationCapital,
100  Nation,
101 
102  // Terrain
103  Mountain,
104  Volcano,
105  Mons, // m
106  Valley, // v
107  Continent,
108  Ocean,
109  OtherTerrain, // o
110 
111  // Space Terrain
112  Crater, // c
113  Mare, // a
114 
115  // Places of Interest
116  GeographicPole,
117  MagneticPole,
118  ShipWreck,
119  AirPort,
120  Observatory,
121 
122  // Runners
123  Wikipedia,
124  OsmSite,
125  Coordinate,
126 
127  // Planets
128  MannedLandingSite, // h
129  RoboticRover, // r
130  UnmannedSoftLandingSite, // u
131  UnmannedHardLandingSite, // i
132 
133  Folder,
134  Bookmark,
135 
136  NaturalWater,
137  NaturalWood,
138 
139  // OpenStreetMap highways
140  HighwaySteps,
141  HighwayUnknown,
142  HighwayPath,
143  HighwayTrack,
144  HighwayPedestrian,
145  HighwayService,
146  HighwayRoad,
147  HighwayTertiaryLink,
148  HighwayTertiary,
149  HighwaySecondaryLink,
150  HighwaySecondary,
151  HighwayPrimaryLink,
152  HighwayPrimary,
153  HighwayTrunkLink,
154  HighwayTrunk,
155  HighwayMotorwayLink,
156  HighwayMotorway,
157 
158  //OSM building
159  Building,
160 
161  // OpenStreetMap category Accomodation
162  AccomodationCamping,
163  AccomodationHostel,
164  AccomodationHotel,
165  AccomodationMotel,
166  AccomodationYouthHostel,
167 
168  // OpenStreetMap category Amenity
169  AmenityLibrary,
170 
171  // OpenStreetMap category Education
172  EducationCollege,
173  EducationSchool,
174  EducationUniversity,
175 
176  // OpenStreetMap category Food
177  FoodBar,
178  FoodBiergarten,
179  FoodCafe,
180  FoodFastFood,
181  FoodPub,
182  FoodRestaurant,
183 
184  // OpenStreetMap category Health
185  HealthDoctors,
186  HealthHospital,
187  HealthPharmacy,
188 
189  // OpenStreetMap category Money
190  MoneyAtm,
191  MoneyBank,
192 
193  // OpenStreetMap category Shopping
194  ShoppingBeverages,
195  ShoppingHifi,
196  ShoppingSupermarket,
197 
198  // OpenStreetMap category Tourist
199  TouristAttraction,
200  TouristCastle,
201  TouristCinema,
202  TouristMonument,
203  TouristMuseum,
204  TouristRuin,
205  TouristTheatre,
206  TouristThemePark,
207  TouristViewPoint,
208  TouristZoo,
209 
210  // OpenStreetMap category Transport
211  TransportAerodrome,
212  TransportAirportTerminal,
213  TransportBusStation,
214  TransportBusStop,
215  TransportCarShare,
216  TransportFuel,
217  TransportParking,
218  TransportRentalBicycle,
219  TransportRentalCar,
220  TransportTaxiRank,
221  TransportTrainStation,
222  TransportTramStop,
223 
224  // OpenStreetMap category religion
225  ReligionPlaceOfWorship,
226  ReligionBahai,
227  ReligionBuddhist,
228  ReligionChristian,
229  ReligionHindu,
230  ReligionJain,
231  ReligionJewish,
232  ReligionShinto,
233  ReligionSikh,
234  // OpenStreetMap category Leisure
235  LeisurePark,
236 
237  LanduseAllotments,
238  LanduseBasin,
239  LanduseCemetery,
240  LanduseCommercial,
241  LanduseConstruction,
242  LanduseFarmland,
243  LanduseFarmyard,
244  LanduseGarages,
245  LanduseGrass,
246  LanduseIndustrial,
247  LanduseLandfill,
248  LanduseMeadow,
249  LanduseMilitary,
250  LanduseQuarry,
251  LanduseRailway,
252  LanduseReservoir,
253  LanduseResidential,
254  LanduseRetail,
255 
256  RailwayRail,
257  RailwayTram,
258  RailwayLightRail,
259  RailwayAbandoned,
260  RailwaySubway,
261  RailwayPreserved,
262  RailwayMiniature,
263  RailwayConstruction,
264  RailwayMonorail,
265  RailwayFunicular,
266 
267  Satellite,
268 
269  // Important: Make sure that this is always the last
270  // item and just use it to specify the array size
271  LastIndex
272  };
273 
277  static GeoDataVisualCategory OsmVisualCategory(const QString &keyValue );
278 
288  QString name() const;
293  void setName( const QString &value );
294 
302  GeoDataSnippet snippet() const;
307  void setSnippet( const GeoDataSnippet &value );
308 
310  QString address() const;
312  void setAddress( const QString &value);
313 
315  QString phoneNumber() const;
317  void setPhoneNumber( const QString &value );
318 
320  QString description() const;
322  void setDescription( const QString &value );
323 
332  bool descriptionIsCDATA() const;
334  void setDescriptionCDATA( bool cdata );
335 
337  const GeoDataAbstractView *abstractView() const;
338  GeoDataAbstractView *abstractView();
340  void setAbstractView( GeoDataAbstractView *abstractView );
341 
343  QString styleUrl() const;
345  void setStyleUrl( const QString &value );
346 
348  bool isVisible() const;
349 
351  bool isGloballyVisible() const;
352 
361  void setVisible( bool value );
362 
366  const GeoDataTimeSpan& timeSpan() const;
367  GeoDataTimeSpan& timeSpan();
368 
373  void setTimeSpan( const GeoDataTimeSpan &timeSpan );
374 
378  const GeoDataTimeStamp& timeStamp() const;
379  GeoDataTimeStamp& timeStamp();
380 
385  void setTimeStamp( const GeoDataTimeStamp &timeStamp );
386 
390  const GeoDataStyle* style() const;
394  const GeoDataStyle* customStyle() const;
399  void setStyle( GeoDataStyle *style );
400 
404  GeoDataExtendedData& extendedData() const;
405 
410  void setExtendedData( const GeoDataExtendedData& extendedData );
411 
415  GeoDataRegion& region() const;
422  void setRegion( const GeoDataRegion& region );
423 
427  GeoDataVisualCategory visualCategory() const;
432  void setVisualCategory( GeoDataVisualCategory category );
433 
439  const QString role() const;
444  void setRole( const QString &role );
445 
452  int zoomLevel() const;
457  void setZoomLevel( int index );
458 
462  qint64 popularity() const;
467  void setPopularity( qint64 popularity );
468 
476  const GeoDataStyleMap* styleMap() const;
480  void setStyleMap( const GeoDataStyleMap* map );
481 
482 
483  // ----------------------------------------------------------------
484  // The following functions are use for painting, and mostly for placemarks.
485 
489  static void resetDefaultStyles();
490 
492  virtual void pack( QDataStream& stream ) const;
494  virtual void unpack( QDataStream& stream );
495 
496  static QFont defaultFont();
497  static void setDefaultFont( const QFont& font );
498 
499  static QColor defaultLabelColor();
500  static void setDefaultLabelColor( const QColor& color );
501 
502  virtual void detach();
503 
504  protected:
505  // the d-pointer needs to be protected to be accessible from derived classes
506  GeoDataFeaturePrivate* d;
507  GeoDataFeature( GeoDataFeaturePrivate* priv );
508 
509  bool equals( const GeoDataFeature &other ) const;
510  using GeoDataObject::equals;
511 
512  private:
513  // the private d pointer accessor - use it instead of the d pointer directly
514  GeoDataFeaturePrivate* p() const;
515 };
516 
517 }
518 
519 #endif
Marble::GeoDataFeature::TouristAttraction
Definition: GeoDataFeature.h:199
Marble::GeoDataFeature::TransportTrainStation
Definition: GeoDataFeature.h:221
Marble::GeoDataFeature::RailwaySubway
Definition: GeoDataFeature.h:260
Marble::GeoDataFeature::LargeCountyCapital
Definition: GeoDataFeature.h:97
Marble::GeoDataFeature::HighwayMotorwayLink
Definition: GeoDataFeature.h:155
Marble::GeoDataFeature::FoodPub
Definition: GeoDataFeature.h:181
Marble::GeoDataFeature::TransportCarShare
Definition: GeoDataFeature.h:215
Marble::GeoDataAbstractView
Definition: GeoDataAbstractView.h:30
Marble::GeoDataTimeStamp
Definition: GeoDataTimeStamp.h:27
Marble::GeoDataFeature::AccomodationCamping
Definition: GeoDataFeature.h:162
Marble::GeoDataFeature::HighwayMotorway
Definition: GeoDataFeature.h:156
Marble::GeoDataFeature::TransportTramStop
Definition: GeoDataFeature.h:222
Marble::GeoDataFeature::LanduseReservoir
Definition: GeoDataFeature.h:252
Marble::GeoDataFeature::ReligionHindu
Definition: GeoDataFeature.h:229
Marble::GeoDataFeature::RailwayMiniature
Definition: GeoDataFeature.h:262
Marble::GeoDataFeature::HighwayPedestrian
Definition: GeoDataFeature.h:144
Marble::GeoDataFeature::Continent
Definition: GeoDataFeature.h:107
Marble::GeoDataFeature::MediumStateCapital
Definition: GeoDataFeature.h:90
Marble::GeoDataFeature::TransportTaxiRank
Definition: GeoDataFeature.h:220
Marble::GeoDataFeature::HighwayTertiaryLink
Definition: GeoDataFeature.h:147
Marble::GeoDataFeature::Unknown
Definition: GeoDataFeature.h:80
Marble::GeoDataFeature::Mons
Definition: GeoDataFeature.h:105
Marble::GeoDataFeature::SmallNationCapital
Definition: GeoDataFeature.h:87
Marble::GeoDataFeature::TouristViewPoint
Definition: GeoDataFeature.h:207
QDataStream
Marble::GeoDataFeature::OsmSite
Definition: GeoDataFeature.h:124
Marble::GeoDataFeature::Default
Definition: GeoDataFeature.h:79
QFont
Marble::GeoDataObject
A base class for all geodata objects.
Definition: GeoDataObject.h:48
Marble::GeoDataFeature::Folder
Definition: GeoDataFeature.h:133
Marble::GeoDataFeature::HighwayRoad
Definition: GeoDataFeature.h:146
Marble::GeoDataFeature::Mountain
Definition: GeoDataFeature.h:103
Marble::GeoDataFeature::RailwayLightRail
Definition: GeoDataFeature.h:258
Marble::GeoDataObject::equals
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
Marble::GeoDataFeature::HealthHospital
Definition: GeoDataFeature.h:186
Marble::GeoDataFeature::MoneyAtm
Definition: GeoDataFeature.h:190
Marble::GeoDataFeature::Crater
Definition: GeoDataFeature.h:112
Marble::GeoDataFeature::HighwayUnknown
Definition: GeoDataFeature.h:141
Marble::GeoDataFeature::RailwayFunicular
Definition: GeoDataFeature.h:265
Marble::GeoDataFeature::ReligionPlaceOfWorship
Definition: GeoDataFeature.h:225
Marble::GeoDataStyleMap
a class to map different styles to one style
Definition: GeoDataStyleMap.h:38
Marble::GeoDataFeature::OtherTerrain
Definition: GeoDataFeature.h:109
Marble::GeoDataFeature::ShoppingBeverages
Definition: GeoDataFeature.h:194
Marble::GeoDataFeature::Coordinate
Definition: GeoDataFeature.h:125
Marble::GeoDataFeature::AmenityLibrary
Definition: GeoDataFeature.h:169
Marble::GeoDataFeature::Valley
Definition: GeoDataFeature.h:106
Marble::GeoDataFeature::ReligionBuddhist
Definition: GeoDataFeature.h:227
Marble::GeoDataFeature::Bookmark
Definition: GeoDataFeature.h:134
Marble::GeoDataFeature::AirPort
Definition: GeoDataFeature.h:119
Marble::GeoDataFeature::Nation
Definition: GeoDataFeature.h:100
Marble::GeoDataFeature::AccomodationMotel
Definition: GeoDataFeature.h:165
Marble::GeoDataFeature::ReligionJain
Definition: GeoDataFeature.h:230
Marble::GeoDataFeature::Wikipedia
Definition: GeoDataFeature.h:123
Marble::GeoDataFeature::RailwayPreserved
Definition: GeoDataFeature.h:261
Marble::GeoDataExtendedData
a class which allows to add custom data to KML Feature.
Definition: GeoDataExtendedData.h:35
Marble::GeoDataFeature::AccomodationYouthHostel
Definition: GeoDataFeature.h:166
Marble::GeoDataFeature::HighwayTrack
Definition: GeoDataFeature.h:143
Marble::GeoDataFeature::LargeStateCapital
Definition: GeoDataFeature.h:98
Marble::GeoDataFeature::LanduseQuarry
Definition: GeoDataFeature.h:250
Marble::GeoDataFeature::SmallStateCapital
Definition: GeoDataFeature.h:86
Marble::GeoDataFeature::HighwaySteps
Definition: GeoDataFeature.h:140
Marble::GeoDataFeature::MediumCountyCapital
Definition: GeoDataFeature.h:89
Marble::GeoDataFeature::LanduseBasin
Definition: GeoDataFeature.h:238
Marble::GeoDataFeature::LanduseMeadow
Definition: GeoDataFeature.h:248
Marble::GeoDataFeature::MoneyBank
Definition: GeoDataFeature.h:191
Marble::GeoDataFeature::FoodCafe
Definition: GeoDataFeature.h:179
Marble::GeoDataStyle
an addressable style group
Definition: GeoDataStyle.h:55
Marble::GeoDataFeature::AccomodationHostel
Definition: GeoDataFeature.h:163
Marble::GeoDataFeature::LanduseResidential
Definition: GeoDataFeature.h:253
Marble::GeoDataFeaturePrivate
Definition: GeoDataFeature_p.h:31
Marble::GeoDataFeature::HighwayTertiary
Definition: GeoDataFeature.h:148
Marble::GeoDataFeature::HighwayPrimary
Definition: GeoDataFeature.h:152
Marble::GeoDataFeature::MannedLandingSite
Definition: GeoDataFeature.h:128
Marble::GeoDataFeature::ReligionShinto
Definition: GeoDataFeature.h:232
Marble::GeoDataFeature::Volcano
Definition: GeoDataFeature.h:104
Marble::GeoDataFeature::TransportAerodrome
Definition: GeoDataFeature.h:211
Marble::GeoDataFeature::AccomodationHotel
Definition: GeoDataFeature.h:164
Marble::GeoDataFeature::Ocean
Definition: GeoDataFeature.h:108
Marble::GeoDataFeature::HighwayTrunk
Definition: GeoDataFeature.h:154
Marble::GeoDataFeature::RailwayTram
Definition: GeoDataFeature.h:257
Marble::GeoDataFeature::RailwayRail
Definition: GeoDataFeature.h:256
Marble::GeoDataFeature::TransportBusStation
Definition: GeoDataFeature.h:213
GeoDataObject.h
Marble::GeoDataFeature::TransportRentalBicycle
Definition: GeoDataFeature.h:218
Marble::GeoDataFeature::TouristCinema
Definition: GeoDataFeature.h:201
Marble::GeoDataFeature::LanduseIndustrial
Definition: GeoDataFeature.h:246
Marble::GeoDataFeature::HealthDoctors
Definition: GeoDataFeature.h:185
Marble::GeoDataFeature::ShoppingSupermarket
Definition: GeoDataFeature.h:196
Marble::GeoDataFeature::d
GeoDataFeaturePrivate * d
Definition: GeoDataFeature.h:506
Marble::GeoDataFeature::FoodFastFood
Definition: GeoDataFeature.h:180
Marble::GeoDataFeature::LanduseAllotments
Definition: GeoDataFeature.h:237
QString
QColor
Marble::GeoDataFeature::TouristRuin
Definition: GeoDataFeature.h:204
Marble::GeoDataFeature::RailwayConstruction
Definition: GeoDataFeature.h:263
Marble::GeoDataFeature::ReligionBahai
Definition: GeoDataFeature.h:226
Marble::GeoDataFeature::LanduseGrass
Definition: GeoDataFeature.h:245
Marble::GeoDataFeature::NaturalWood
Definition: GeoDataFeature.h:137
Marble::GeoDataFeature::NaturalWater
Definition: GeoDataFeature.h:136
Marble::GeoDataFeature::MediumNationCapital
Definition: GeoDataFeature.h:91
Marble::GeoDataFeature::TransportFuel
Definition: GeoDataFeature.h:216
Marble::GeoDataFeature::BigCity
Definition: GeoDataFeature.h:92
Marble::GeoDataFeature::TouristZoo
Definition: GeoDataFeature.h:208
Marble::GeoDataFeature::LanduseLandfill
Definition: GeoDataFeature.h:247
Marble::GeoDataFeature::MagneticPole
Definition: GeoDataFeature.h:117
Marble::GeoDataFeature::HighwaySecondary
Definition: GeoDataFeature.h:150
Marble::EnumFeatureId
EnumFeatureId
Definition: Serializable.h:30
Marble::GeoDataFeature::HighwayTrunkLink
Definition: GeoDataFeature.h:153
Marble::GeoDataFeature::LargeCity
Definition: GeoDataFeature.h:96
Marble::GeoDataFeature::LanduseGarages
Definition: GeoDataFeature.h:244
Marble::GeoDataFeature::TouristTheatre
Definition: GeoDataFeature.h:205
Marble::GeoDataFeature::ReligionSikh
Definition: GeoDataFeature.h:233
Marble::GeoDataFeature::ReligionJewish
Definition: GeoDataFeature.h:231
Marble::GeoDataFeature::RailwayAbandoned
Definition: GeoDataFeature.h:259
Marble::GeoDataTimeSpan
Definition: GeoDataTimeSpan.h:28
Marble::GeoDataFeature::BigNationCapital
Definition: GeoDataFeature.h:95
Marble::GeoDataFeature::EducationUniversity
Definition: GeoDataFeature.h:174
Marble::GeoDataFeature::BigCountyCapital
Definition: GeoDataFeature.h:93
Marble::GeoDataFeature::RoboticRover
Definition: GeoDataFeature.h:129
Marble::GeoDataFeature::EducationCollege
Definition: GeoDataFeature.h:172
Marble::GeoDataFeature::FoodBar
Definition: GeoDataFeature.h:177
Marble::GeoDataFeature::UnmannedHardLandingSite
Definition: GeoDataFeature.h:131
Marble::GeoDataFeature::LanduseCommercial
Definition: GeoDataFeature.h:240
Marble::GeoDataFeature::Building
Definition: GeoDataFeature.h:159
Marble::GeoDataFeature
A base class for all geodata features.
Definition: GeoDataFeature.h:57
Marble::GeoDataFeature::LanduseConstruction
Definition: GeoDataFeature.h:241
Marble::GeoDataFeature::Satellite
Definition: GeoDataFeature.h:267
Marble::GeoDataFeature::GeographicPole
Definition: GeoDataFeature.h:116
Marble::GeoDataFeature::ReligionChristian
Definition: GeoDataFeature.h:228
Marble::GeoDataFeature::MediumCity
Definition: GeoDataFeature.h:88
Marble::GeoDataFeature::SmallCountyCapital
Definition: GeoDataFeature.h:85
Marble::GeoDataFeature::LanduseFarmland
Definition: GeoDataFeature.h:242
Marble::GeoDataFeature::TouristCastle
Definition: GeoDataFeature.h:200
Marble::GeoDataFeature::HighwayPath
Definition: GeoDataFeature.h:142
Marble::GeoDataFeature::TransportRentalCar
Definition: GeoDataFeature.h:219
Marble::GeoDataFeature::LanduseRetail
Definition: GeoDataFeature.h:254
Marble::GeoDataRegion
GeoDataRegion describes the visibility and extent of a feature.
Definition: GeoDataRegion.h:49
Marble::GeoDataFeature::TransportBusStop
Definition: GeoDataFeature.h:214
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:22
geodata_export.h
Marble::GeoDataFeature::UnmannedSoftLandingSite
Definition: GeoDataFeature.h:130
Marble::GeoDataFeature::HighwaySecondaryLink
Definition: GeoDataFeature.h:149
Marble::GeoDataSnippet
Definition: GeoDataSnippet.h:20
Marble::GeoDataFeature::None
Definition: GeoDataFeature.h:78
Marble::GeoDataFeature::GeoDataVisualCategory
GeoDataVisualCategory
A categorization of a placemark as defined by ...FIXME.
Definition: GeoDataFeature.h:77
Marble::GeoDataFeature::Observatory
Definition: GeoDataFeature.h:120
Marble::GeoDataFeature::ShoppingHifi
Definition: GeoDataFeature.h:195
Marble::GeoDataFeature::HighwayService
Definition: GeoDataFeature.h:145
Marble::GeoDataFeature::LargeNationCapital
Definition: GeoDataFeature.h:99
Marble::GeoDataFeature::LeisurePark
Definition: GeoDataFeature.h:235
Marble::GeoDataFeature::TouristMuseum
Definition: GeoDataFeature.h:203
Marble::GeoDataFeature::LanduseFarmyard
Definition: GeoDataFeature.h:243
Marble::GeoDataFeature::TouristMonument
Definition: GeoDataFeature.h:202
Marble::GeoDataFeature::ShipWreck
Definition: GeoDataFeature.h:118
Marble::GeoDataFeature::LanduseCemetery
Definition: GeoDataFeature.h:239
Marble::GeoDataFeature::HealthPharmacy
Definition: GeoDataFeature.h:187
Marble::GeoDataFeature::Mare
Definition: GeoDataFeature.h:113
Marble::GeoDataFeature::LanduseRailway
Definition: GeoDataFeature.h:251
Marble::GeoDataFeature::TransportAirportTerminal
Definition: GeoDataFeature.h:212
Marble::GeoDataFeature::LanduseMilitary
Definition: GeoDataFeature.h:249
Marble::GeoDataFeature::HighwayPrimaryLink
Definition: GeoDataFeature.h:151
Marble::GeoDataFeature::EducationSchool
Definition: GeoDataFeature.h:173
Marble::GeoDataFeature::BigStateCapital
Definition: GeoDataFeature.h:94
Marble::GeoDataFeature::FoodBiergarten
Definition: GeoDataFeature.h:178
Marble::GeoDataFeature::FoodRestaurant
Definition: GeoDataFeature.h:182
Marble::GeoDataFeature::TransportParking
Definition: GeoDataFeature.h:217
Marble::GeoDataFeature::TouristThemePark
Definition: GeoDataFeature.h:206
Marble::GeoDataFeature::RailwayMonorail
Definition: GeoDataFeature.h:264
Marble::GeoDataFeature::SmallCity
Definition: GeoDataFeature.h:84
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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
  • 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