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

(52d13fd on 3 Oct 2019)

#include "ocd_file_import.h"
#include <algorithm>
#include <cmath>
#include <iterator>
#include <limits>
#include <memory>
#include <stdexcept>
#include <type_traits>
#include <vector>
#include <QtGlobal>
#include <QtMath>
#include <QChar>
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QFileInfo>
#include <QFlags>
#include <QFontMetricsF>
#include <QIODevice>
#include <QImage>
#include <QImageReader>
#include <QLatin1Char>
#include <QLatin1String>
#include <QList>
#include <QPointF>
#include <QTextCodec>
#include <QTextDecoder>
#include <QVariant>
#include "settings.h"
#include "core/georeferencing.h"
#include "core/map.h"
#include "core/map_color.h"
#include "core/map_grid.h"
#include "core/map_part.h"
#include "core/map_view.h"
#include "core/objects/text_object.h"
#include "core/symbols/area_symbol.h"
#include "core/symbols/combined_symbol.h"
#include "core/symbols/line_symbol.h"
#include "core/symbols/point_symbol.h"
#include "core/symbols/symbol.h"
#include "core/symbols/text_symbol.h"
#include "fileformats/file_format.h"
#include "fileformats/ocd_file_format.h"
#include "fileformats/ocd_georef_fields.h"
#include "fileformats/ocd_icon.h"
#include "fileformats/ocd_types_v8.h"
#include "fileformats/ocd_types_v9.h"
#include "fileformats/ocd_types_v10.h"
#include "fileformats/ocd_types_v11.h"
#include "fileformats/ocd_types_v12.h"
#include "fileformats/ocd_types_v2018.h"
#include "templates/template.h"
#include "templates/template_image.h"
#include "templates/template_map.h"
#include "util/encoding.h"
#include "util/util.h"

Namespaces

 OpenOrienteering
 

Functions

template<>
QString OpenOrienteering::OcdFileImport::convertOcdString< Ocd::Custom8BitEncoding > (const char *src, uint len) const
 
template<>
QString OpenOrienteering::OcdFileImport::convertOcdString< Ocd::Utf8Encoding > (const char *src, uint len) const
 
template<>
void OpenOrienteering::OcdFileImport::setupIcon< Ocd::BaseSymbolV8 > (Symbol *symbol, const Ocd::BaseSymbolV8 &ocd_base_symbol)
 
template<>
void OpenOrienteering::OcdFileImport::dropRedundantIcon< Ocd::BaseSymbolV8 > (Symbol *symbol, const Ocd::BaseSymbolV8 &ocd_base_symbol)