![]() |
Mapper
0.9.0
API documentation
|
#include <array>
#include <cstddef>
#include <memory>
#include <type_traits>
#include <vector>
#include <Qt>
#include <QtGlobal>
#include <QFlags>
#include <QHash>
#include <QImage>
#include <QMetaType>
#include <QRgb>
#include <QString>
Classes | |
class | OpenOrienteering::Symbol |
Abstract base class for map symbols. More... | |
struct | OpenOrienteering::Symbol::lessByColor |
A functor for comparing symbols by dominant colors. More... | |
Namespaces | |
OpenOrienteering | |
Functions | |
template<class S > | |
std::enable_if< std::is_base_of< Symbol, S >::value, std::unique_ptr< S > >::type | OpenOrienteering::duplicate (const S &s) |
Duplicates a symbol. More... | |