Mapper  0.9.0
API documentation
Namespaces | Variables
map.cpp File Reference

(7341d2e on 8 Oct 2019)

#include "map.h"
#include <algorithm>
#include <cmath>
#include <iterator>
#include <memory>
#include <type_traits>
#include <Qt>
#include <QtGlobal>
#include <QtMath>
#include <QByteArray>
#include <QDebug>
#include <QIODevice>
#include <QPaintEngine>
#include <QPainter>
#include <QPoint>
#include <QPointF>
#include <QTimer>
#include <QTranslator>
#include "core/georeferencing.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/objects/object.h"
#include "core/objects/object_operations.h"
#include "core/renderables/renderable.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_registry.h"
#include "fileformats/file_import_export.h"
#include "fileformats/xml_file_format_p.h"
#include "gui/map/map_widget.h"
#include "templates/template.h"
#include "undo/map_part_undo.h"
#include "undo/object_undo.h"
#include "undo/undo.h"
#include "undo/undo_manager.h"
#include "util/util.h"
#include "util/transformation.h"
Include dependency graph for map.cpp:

Namespaces

 OpenOrienteering
 

Variables

QPointer< QTranslatorOpenOrienteering::map_symbol_translator {}
 The translator for color and symbol texts. More...
 

Variable Documentation

◆ dest_color

MapColor* dest_color

◆ dest_index

std::size_t dest_index

◆ filter

bool filter

◆ lower_bound

std::size_t lower_bound

◆ lower_errors

int lower_errors

◆ src_color

MapColor* src_color

◆ upper_bound

std::size_t upper_bound

◆ upper_errors

int upper_errors