Mapper  0.9.0
API documentation
Namespaces | Functions
xml_stream_util.cpp File Reference

(36c9efd on 29 Sep 2019)

#include "xml_stream_util.h"
#include <algorithm>
#include <array>
#include <exception>
#include <limits>
#include <stdexcept>
#include <QtGlobal>
#include <QBuffer>
#include <QByteArray>
#include <QChar>
#include <QIODevice>
#include <QLatin1Char>
#include <QScopedValueRollback>
#include <QTextCodec>
#include "core/map_coord.h"
#include "fileformats/file_format.h"
#include "fileformats/file_import_export.h"
#include "fileformats/xml_file_format.h"
Include dependency graph for xml_stream_util.cpp:

Namespaces

 OpenOrienteering
 

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...