• 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
  • 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 
53 // FIXME: Later also add NetworkLink and Overlay
54 
55 class GEODATA_EXPORT GeoDataFeature : public GeoDataObject
56 {
57  public:
58  GeoDataFeature();
60  explicit GeoDataFeature( const QString& name );
61 
62  GeoDataFeature( const GeoDataFeature& other );
63 
64  virtual ~GeoDataFeature();
65 
66  GeoDataFeature& operator=( const GeoDataFeature& other );
67 
69  virtual const char* nodeType() const;
70 
71  EnumFeatureId featureId() const;
75  enum GeoDataVisualCategory {
76  None,
77  Default,
78  Unknown,
79 
80  // The order of the cities needs to stay fixed as the
81  // algorithms rely on that.
82  SmallCity,
83  SmallCountyCapital,
84  SmallStateCapital,
85  SmallNationCapital,
86  MediumCity,
87  MediumCountyCapital,
88  MediumStateCapital,
89  MediumNationCapital,
90  BigCity,
91  BigCountyCapital,
92  BigStateCapital,
93  BigNationCapital,
94  LargeCity,
95  LargeCountyCapital,
96  LargeStateCapital,
97  LargeNationCapital,
98  Nation,
99 
100  // Terrain
101  Mountain,
102  Volcano,
103  Mons, // m
104  Valley, // v
105  Continent,
106  Ocean,
107  OtherTerrain, // o
108 
109  // Space Terrain
110  Crater, // c
111  Mare, // a
112 
113  // Places of Interest
114  GeographicPole,
115  MagneticPole,
116  ShipWreck,
117  AirPort,
118  Observatory,
119 
120  // Runners
121  Wikipedia,
122  OsmSite,
123  Coordinate,
124 
125  // Planets
126  MannedLandingSite, // h
127  RoboticRover, // r
128  UnmannedSoftLandingSite, // u
129  UnmannedHardLandingSite, // i
130 
131  Folder,
132  Bookmark,
133 
134  NaturalWater,
135  NaturalWood,
136 
137  // OpenStreetMap highways
138  HighwaySteps,
139  HighwayUnknown,
140  HighwayPath,
141  HighwayTrack,
142  HighwayPedestrian,
143  HighwayService,
144  HighwayRoad,
145  HighwayTertiaryLink,
146  HighwayTertiary,
147  HighwaySecondaryLink,
148  HighwaySecondary,
149  HighwayPrimaryLink,
150  HighwayPrimary,
151  HighwayTrunkLink,
152  HighwayTrunk,
153  HighwayMotorwayLink,
154  HighwayMotorway,
155 
156  //OSM building
157  Building,
158 
159  // OpenStreetMap category Accomodation
160  AccomodationCamping,
161  AccomodationHostel,
162  AccomodationHotel,
163  AccomodationMotel,
164  AccomodationYouthHostel,
165 
166  // OpenStreetMap category Amenity
167  AmenityLibrary,
168 
169  // OpenStreetMap category Education
170  EducationCollege,
171  EducationSchool,
172  EducationUniversity,
173 
174  // OpenStreetMap category Food
175  FoodBar,
176  FoodBiergarten,
177  FoodCafe,
178  FoodFastFood,
179  FoodPub,
180  FoodRestaurant,
181 
182  // OpenStreetMap category Health
183  HealthDoctors,
184  HealthHospital,
185  HealthPharmacy,
186 
187  // OpenStreetMap category Money
188  MoneyAtm,
189  MoneyBank,
190 
191  // OpenStreetMap category Shopping
192  ShoppingBeverages,
193  ShoppingHifi,
194  ShoppingSupermarket,
195 
196  // OpenStreetMap category Tourist
197  TouristAttraction,
198  TouristCastle,
199  TouristCinema,
200  TouristMonument,
201  TouristMuseum,
202  TouristRuin,
203  TouristTheatre,
204  TouristThemePark,
205  TouristViewPoint,
206  TouristZoo,
207 
208  // OpenStreetMap category Transport
209  TransportAerodrome,
210  TransportAirportTerminal,
211  TransportBusStation,
212  TransportBusStop,
213  TransportCarShare,
214  TransportFuel,
215  TransportParking,
216  TransportRentalBicycle,
217  TransportRentalCar,
218  TransportTaxiRank,
219  TransportTrainStation,
220  TransportTramStop,
221 
222  // OpenStreetMap category religion
223  ReligionPlaceOfWorship,
224  ReligionBahai,
225  ReligionBuddhist,
226  ReligionChristian,
227  ReligionHindu,
228  ReligionJain,
229  ReligionJewish,
230  ReligionShinto,
231  ReligionSikh,
232  // OpenStreetMap category Leisure
233  LeisurePark,
234 
235  LanduseAllotments,
236  LanduseBasin,
237  LanduseCemetery,
238  LanduseCommercial,
239  LanduseConstruction,
240  LanduseFarmland,
241  LanduseFarmyard,
242  LanduseGarages,
243  LanduseGrass,
244  LanduseIndustrial,
245  LanduseLandfill,
246  LanduseMeadow,
247  LanduseMilitary,
248  LanduseQuarry,
249  LanduseRailway,
250  LanduseReservoir,
251  LanduseResidential,
252  LanduseRetail,
253 
254  RailwayRail,
255  RailwayTram,
256  RailwayLightRail,
257  RailwayAbandoned,
258  RailwaySubway,
259  RailwayPreserved,
260  RailwayMiniature,
261  RailwayConstruction,
262  RailwayMonorail,
263  RailwayFunicular,
264 
265  Satellite,
266 
267  // Important: Make sure that this is always the last
268  // item and just use it to specify the array size
269  LastIndex
270  };
271 
275  static GeoDataVisualCategory OsmVisualCategory(const QString &keyValue );
276 
286  QString name() const;
291  void setName( const QString &value );
292 
294  QString address() const;
296  void setAddress( const QString &value);
297 
299  QString phoneNumber() const;
301  void setPhoneNumber( const QString &value );
302 
304  QString description() const;
306  void setDescription( const QString &value );
307 
316  bool descriptionIsCDATA() const;
318  void setDescriptionCDATA( bool cdata );
319 
321  const GeoDataAbstractView *abstractView() const;
322  GeoDataAbstractView *abstractView();
324  void setAbstractView( GeoDataAbstractView *abstractView );
325 
327  QString styleUrl() const;
329  void setStyleUrl( const QString &value );
330 
332  bool isVisible() const;
333 
335  bool isGloballyVisible() const;
336 
345  void setVisible( bool value );
346 
350  GeoDataTimeSpan& timeSpan() const;
351 
356  void setTimeSpan( const GeoDataTimeSpan &timeSpan );
357 
361  GeoDataTimeStamp& timeStamp() const;
362 
367  void setTimeStamp( const GeoDataTimeStamp &timeStamp );
368 
372  const GeoDataStyle* style() const;
377  void setStyle( GeoDataStyle *style );
378 
382  GeoDataExtendedData& extendedData() const;
383 
388  void setExtendedData( const GeoDataExtendedData& extendedData );
389 
393  GeoDataRegion& region() const;
400  void setRegion( const GeoDataRegion& region );
401 
405  GeoDataVisualCategory visualCategory() const;
410  void setVisualCategory( GeoDataVisualCategory category );
411 
417  const QString role() const;
422  void setRole( const QString &role );
423 
430  int zoomLevel() const;
435  void setZoomLevel( int index );
436 
440  qint64 popularity() const;
445  void setPopularity( qint64 popularity );
446 
454  const GeoDataStyleMap* styleMap() const;
458  void setStyleMap( const GeoDataStyleMap* map );
459 
460 
461  // ----------------------------------------------------------------
462  // The following functions are use for painting, and mostly for placemarks.
463 
467  static void resetDefaultStyles();
468 
470  virtual void pack( QDataStream& stream ) const;
472  virtual void unpack( QDataStream& stream );
473 
474  static QFont defaultFont();
475  static void setDefaultFont( const QFont& font );
476 
477  static QColor defaultLabelColor();
478  static void setDefaultLabelColor( const QColor& color );
479 
480  virtual void detach();
481 
482  protected:
483  // the d-pointer needs to be protected to be accessible from derived classes
484  GeoDataFeaturePrivate* d;
485  GeoDataFeature( GeoDataFeaturePrivate* priv );
486 
487  private:
488  // the private d pointer accessor - use it instead of the d pointer directly
489  GeoDataFeaturePrivate* p() const;
490 };
491 
492 }
493 
494 #endif
Marble::GeoDataFeature::TouristAttraction
Definition: GeoDataFeature.h:197
Marble::GeoDataFeature::TransportTrainStation
Definition: GeoDataFeature.h:219
Marble::GeoDataFeature::RailwaySubway
Definition: GeoDataFeature.h:258
Marble::GeoDataFeature::LargeCountyCapital
Definition: GeoDataFeature.h:95
Marble::GeoDataFeature::HighwayMotorwayLink
Definition: GeoDataFeature.h:153
Marble::GeoDataFeature::FoodPub
Definition: GeoDataFeature.h:179
Marble::GeoDataFeature::TransportCarShare
Definition: GeoDataFeature.h:213
Marble::GeoDataAbstractView
Definition: GeoDataAbstractView.h:28
Marble::GeoDataTimeStamp
Definition: GeoDataTimeStamp.h:27
Marble::GeoDataFeature::AccomodationCamping
Definition: GeoDataFeature.h:160
Marble::GeoDataFeature::HighwayMotorway
Definition: GeoDataFeature.h:154
Marble::GeoDataFeature::TransportTramStop
Definition: GeoDataFeature.h:220
Marble::GeoDataFeature::LanduseReservoir
Definition: GeoDataFeature.h:250
Marble::GeoDataFeature::ReligionHindu
Definition: GeoDataFeature.h:227
Marble::GeoDataFeature::RailwayMiniature
Definition: GeoDataFeature.h:260
Marble::GeoDataFeature::HighwayPedestrian
Definition: GeoDataFeature.h:142
Marble::GeoDataFeature::Continent
Definition: GeoDataFeature.h:105
Marble::GeoDataFeature::MediumStateCapital
Definition: GeoDataFeature.h:88
Marble::GeoDataFeature::TransportTaxiRank
Definition: GeoDataFeature.h:218
Marble::GeoDataFeature::HighwayTertiaryLink
Definition: GeoDataFeature.h:145
Marble::GeoDataFeature::Unknown
Definition: GeoDataFeature.h:78
Marble::GeoDataFeature::Mons
Definition: GeoDataFeature.h:103
Marble::GeoDataFeature::SmallNationCapital
Definition: GeoDataFeature.h:85
Marble::GeoDataFeature::TouristViewPoint
Definition: GeoDataFeature.h:205
Marble::GeoDataFeature::OsmSite
Definition: GeoDataFeature.h:122
Marble::GeoDataFeature::Default
Definition: GeoDataFeature.h:77
Marble::GeoDataObject
A base class for all geodata objects.
Definition: GeoDataObject.h:48
Marble::GeoDataFeature::Folder
Definition: GeoDataFeature.h:131
Marble::GeoDataFeature::HighwayRoad
Definition: GeoDataFeature.h:144
Marble::GeoDataFeature::Mountain
Definition: GeoDataFeature.h:101
Marble::GeoDataFeature::RailwayLightRail
Definition: GeoDataFeature.h:256
Marble::GeoDataFeature::HealthHospital
Definition: GeoDataFeature.h:184
Marble::GeoDataFeature::MoneyAtm
Definition: GeoDataFeature.h:188
Marble::GeoDataFeature::Crater
Definition: GeoDataFeature.h:110
Marble::GeoDataFeature::HighwayUnknown
Definition: GeoDataFeature.h:139
Marble::GeoDataFeature::RailwayFunicular
Definition: GeoDataFeature.h:263
Marble::GeoDataFeature::ReligionPlaceOfWorship
Definition: GeoDataFeature.h:223
Marble::GeoDataStyleMap
a class to map different styles to one style
Definition: GeoDataStyleMap.h:38
Marble::GeoDataFeature::OtherTerrain
Definition: GeoDataFeature.h:107
Marble::GeoDataFeature::ShoppingBeverages
Definition: GeoDataFeature.h:192
Marble::GeoDataFeature::Coordinate
Definition: GeoDataFeature.h:123
Marble::GeoDataFeature::AmenityLibrary
Definition: GeoDataFeature.h:167
Marble::GeoDataFeature::Valley
Definition: GeoDataFeature.h:104
Marble::GeoDataFeature::ReligionBuddhist
Definition: GeoDataFeature.h:225
Marble::GeoDataFeature::Bookmark
Definition: GeoDataFeature.h:132
Marble::GeoDataFeature::AirPort
Definition: GeoDataFeature.h:117
Marble::GeoDataFeature::Nation
Definition: GeoDataFeature.h:98
Marble::GeoDataFeature::AccomodationMotel
Definition: GeoDataFeature.h:163
Marble::GeoDataFeature::ReligionJain
Definition: GeoDataFeature.h:228
Marble::GeoDataFeature::Wikipedia
Definition: GeoDataFeature.h:121
Marble::GeoDataFeature::RailwayPreserved
Definition: GeoDataFeature.h:259
Marble::GeoDataExtendedData
a class which allows to add custom data to KML Feature.
Definition: GeoDataExtendedData.h:35
Marble::GeoDataFeature::AccomodationYouthHostel
Definition: GeoDataFeature.h:164
Marble::GeoDataFeature::HighwayTrack
Definition: GeoDataFeature.h:141
Marble::GeoDataFeature::LargeStateCapital
Definition: GeoDataFeature.h:96
Marble::GeoDataFeature::LanduseQuarry
Definition: GeoDataFeature.h:248
Marble::GeoDataFeature::SmallStateCapital
Definition: GeoDataFeature.h:84
Marble::GeoDataFeature::HighwaySteps
Definition: GeoDataFeature.h:138
Marble::GeoDataFeature::MediumCountyCapital
Definition: GeoDataFeature.h:87
Marble::GeoDataFeature::LanduseBasin
Definition: GeoDataFeature.h:236
Marble::GeoDataFeature::LanduseMeadow
Definition: GeoDataFeature.h:246
Marble::GeoDataFeature::MoneyBank
Definition: GeoDataFeature.h:189
Marble::GeoDataFeature::FoodCafe
Definition: GeoDataFeature.h:177
Marble::GeoDataStyle
an addressable style group
Definition: GeoDataStyle.h:55
Marble::GeoDataFeature::AccomodationHostel
Definition: GeoDataFeature.h:161
Marble::GeoDataFeature::LanduseResidential
Definition: GeoDataFeature.h:251
Marble::GeoDataFeaturePrivate
Definition: GeoDataFeature_p.h:30
Marble::GeoDataFeature::HighwayTertiary
Definition: GeoDataFeature.h:146
Marble::GeoDataFeature::HighwayPrimary
Definition: GeoDataFeature.h:150
Marble::GeoDataFeature::MannedLandingSite
Definition: GeoDataFeature.h:126
Marble::GeoDataFeature::ReligionShinto
Definition: GeoDataFeature.h:230
Marble::GeoDataFeature::Volcano
Definition: GeoDataFeature.h:102
Marble::GeoDataFeature::TransportAerodrome
Definition: GeoDataFeature.h:209
Marble::GeoDataFeature::AccomodationHotel
Definition: GeoDataFeature.h:162
Marble::GeoDataFeature::Ocean
Definition: GeoDataFeature.h:106
Marble::GeoDataFeature::HighwayTrunk
Definition: GeoDataFeature.h:152
Marble::GeoDataFeature::RailwayTram
Definition: GeoDataFeature.h:255
Marble::GeoDataFeature::RailwayRail
Definition: GeoDataFeature.h:254
Marble::GeoDataFeature::TransportBusStation
Definition: GeoDataFeature.h:211
GeoDataObject.h
Marble::GeoDataFeature::TransportRentalBicycle
Definition: GeoDataFeature.h:216
Marble::GeoDataFeature::TouristCinema
Definition: GeoDataFeature.h:199
Marble::GeoDataFeature::LanduseIndustrial
Definition: GeoDataFeature.h:244
Marble::GeoDataFeature::HealthDoctors
Definition: GeoDataFeature.h:183
Marble::GeoDataFeature::ShoppingSupermarket
Definition: GeoDataFeature.h:194
Marble::GeoDataFeature::d
GeoDataFeaturePrivate * d
Definition: GeoDataFeature.h:484
Marble::GeoDataFeature::FoodFastFood
Definition: GeoDataFeature.h:178
Marble::GeoDataFeature::LanduseAllotments
Definition: GeoDataFeature.h:235
Marble::GeoDataFeature::TouristRuin
Definition: GeoDataFeature.h:202
Marble::GeoDataFeature::RailwayConstruction
Definition: GeoDataFeature.h:261
Marble::GeoDataFeature::ReligionBahai
Definition: GeoDataFeature.h:224
Marble::GeoDataFeature::LanduseGrass
Definition: GeoDataFeature.h:243
Marble::GeoDataFeature::NaturalWood
Definition: GeoDataFeature.h:135
Marble::GeoDataFeature::NaturalWater
Definition: GeoDataFeature.h:134
Marble::GeoDataFeature::MediumNationCapital
Definition: GeoDataFeature.h:89
Marble::GeoDataFeature::TransportFuel
Definition: GeoDataFeature.h:214
Marble::GeoDataFeature::BigCity
Definition: GeoDataFeature.h:90
Marble::GeoDataFeature::TouristZoo
Definition: GeoDataFeature.h:206
Marble::GeoDataFeature::LanduseLandfill
Definition: GeoDataFeature.h:245
Marble::GeoDataFeature::MagneticPole
Definition: GeoDataFeature.h:115
Marble::GeoDataFeature::HighwaySecondary
Definition: GeoDataFeature.h:148
Marble::EnumFeatureId
EnumFeatureId
Definition: Serializable.h:30
Marble::GeoDataFeature::HighwayTrunkLink
Definition: GeoDataFeature.h:151
Marble::GeoDataFeature::LargeCity
Definition: GeoDataFeature.h:94
Marble::GeoDataFeature::LanduseGarages
Definition: GeoDataFeature.h:242
Marble::GeoDataFeature::TouristTheatre
Definition: GeoDataFeature.h:203
Marble::GeoDataFeature::ReligionSikh
Definition: GeoDataFeature.h:231
Marble::GeoDataFeature::ReligionJewish
Definition: GeoDataFeature.h:229
Marble::GeoDataFeature::RailwayAbandoned
Definition: GeoDataFeature.h:257
Marble::GeoDataTimeSpan
Definition: GeoDataTimeSpan.h:27
Marble::GeoDataFeature::BigNationCapital
Definition: GeoDataFeature.h:93
Marble::GeoDataFeature::EducationUniversity
Definition: GeoDataFeature.h:172
Marble::GeoDataFeature::BigCountyCapital
Definition: GeoDataFeature.h:91
Marble::GeoDataFeature::RoboticRover
Definition: GeoDataFeature.h:127
Marble::GeoDataFeature::EducationCollege
Definition: GeoDataFeature.h:170
Marble::GeoDataFeature::FoodBar
Definition: GeoDataFeature.h:175
Marble::GeoDataFeature::UnmannedHardLandingSite
Definition: GeoDataFeature.h:129
Marble::GeoDataFeature::LanduseCommercial
Definition: GeoDataFeature.h:238
Marble::GeoDataFeature::Building
Definition: GeoDataFeature.h:157
Marble::GeoDataFeature
A base class for all geodata features.
Definition: GeoDataFeature.h:55
Marble::GeoDataFeature::LanduseConstruction
Definition: GeoDataFeature.h:239
Marble::GeoDataFeature::Satellite
Definition: GeoDataFeature.h:265
Marble::GeoDataFeature::GeographicPole
Definition: GeoDataFeature.h:114
Marble::GeoDataFeature::ReligionChristian
Definition: GeoDataFeature.h:226
Marble::GeoDataFeature::MediumCity
Definition: GeoDataFeature.h:86
Marble::GeoDataFeature::SmallCountyCapital
Definition: GeoDataFeature.h:83
Marble::GeoDataFeature::LanduseFarmland
Definition: GeoDataFeature.h:240
Marble::GeoDataFeature::TouristCastle
Definition: GeoDataFeature.h:198
Marble::GeoDataFeature::HighwayPath
Definition: GeoDataFeature.h:140
Marble::GeoDataFeature::TransportRentalCar
Definition: GeoDataFeature.h:217
Marble::GeoDataFeature::LanduseRetail
Definition: GeoDataFeature.h:252
Marble::GeoDataRegion
GeoDataRegion describes the visibility and extent of a feature.
Definition: GeoDataRegion.h:49
Marble::GeoDataFeature::TransportBusStop
Definition: GeoDataFeature.h:212
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:22
geodata_export.h
Marble::GeoDataFeature::UnmannedSoftLandingSite
Definition: GeoDataFeature.h:128
Marble::GeoDataFeature::HighwaySecondaryLink
Definition: GeoDataFeature.h:147
Marble::GeoDataFeature::None
Definition: GeoDataFeature.h:76
Marble::GeoDataFeature::GeoDataVisualCategory
GeoDataVisualCategory
A categorization of a placemark as defined by ...FIXME.
Definition: GeoDataFeature.h:75
Marble::GeoDataFeature::Observatory
Definition: GeoDataFeature.h:118
Marble::GeoDataFeature::ShoppingHifi
Definition: GeoDataFeature.h:193
Marble::GeoDataFeature::HighwayService
Definition: GeoDataFeature.h:143
Marble::GeoDataFeature::LargeNationCapital
Definition: GeoDataFeature.h:97
Marble::GeoDataFeature::LeisurePark
Definition: GeoDataFeature.h:233
Marble::GeoDataFeature::TouristMuseum
Definition: GeoDataFeature.h:201
Marble::GeoDataFeature::LanduseFarmyard
Definition: GeoDataFeature.h:241
Marble::GeoDataFeature::TouristMonument
Definition: GeoDataFeature.h:200
Marble::GeoDataFeature::ShipWreck
Definition: GeoDataFeature.h:116
Marble::GeoDataFeature::LanduseCemetery
Definition: GeoDataFeature.h:237
Marble::GeoDataFeature::HealthPharmacy
Definition: GeoDataFeature.h:185
Marble::GeoDataFeature::Mare
Definition: GeoDataFeature.h:111
Marble::GeoDataFeature::LanduseRailway
Definition: GeoDataFeature.h:249
Marble::GeoDataFeature::TransportAirportTerminal
Definition: GeoDataFeature.h:210
Marble::GeoDataFeature::LanduseMilitary
Definition: GeoDataFeature.h:247
Marble::GeoDataFeature::HighwayPrimaryLink
Definition: GeoDataFeature.h:149
Marble::GeoDataFeature::EducationSchool
Definition: GeoDataFeature.h:171
Marble::GeoDataFeature::BigStateCapital
Definition: GeoDataFeature.h:92
Marble::GeoDataFeature::FoodBiergarten
Definition: GeoDataFeature.h:176
Marble::GeoDataFeature::FoodRestaurant
Definition: GeoDataFeature.h:180
Marble::GeoDataFeature::TransportParking
Definition: GeoDataFeature.h:215
Marble::GeoDataFeature::TouristThemePark
Definition: GeoDataFeature.h:204
Marble::GeoDataFeature::RailwayMonorail
Definition: GeoDataFeature.h:262
Marble::GeoDataFeature::SmallCity
Definition: GeoDataFeature.h:82
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 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