Mapper  0.9.0
API documentation
Classes | Namespaces | Functions
xml_stream_util.h File Reference

(417289a on 16 Aug 2019)

#include <QtGlobal>
#include <QHash>
#include <QLatin1String>
#include <QRectF>
#include <QSizeF>
#include <QString>
#include <QStringRef>
#include <QXmlStreamAttributes>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "core/map_coord.h"
Include dependency graph for xml_stream_util.h:
This graph shows which files directly or indirectly include this file:

Classes

class  OpenOrienteering::XmlRecoveryHelper
 This class provides recovery from invalid characters in an XML stream. More...
 
class  OpenOrienteering::XmlElementWriter
 The XmlElementWriter helps to construct a single element in an XML document. More...
 
class  OpenOrienteering::XmlElementReader
 The XmlElementReader helps to read a single element in an XML document. More...
 

Namespaces

 OpenOrienteering
 
 literal
 Namespace for QLatin1String constants.
 
 OpenOrienteering::XmlStreamLiteral
 Local namespace for QLatin1String constants.
 

Functions

void OpenOrienteering::writeLineBreak (QXmlStreamWriter &xml)
 Writes a line break to the XML stream unless auto formatting is active. More...
 
QString OpenOrienteering::numberToString (double value, int precision)
 Returns the number of characters which are significant for input/output. More...