![]() |
Mapper
0.9.0
API documentation
|
#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"
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... | |