![]() |
Mapper
0.9.0
API documentation
|
#include "template.h"#include <cmath>#include <new>#include <QCoreApplication>#include <QDebug>#include <QDir>#include <QFileInfo>#include <QMessageBox>#include <QPainter>#include <QScopedValueRollback>#include <QXmlStreamReader>#include <QXmlStreamWriter>#include "core/map_view.h"#include "core/map.h"#include "fileformats/file_format.h"#include "gdal/ogr_template.h"#include "gui/file_dialog.h"#include "templates/template_image.h"#include "templates/template_map.h"#include "templates/template_track.h"#include "util/backports.h"#include "util/util.h"#include "util/xml_stream_util.h"
Classes | |
| class | OpenOrienteering::Template::ScopedOffsetReversal |
Namespaces | |
| OpenOrienteering | |
Functions | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_standard_layout< TemplateTransform >::value) | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_nothrow_default_constructible< TemplateTransform >::value) | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_nothrow_copy_constructible< TemplateTransform >::value) | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_nothrow_move_constructible< TemplateTransform >::value) | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_nothrow_copy_assignable< TemplateTransform >::value) | |
| OpenOrienteering::Q_STATIC_ASSERT (std::is_nothrow_move_assignable< TemplateTransform >::value) | |
| bool | OpenOrienteering::operator== (const TemplateTransform &lhs, const TemplateTransform &rhs) noexcept |
| bool | OpenOrienteering::operator!= (const TemplateTransform &lhs, const TemplateTransform &rhs) noexcept |
1.8.13