marble
KmlScreenOverlayWriter.cpp
Go to the documentation of this file.
27 KmlScreenOverlayWriter::KmlScreenOverlayWriter() : KmlOverlayTagWriter( kml::kmlTag_ScreenOverlay )
45 void KmlScreenOverlayWriter::writeVec2( const QString &element, const GeoDataVec2 &vec2, GeoWriter &writer ) const
static GeoTagWriterRegistrar s_writerLookAt(GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataGroundOverlayType, kml::kmlTag_nameSpace22), new KmlGroundOverlayWriter)
GeoDataVec2 screenXY() const
Definition: GeoDataScreenOverlay.cpp:78
GeoDataVec2 overlayXY() const
Definition: GeoDataScreenOverlay.cpp:59
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
Definition: GeoDataVec2.h:25
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
const char * kmlTag_nameSpace22
Definition: KmlElementDictionary.cpp:33
const char * kmlTag_ScreenOverlay
Definition: KmlElementDictionary.cpp:164
KmlScreenOverlayWriter()
Definition: KmlScreenOverlayWriter.cpp:27
const char * GeoDataScreenOverlayType
Definition: GeoDataTypes.cpp:79
GeoDataVec2 rotationXY() const
Definition: GeoDataScreenOverlay.cpp:97
const char * kmlTag_rotationXY
Definition: KmlElementDictionary.cpp:158
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:28
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
Definition: GeoDataVec2.h:22
bool writeMid(const GeoNode *node, GeoWriter &writer) const
Definition: KmlScreenOverlayWriter.cpp:33
qreal rotation() const
Definition: GeoDataScreenOverlay.cpp:135
Definition: GeoDataVec2.h:25
Definition: GeoDataVec2.h:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.