Mapper  0.9.0
API documentation
Namespaces
xml_file_format.cpp File Reference

(52d13fd on 3 Oct 2019)

#include "xml_file_format.h"
#include "xml_file_format_p.h"
#include <algorithm>
#include <cstddef>
#include <functional>
#include <memory>
#include <vector>
#include <QtGlobal>
#include <QByteArray>
#include <QDir>
#include <QExplicitlySharedDataPointer>
#include <QFileInfo>
#include <QFlags>
#include <QIODevice>
#include <QLatin1String>
#include <QObject>
#include <QRectF>
#include <QScopedValueRollback>
#include <QString>
#include <QStringRef>
#include <QVariant>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "settings.h"
#include "core/georeferencing.h"
#include "core/map.h"
#include "core/map_color.h"
#include "core/map_coord.h"
#include "core/map_grid.h"
#include "core/map_part.h"
#include "core/map_printer.h"
#include "core/map_view.h"
#include "core/symbols/line_symbol.h"
#include "core/symbols/point_symbol.h"
#include "core/symbols/symbol.h"
#include "fileformats/file_import_export.h"
#include "templates/template.h"
#include "undo/undo_manager.h"
#include "util/xml_stream_util.h"
Include dependency graph for xml_file_format.cpp:

Namespaces

 OpenOrienteering
 
 OpenOrienteering::literal
 

Variable Documentation

◆ cmyk_from_spot

bool cmyk_from_spot

Determine CMYK from spot.

◆ color

MapColor* color

Color which needs updating.

◆ components

SpotColorComponents components

Components of the color.

◆ knockout

bool knockout

◆ rgb_from_spot

bool rgb_from_spot

Determine RGB from spot.