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

(9169056 on 6 Feb 2019)

#include "fill_tool.h"
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <limits>
#include <memory>
#include <type_traits>
#include <QtGlobal>
#include <QCursor>
#include <QDir>
#include <QFlags>
#include <QMessageBox>
#include <QPainter>
#include <QPixmap>
#include <QPoint>
#include <QPointF>
#include <QRect>
#include <QRgb>
#include <QSize>
#include <QString>
#include "core/map.h"
#include "core/map_color.h"
#include "core/map_coord.h"
#include "core/map_part.h"
#include "core/map_view.h"
#include "core/path_coord.h"
#include "core/objects/object.h"
#include "core/renderables/renderable.h"
#include "core/symbols/area_symbol.h"
#include "core/symbols/symbol.h"
#include "gui/map/map_editor.h"
#include "gui/map/map_widget.h"
#include "tools/tool.h"
#include "tools/tool_base.h"
#include "undo/object_undo.h"
Include dependency graph for fill_tool.cpp:

Namespaces

 OpenOrienteering
 

Functions

 Q_STATIC_ASSERT ((std::is_same< QRgb, unsigned int >::value))
 
 Q_STATIC_ASSERT (RGB_MASK==0x00ffffff)
 

Function Documentation

◆ Q_STATIC_ASSERT() [1/2]

Q_STATIC_ASSERT ( (std::is_same< QRgb, unsigned int >::value )

◆ Q_STATIC_ASSERT() [2/2]

Q_STATIC_ASSERT ( RGB_MASK  = =0x00ffffff)

Variable Documentation

◆ end_clen

PathCoord::length_type end_clen

◆ object

PathObject* object

◆ part

PathPartVector::size_type part

◆ start_clen

PathCoord::length_type start_clen