marble
#include <GeoTagWriter.h>
Public Types | |
typedef QPair< QString, QString > | QualifiedName |
Public Member Functions | |
virtual bool | write (const GeoNode *node, GeoWriter &writer) const =0 |
Protected Member Functions | |
GeoTagWriter () | |
virtual | ~GeoTagWriter () |
bool | writeElement (const GeoNode *object, GeoWriter &writer) const |
Detailed Description
Base class intended to be subclassed by specific XML tag writers This class provides a base class that allows the writing of many different XML formats.
The system used to implement this writing system is very strongly based on the
- See also
- GeoTagHandler system.
Definition at line 31 of file GeoTagWriter.h.
Member Typedef Documentation
typedef QPair<QString, QString> Marble::GeoTagWriter::QualifiedName |
Object Name and Namespace Pair This type is intended to be used in a similar way to.
- See also
- GeoParser::QualifiedName but in practice will act differently. The Namespace will not be an XML namespace directly but instead it will refere to a Document Type so that the GeoWriter will be able to identify what GeoTagWriter to use even in absence of an XML namespace. This also allows for the case where data using an internal representation of the KML classes can be outputted in alternative XML formats. For XML formats that have namespaces this document type will usually correspond with the XML namespace. Use in the order QPair<QString tagName, QString documentType>.
Definition at line 48 of file GeoTagWriter.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 21 of file GeoTagWriter.cpp.
|
protectedvirtual |
Definition at line 25 of file GeoTagWriter.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Marble::KmlColorStyleTagWriter, Marble::KmlOverlayTagWriter, Marble::KmlLookAtTagWriter, Marble::KmlModelTagWriter, Marble::KmlTimeSpanWriter, Marble::KmlLatLonAltBoxWriter, Marble::KmlLatLonBoxWriter, Marble::KmlLinkTagWriter, Marble::KmlListStyleTagWriter, Marble::DgmlDocumentTagWriter, Marble::DgmlGeodataTagWriter, Marble::DgmlHeadTagWriter, Marble::DgmlItemTagWriter, Marble::DgmlLayerTagWriter, Marble::DgmlLegendTagWriter, Marble::DgmlMapTagWriter, Marble::DgmlSectionTagWriter, Marble::DgmlSettingsTagWriter, Marble::DgmlTagWriter, Marble::DgmlTextureTagWriter, Marble::DgmlVectorTagWriter, Marble::KmlBalloonStyleTagWriter, Marble::KmlCameraTagWriter, Marble::KmlDataTagWriter, Marble::KmlDocumentTagWriter, Marble::KmlExtendedDataTagWriter, Marble::KmlFlyToTagWriter, Marble::KmlFolderTagWriter, Marble::KmlLatLonQuadWriter, Marble::KmlLinearRingTagWriter, Marble::KmlLineStringTagWriter, Marble::KmlLodTagWriter, Marble::KmlMultiGeometryTagWriter, Marble::KmlMultiTrackTagWriter, Marble::KmlNetworkLinkTagWriter, Marble::KmlPlacemarkTagWriter, Marble::KmlPointTagWriter, Marble::KmlPolygonTagWriter, Marble::KmlRegionTagWriter, Marble::KmlStyleMapTagWriter, Marble::KmlStyleTagWriter, Marble::KmlTagWriter, Marble::KmlTimeStampTagWriter, and Marble::KmlTrackWriter.
|
protected |
Definition at line 29 of file GeoTagWriter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.