marble
Marble::KmlOverlayTagWriter Class Referenceabstract
#include <KmlOverlayTagWriter.h>
Inheritance diagram for Marble::KmlOverlayTagWriter:

Public Member Functions | |
| KmlOverlayTagWriter (const QString &elementName) | |
Public Member Functions inherited from Marble::KmlFeatureTagWriter | |
| KmlFeatureTagWriter (const QString &elementName) | |
| bool | write (const GeoNode *node, GeoWriter &writer) const |
Protected Member Functions | |
| virtual bool | writeMid (const GeoNode *node, GeoWriter &writer) const =0 |
Protected Member Functions inherited from Marble::GeoTagWriter | |
| GeoTagWriter () | |
| virtual | ~GeoTagWriter () |
| bool | writeElement (const GeoNode *object, GeoWriter &writer) const |
Additional Inherited Members | |
Public Types inherited from Marble::GeoTagWriter | |
| typedef QPair< QString, QString > | QualifiedName |
Detailed Description
Definition at line 23 of file KmlOverlayTagWriter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 22 of file KmlOverlayTagWriter.cpp.
Member Function Documentation
|
protectedpure virtual |
Implements Marble::KmlFeatureTagWriter.
Implemented in Marble::KmlScreenOverlayWriter, Marble::KmlGroundOverlayWriter, and Marble::KmlPhotoOverlayWriter.
Definition at line 28 of file KmlOverlayTagWriter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 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:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from