Marble
KmlOsmPlacemarkDataTagWriter.cpp
const T value(const Key &key) const const
QString number(int n, int base)
OsmPlacemarkData & memberReference(int key)
this function returns the osmData associated with a member boundary's index -1 represents the outer b...
Definition: OsmPlacemarkData.cpp:208
void writeEndElement()
QVector::iterator begin()
void writeNamespace(const QString &namespaceUri, const QString &prefix)
bool isNull() const
isNull returns false if the osmData is loaded from a source or true if its just default constructed
Definition: OsmPlacemarkData.cpp:296
static bool write(const GeoDataFeature *feature, GeoWriter &writer)
write function writes a custom XML schema made to store OsmPlacemarkData in a valid KML context
Definition: KmlOsmPlacemarkDataTagWriter.cpp:22
const Key key(const T &value) const const
QHash< QString, QString >::const_iterator tagsBegin() const
iterators for the tags hash.
Definition: OsmPlacemarkData.cpp:147
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
OsmPlacemarkData & nodeReference(const GeoDataCoordinates &coordinates)
this function returns the osmData associated with a nd
Definition: OsmPlacemarkData.cpp:161
This class is used to encapsulate the osm data fields kept within a placemark's extendedData.
Definition: OsmPlacemarkData.h:66
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:48
QVector::iterator end()
GeoDataGeometry * geometry()
The geometry of the GeoDataPlacemark is to be rendered to the marble map along with the icon at the c...
Definition: GeoDataPlacemark.cpp:145
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:25
OsmPlacemarkData & osmData()
Quick, safe accessor to the placemark's OsmPlacemarkData stored within it's ExtendedData.
Definition: GeoDataPlacemark.cpp:157
void writeAttribute(const QString &qualifiedName, const QString &value)
void writeOptionalAttribute(const QString &key, const QString &value, const QString &defaultValue=QString())
writeOptionalAttribute Convenience method to write k=v attributes if value is not equal to defaultVal...
Definition: GeoWriter.cpp:99
void writeStartElement(const QString &qualifiedName)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.