marble
KmlPlacemarkTagWriter.cpp
Go to the documentation of this file.
27 static GeoTagWriterRegistrar s_writerPlacemark( GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPlacemarkType,
void writeOptionalElement(const QString &key, const QString &value, const QString &defaultValue=QString())
Convenience method to write value if value is not equal to defaultValue.
Definition: GeoWriter.cpp:98
const char * kmlTag_nameSpaceGx22
Definition: KmlElementDictionary.cpp:35
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
const char * GeoDataPlacemarkType
Definition: GeoDataTypes.cpp:66
void writeElement(const QString &namespaceUri, const QString &key, const QString &value)
Convenience method to write value with key prefixed format namespaceUri.
Definition: GeoWriter.cpp:84
KmlPlacemarkTagWriter()
Definition: KmlPlacemarkTagWriter.cpp:49
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:152
virtual bool writeMid(const GeoNode *node, GeoWriter &writer) const
Definition: KmlPlacemarkTagWriter.cpp:30
bool isBalloonVisible() const
Returns whether balloon is visible or not.
Definition: GeoDataPlacemark.cpp:282
const char * kmlTag_balloonVisibility
Definition: KmlElementDictionary.cpp:218
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:29
QPair< QString, QString > QualifiedName
Object Name and Namespace Pair This type is intended to be used in a similar way to.
Definition: GeoTagWriter.h:48
const char * kmlTag_nameSpaceOgc22
Definition: KmlElementDictionary.cpp:34
bool writeElement(const GeoNode *object, GeoWriter &writer) const
Definition: GeoTagWriter.cpp:29
QString & setNum(short n, int base)
static GeoTagWriterRegistrar s_writerPlacemark(GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPlacemarkType, kml::kmlTag_nameSpaceOgc22), new KmlPlacemarkTagWriter())
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:40 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:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.