marble
CacheRunner.cpp
Go to the documentation of this file.
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
void setDocumentRole(DocumentRole role)
Definition: GeoDataDocument.cpp:86
void setDescription(const QString &value)
Set the description of this feature to value.
Definition: GeoDataFeature.cpp:593
bool exists() const
void setCoordinate(qreal longitude, qreal latitude, qreal altitude=0, GeoDataCoordinates::Unit _unit=GeoDataCoordinates::Radian)
Set the coordinate of the placemark in longitude and latitude.
Definition: GeoDataPlacemark.cpp:215
void setState(const QString &state)
Set the state state of the placemark.
Definition: GeoDataPlacemark.cpp:265
Definition: GeoDataDocument.h:40
void parsingFinished(GeoDataDocument *document, const QString &error=QString())
File parsing is finished, result in the given document object.
void setName(const QString &value)
Set a new name for this feature.
Definition: GeoDataFeature.cpp:549
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
bool atEnd() const
Definition: ParsingRunner.h:23
void setVersion(int v)
void setPopulation(qint64 population)
Sets the population of the placemark.
Definition: GeoDataPlacemark.cpp:254
virtual void close()
virtual void parseFile(const QString &fileName, DocumentRole role)
Start a file parsing.
Definition: CacheRunner.cpp:32
Definition: GeoDataData.h:26
void addValue(const GeoDataData &data)
add a data object to the GeoDataExtendedData with the key
Definition: GeoDataExtendedData.cpp:71
void setFileName(const QString &value)
Set a new file name for this document.
Definition: GeoDataDocument.cpp:106
void setArea(qreal area)
Set the area size of the feature in square km.
Definition: GeoDataPlacemark.cpp:243
GeoDataExtendedData & extendedData() const
Return the ExtendedData assigned to the feature.
Definition: GeoDataFeature.cpp:743
void setCountryCode(const QString &code)
Set the country code of the placemark.
Definition: GeoDataPlacemark.cpp:276
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.