Mapper  0.9.0
API documentation
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
OpenOrienteering::DrawPathTool Class Reference

Tool to draw arbitrarily shaped PathObjects. More...

#include <draw_path_tool.h>

Inheritance diagram for OpenOrienteering::DrawPathTool:
Inheritance graph
[legend]
Collaboration diagram for OpenOrienteering::DrawPathTool:
Collaboration graph
[legend]

Public Member Functions

 DrawPathTool (MapEditorController *editor, QAction *tool_action, bool is_helper_tool, bool allow_closing_paths)
 
 ~DrawPathTool () override
 
void init () override
 Performs initialization when the tool becomes active. More...
 
const QCursorgetCursor () const override
 Returns the cursor which should be used for the tool in the editor windows. More...
 
bool mousePressEvent (QMouseEvent *event, const MapCoordF &map_coord, MapWidget *widget) override
 
bool mouseMoveEvent (QMouseEvent *event, const MapCoordF &map_coord, MapWidget *widget) override
 
bool mouseReleaseEvent (QMouseEvent *event, const MapCoordF &map_coord, MapWidget *widget) override
 
bool mouseDoubleClickEvent (QMouseEvent *event, const MapCoordF &map_coord, MapWidget *widget) override
 
bool keyPressEvent (QKeyEvent *event) override
 
bool keyReleaseEvent (QKeyEvent *event) override
 
void draw (QPainter *painter, MapWidget *widget) override
 Draws the tool's visualisation for a map widget. More...
 
- Public Member Functions inherited from OpenOrienteering::DrawLineAndAreaTool
 DrawLineAndAreaTool (MapEditorController *editor, Type type, QAction *tool_action, bool is_helper_tool)
 
 ~DrawLineAndAreaTool () override
 
void leaveEvent (QEvent *event) override
 
void finishEditing () override
 Finishes editing if it is currently in progress. More...
 
- Public Member Functions inherited from OpenOrienteering::MapEditorTool
 MapEditorTool (MapEditorController *editor, Type type, QAction *tool_action=nullptr)
 Constructs a new MapEditorTool. More...
 
 ~MapEditorTool () override
 Destructs the MapEditorTool. More...
 
virtual void deactivate ()
 Makes this tool inactive in the editor. More...
 
virtual void switchToDefaultDrawTool (const Symbol *symbol) const
 Switch to a default draw tool for the given symbol. More...
 
virtual void focusOutEvent (QFocusEvent *event)
 
virtual bool inputMethodEvent (QInputMethodEvent *event)
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery property, const QVariant &argument) const
 
virtual bool gestureEvent (QGestureEvent *event, MapWidget *widget)
 
virtual void gestureStarted ()
 This is called to signal the start of a gesture. More...
 
Type toolType () const
 Returns the type of this tool. More...
 
QActiontoolAction () const
 Returns the action which represents this tool. More...
 
bool usesTouchCursor () const
 Returns whether to use the touch helper cursor for this tool. More...
 
Mapmap () const
 Returns the map being edited. More...
 
MapWidgetmapWidget () const
 Returns the map widget being operated on. More...
 
MainWindowmainWindow () const
 Returns the main window the controller is attached to. More...
 
QWidgetwindow () const
 Returns the main window the controller is attached to as a QWidget. More...
 
bool drawOnRightClickEnabled () const
 Returns true if Mapper is configured to finish drawing on right click. More...
 
bool editingInProgress () const
 Returns whether an editing operation is currently in progress. More...
 
bool isDrawTool () const
 Returns true if the given tool is for drawing new objects. More...
 
const PointHandlespointHandles () const
 Returns the point handles utility for this tool. More...
 
unsigned int scaleFactor () const
 The factor by which all drawing shall be scaled. More...
 
qreal clickTolerance () const
 A value representing how close the user must click or hover to select a point. More...
 
int startDragDistance () const
 The number of pixels the mouse has to be moved to start dragging. More...
 
- Public Member Functions inherited from QObject
virtual const QMetaObjectmetaObject () const const
 
 QObject (QObject *parent)
 
virtual ~QObject ()
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
QString objectName () const const
 
void setObjectName (const QString &name)
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
bool signalsBlocked () const const
 
bool blockSignals (bool block)
 
QThreadthread () const const
 
void moveToThread (QThread *targetThread)
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds time, Qt::TimerType timerType)
 
void killTimer (int id)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
const QObjectListchildren () const const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectTree ()
 
void dumpObjectInfo ()
 
void dumpObjectTree () const const
 
void dumpObjectInfo () const const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const const
 
QList< QByteArraydynamicPropertyNames () const const
 
void destroyed (QObject *obj)
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
bool inherits (const char *className) const const
 
void deleteLater ()
 
 Q_DISABLE_COPY (Class)
 
 Q_DISABLE_MOVE (Class)
 
 Q_DISABLE_COPY_MOVE (Class)
 
qobject_cast (QObject *object)
 
qobject_cast (const QObject *object)
 
qFindChild (const QObject *obj, const QString &name)
 
QList< T > qFindChildren (const QObject *obj, const QString &name)
 
QList< T > qFindChildren (const QObject *obj, const QRegExp &regExp)
 
 Q_CLASSINFO (Name, Value)
 
 Q_INTERFACES (...)
 
 Q_PROPERTY (...)
 
 Q_ENUMS (...)
 
 Q_FLAGS (...)
 
 Q_ENUM (...)
 
 Q_FLAG (...)
 
 Q_ENUM_NS (...)
 
 Q_FLAG_NS (...)
 
 Q_OBJECT Q_OBJECT
 
 Q_GADGET Q_GADGET
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SLOTS Q_SLOTS
 
 Q_SLOT Q_SLOT
 
 Q_EMIT Q_EMIT
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 

Protected Slots

void updateDirtyRect ()
 
void setDrawingSymbol (const OpenOrienteering::Symbol *symbol) override
 
virtual void objectSelectionChanged ()
 This slot listens to changes in the map's object selection. More...
 
- Protected Slots inherited from OpenOrienteering::DrawLineAndAreaTool
virtual void setDrawingSymbol (const OpenOrienteering::Symbol *symbol)
 

Protected Member Functions

void updatePreviewPath () override
 Calls update() on the preview path, correctly handling its renderables. More...
 
void updateHover ()
 Should be called when moving the cursor without the draw button being held. More...
 
void updateDrawHover ()
 Called by updateHover() if the user is currently drawing. More...
 
void createPreviewCurve (MapCoord position, qreal direction)
 Updates the last three points of the path to form a bezier curve. More...
 
void closeDrawing ()
 Closes the preview path. More...
 
void finishDrawing () override
 Finishes drawing, creating a new undo step. More...
 
void abortDrawing () override
 Aborts drawing. More...
 
void undoLastPoint ()
 
bool removeLastPointFromSelectedPath ()
 When not drawing but when the current selection is a single path, removes the last point from that path, or deletes the whole path if there are too few remaining points. More...
 
void updateAngleHelper ()
 
bool pickAngle (const MapCoordF &coord, MapWidget *widget)
 
void updateSnapHelper ()
 
void startAppending (SnappingToolHelperSnapInfo &snap_info)
 Starts appending to another, existing object. More...
 
void startFollowing (SnappingToolHelperSnapInfo &snap_info, const MapCoord &snap_coord)
 Starts following another, existing path. More...
 
void updateFollowing ()
 
void finishFollowing ()
 
qreal calculateRotation (const QPoint &mouse_pos, const MapCoordF &mouse_pos_map) const
 Checks if the user dragged the mouse away a certain minimum distance from the click point and if yes, returns the drag angle, otherwise returns 0. More...
 
void updateDashPointDrawing ()
 Activates or deactivates dash point drawing depending on if a line symbol with dash symbols is selected. More...
 
void updateStatusText ()
 
- Protected Member Functions inherited from OpenOrienteering::DrawLineAndAreaTool
void createPreviewPoints ()
 Creates point objects and symbols which serve as a preview for drawing the selected symbol. More...
 
void addPreviewPointSymbols (const Symbol *symbol)
 Creates preview point symbols for the given symbol. More...
 
void addPreviewPointSymbolsForBorder (const LineSymbol *line, const LineSymbolBorder *border)
 Creates preview point symbols for the border of the given line symbol. More...
 
void setPreviewPointsPosition (const MapCoordF &map_coord, int points_index=0)
 Sets the position of the preview objects (after cursor movements). More...
 
void hidePreviewPoints ()
 Hides all preview points. More...
 
void startDrawing ()
 Does necessary preparations to start drawing. More...
 
void finishDrawing (PathObject *append_to_object)
 Finishes drawing, appending to the given object if not nullptr. More...
 
void deletePreviewObjects ()
 Deletes preview all objects and points. More...
 
void includePreviewRects (QRectF &rect)
 Extends the rect to conver all preview objects. More...
 
void drawPreviewObjects (QPainter *painter, MapWidget *widget)
 Draws the preview objects. More...
 
- Protected Member Functions inherited from OpenOrienteering::MapEditorTool
void useTouchCursor (bool enabled)
 Sets the flag which indicates whether the touch cursor shall be used. More...
 
void setEditingInProgress (bool state)
 Sets a flag which indicates an active editing operation. More...
 
void setStatusBarText (const QString &text)
 Sends text to the window's status bar. More...
 
void drawSelectionBox (QPainter *painter, MapWidget *widget, const MapCoordF &corner1, const MapCoordF &corner2) const
 Draws a selection box for the given corner points. More...
 
MapCoordVector::size_type findHoverPoint (const QPointF &cursor, const MapWidget *widget, const Object *object, bool include_curve_handles, MapCoordF *out_handle_pos=nullptr) const
 Finds and returns the point of the given object over which the cursor hovers. More...
 
bool containsDrawingButtons (Qt::MouseButtons buttons) const
 Checks if the given buttons contain one which controls drawing. More...
 
bool isDrawingButton (Qt::MouseButton button) const
 Checks if the given event was triggered by press or release of a mouse button for drawing. More...
 
- Protected Member Functions inherited from QObject
QObjectsender () const const
 
int senderSignalIndex () const const
 
int receivers (const char *signal) const const
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 

Protected Attributes

QPointer< KeyButtonBarkey_button_bar
 
QPointer< QToolButtondash_points_button
 
QPointer< QToolButtonazimuth_button
 
MapWidgetcur_map_widget
 
QPoint click_pos
 
MapCoordF click_pos_map
 
QPoint cur_pos
 
MapCoordF cur_pos_map
 
MapCoordF previous_pos_map
 The beginning of the current curve in the preview path. More...
 
MapCoordF previous_drag_map
 A control point defining the tangent at the beginning of the current curve. More...
 
std::unique_ptr< ConstrainAngleToolHelperangle_helper
 
MapCoordF constrained_pos_map
 
std::unique_ptr< AzimuthInfoHelperazimuth_helper
 
std::unique_ptr< SnappingToolHelpersnap_helper
 
PathObjectappend_to_object
 
std::unique_ptr< FollowPathToolHelperfollow_helper
 
MapCoordVector::size_type follow_start_index
 
qreal previous_point_direction = 0
 
bool allow_closing_paths = true
 
bool ctrl_pressed = false
 
bool shift_pressed = false
 
bool left_mouse_down = false
 
bool appending = false
 
bool following = false
 
bool picking_angle = false
 Indicates picking of the initial angle from an object. More...
 
bool picked_angle = false
 Indicates an active angle picked from another object. More...
 
bool dragging = false
 
bool draw_dash_points = false
 
bool create_segment = false
 
bool create_spline_corner = false
 For drawing bezier splines without parallel handles. More...
 
bool path_has_preview_point = false
 
bool previous_point_is_curve_point = false
 
bool created_point_at_last_mouse_press = false
 Used for finishing on double click. More...
 
bool finished_path_is_selected = false
 True just after finishing a path. More...
 
- Protected Attributes inherited from OpenOrienteering::DrawLineAndAreaTool
std::vector< PointSymbol * > preview_point_symbols
 
std::vector< boolpreview_point_symbols_external
 
std::vector< PointObject * > preview_points [2]
 
std::unique_ptr< CombinedSymbolpath_combination
 
std::unique_ptr< MapRenderablesrenderables
 
const Symboldrawing_symbol = nullptr
 
PathObjectpreview_path = nullptr
 
int preview_point_radius = 0
 
bool preview_points_shown = false
 
bool is_helper_tool = false
 
- Protected Attributes inherited from OpenOrienteering::MapEditorTool
MapEditorController *const editor
 The map editor which uses this tool. More...
 

Additional Inherited Members

- Public Types inherited from OpenOrienteering::MapEditorTool
enum  Type {
  EditPoint = 1, EditLine = 2, DrawPoint = 3, DrawPath = 4,
  DrawCircle = 5, DrawRectangle = 6, DrawText = 7, DrawFreehand = 8,
  Pan = 9, Scribble = 10, Other = 0
}
 Types of tool. More...
 
- Signals inherited from OpenOrienteering::DrawLineAndAreaTool
void dirtyRectChanged (const QRectF &rect)
 
void pathAborted ()
 
void pathFinished (OpenOrienteering::PathObject *path)
 
- Static Public Member Functions inherited from QObject
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Static Public Attributes inherited from OpenOrienteering::MapEditorTool
static const QRgb inactive_color = qRgb(0, 0, 255)
 Color for normal (not active) elements. More...
 
static const QRgb active_color = qRgb(255, 150, 0)
 Color for active elements (which are hovered over by the cursor) More...
 
static const QRgb selection_color = qRgb(210, 0, 229)
 Color for selected elements. More...
 
- Static Protected Member Functions inherited from OpenOrienteering::MapEditorTool
static QCursor scaledToScreen (const QCursor &unscaled_cursor)
 Returns a cursor which is scaled to the screen's resolution. More...
 
- Properties inherited from QObject
 objectName
 

Detailed Description

Tool to draw arbitrarily shaped PathObjects.

Constructor & Destructor Documentation

◆ DrawPathTool()

OpenOrienteering::DrawPathTool::DrawPathTool ( MapEditorController editor,
QAction tool_action,
bool  is_helper_tool,
bool  allow_closing_paths 
)

◆ ~DrawPathTool()

OpenOrienteering::DrawPathTool::~DrawPathTool ( )
override

Member Function Documentation

◆ abortDrawing()

void OpenOrienteering::DrawPathTool::abortDrawing ( )
overrideprotectedvirtual

Aborts drawing.

Reimplemented from OpenOrienteering::DrawLineAndAreaTool.

◆ calculateRotation()

qreal OpenOrienteering::DrawPathTool::calculateRotation ( const QPoint mouse_pos,
const MapCoordF mouse_pos_map 
) const
protected

Checks if the user dragged the mouse away a certain minimum distance from the click point and if yes, returns the drag angle, otherwise returns 0.

◆ closeDrawing()

void OpenOrienteering::DrawPathTool::closeDrawing ( )
protected

Closes the preview path.

◆ createPreviewCurve()

void OpenOrienteering::DrawPathTool::createPreviewCurve ( MapCoord  position,
qreal  direction 
)
protected

Updates the last three points of the path to form a bezier curve.

◆ draw()

void OpenOrienteering::DrawPathTool::draw ( QPainter painter,
MapWidget widget 
)
overridevirtual

Draws the tool's visualisation for a map widget.

All dynamic drawing must be done here using the given painter. Drawing is only possible in the area specified by calling map->setDrawingBoundingBox().

Reimplemented from OpenOrienteering::MapEditorTool.

◆ finishDrawing()

void OpenOrienteering::DrawPathTool::finishDrawing ( )
overrideprotectedvirtual

Finishes drawing, creating a new undo step.

Reimplemented from OpenOrienteering::DrawLineAndAreaTool.

◆ finishFollowing()

void OpenOrienteering::DrawPathTool::finishFollowing ( )
protected

◆ getCursor()

const QCursor & OpenOrienteering::DrawPathTool::getCursor ( ) const
overridevirtual

Returns the cursor which should be used for the tool in the editor windows.

Todo:
How to change the cursor for all map widgets while a tool is active?

Implements OpenOrienteering::MapEditorTool.

◆ init()

void OpenOrienteering::DrawPathTool::init ( )
overridevirtual

Performs initialization when the tool becomes active.

This method is called by the map editor when the tool shall become active. Reimplementations may make changes to the map editor or window (e.g. set status bar text) which are not allowed in the constructor.

Note that this method by call several times, without any deinitialization in between.

Reimplementations shall call parent implementations.

The implementation in this class marks the tool's action as checked.

Reimplemented from OpenOrienteering::MapEditorTool.

◆ keyPressEvent()

bool OpenOrienteering::DrawPathTool::keyPressEvent ( QKeyEvent event)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ keyReleaseEvent()

bool OpenOrienteering::DrawPathTool::keyReleaseEvent ( QKeyEvent event)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ mouseDoubleClickEvent()

bool OpenOrienteering::DrawPathTool::mouseDoubleClickEvent ( QMouseEvent event,
const MapCoordF map_coord,
MapWidget widget 
)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ mouseMoveEvent()

bool OpenOrienteering::DrawPathTool::mouseMoveEvent ( QMouseEvent event,
const MapCoordF map_coord,
MapWidget widget 
)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ mousePressEvent()

bool OpenOrienteering::DrawPathTool::mousePressEvent ( QMouseEvent event,
const MapCoordF map_coord,
MapWidget widget 
)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ mouseReleaseEvent()

bool OpenOrienteering::DrawPathTool::mouseReleaseEvent ( QMouseEvent event,
const MapCoordF map_coord,
MapWidget widget 
)
overridevirtual

Reimplemented from OpenOrienteering::MapEditorTool.

◆ objectSelectionChanged

void OpenOrienteering::DrawPathTool::objectSelectionChanged ( )
protectedvirtualslot

This slot listens to changes in the map's object selection.

◆ pickAngle()

bool OpenOrienteering::DrawPathTool::pickAngle ( const MapCoordF coord,
MapWidget widget 
)
protected

◆ removeLastPointFromSelectedPath()

bool OpenOrienteering::DrawPathTool::removeLastPointFromSelectedPath ( )
protected

When not drawing but when the current selection is a single path, removes the last point from that path, or deletes the whole path if there are too few remaining points.

Returns true if the path was modified or deleted.

◆ setDrawingSymbol

void OpenOrienteering::DrawPathTool::setDrawingSymbol ( const OpenOrienteering::Symbol symbol)
overrideprotectedslot

◆ startAppending()

void OpenOrienteering::DrawPathTool::startAppending ( SnappingToolHelperSnapInfo snap_info)
protected

Starts appending to another, existing object.

◆ startFollowing()

void OpenOrienteering::DrawPathTool::startFollowing ( SnappingToolHelperSnapInfo snap_info,
const MapCoord snap_coord 
)
protected

Starts following another, existing path.

◆ undoLastPoint()

void OpenOrienteering::DrawPathTool::undoLastPoint ( )
protected

◆ updateAngleHelper()

void OpenOrienteering::DrawPathTool::updateAngleHelper ( )
protected

◆ updateDashPointDrawing()

void OpenOrienteering::DrawPathTool::updateDashPointDrawing ( )
protected

Activates or deactivates dash point drawing depending on if a line symbol with dash symbols is selected.

◆ updateDirtyRect

void OpenOrienteering::DrawPathTool::updateDirtyRect ( )
protectedslot

◆ updateDrawHover()

void OpenOrienteering::DrawPathTool::updateDrawHover ( )
protected

Called by updateHover() if the user is currently drawing.

◆ updateFollowing()

void OpenOrienteering::DrawPathTool::updateFollowing ( )
protected

◆ updateHover()

void OpenOrienteering::DrawPathTool::updateHover ( )
protected

Should be called when moving the cursor without the draw button being held.

◆ updatePreviewPath()

void OpenOrienteering::DrawPathTool::updatePreviewPath ( )
overrideprotectedvirtual

Calls update() on the preview path, correctly handling its renderables.

Reimplemented from OpenOrienteering::DrawLineAndAreaTool.

◆ updateSnapHelper()

void OpenOrienteering::DrawPathTool::updateSnapHelper ( )
protected

◆ updateStatusText()

void OpenOrienteering::DrawPathTool::updateStatusText ( )
protected

Member Data Documentation

◆ allow_closing_paths

bool OpenOrienteering::DrawPathTool::allow_closing_paths = true
protected

◆ angle_helper

std::unique_ptr<ConstrainAngleToolHelper> OpenOrienteering::DrawPathTool::angle_helper
protected

◆ append_to_object

PathObject* OpenOrienteering::DrawPathTool::append_to_object
protected

◆ appending

bool OpenOrienteering::DrawPathTool::appending = false
protected

◆ azimuth_button

QPointer<QToolButton> OpenOrienteering::DrawPathTool::azimuth_button
protected

◆ azimuth_helper

std::unique_ptr<AzimuthInfoHelper> OpenOrienteering::DrawPathTool::azimuth_helper
protected

◆ click_pos

QPoint OpenOrienteering::DrawPathTool::click_pos
protected

◆ click_pos_map

MapCoordF OpenOrienteering::DrawPathTool::click_pos_map
protected

◆ constrained_pos_map

MapCoordF OpenOrienteering::DrawPathTool::constrained_pos_map
protected

◆ create_segment

bool OpenOrienteering::DrawPathTool::create_segment = false
protected

◆ create_spline_corner

bool OpenOrienteering::DrawPathTool::create_spline_corner = false
protected

For drawing bezier splines without parallel handles.

◆ created_point_at_last_mouse_press

bool OpenOrienteering::DrawPathTool::created_point_at_last_mouse_press = false
protected

Used for finishing on double click.

◆ ctrl_pressed

bool OpenOrienteering::DrawPathTool::ctrl_pressed = false
protected

◆ cur_map_widget

MapWidget* OpenOrienteering::DrawPathTool::cur_map_widget
protected

◆ cur_pos

QPoint OpenOrienteering::DrawPathTool::cur_pos
protected

◆ cur_pos_map

MapCoordF OpenOrienteering::DrawPathTool::cur_pos_map
protected

◆ dash_points_button

QPointer<QToolButton> OpenOrienteering::DrawPathTool::dash_points_button
protected

◆ dragging

bool OpenOrienteering::DrawPathTool::dragging = false
protected

◆ draw_dash_points

bool OpenOrienteering::DrawPathTool::draw_dash_points = false
protected

◆ finished_path_is_selected

bool OpenOrienteering::DrawPathTool::finished_path_is_selected = false
protected

True just after finishing a path.

◆ follow_helper

std::unique_ptr<FollowPathToolHelper> OpenOrienteering::DrawPathTool::follow_helper
protected

◆ follow_start_index

MapCoordVector::size_type OpenOrienteering::DrawPathTool::follow_start_index
protected

◆ following

bool OpenOrienteering::DrawPathTool::following = false
protected

◆ key_button_bar

QPointer<KeyButtonBar> OpenOrienteering::DrawPathTool::key_button_bar
protected

◆ left_mouse_down

bool OpenOrienteering::DrawPathTool::left_mouse_down = false
protected

◆ path_has_preview_point

bool OpenOrienteering::DrawPathTool::path_has_preview_point = false
protected

◆ picked_angle

bool OpenOrienteering::DrawPathTool::picked_angle = false
protected

Indicates an active angle picked from another object.

◆ picking_angle

bool OpenOrienteering::DrawPathTool::picking_angle = false
protected

Indicates picking of the initial angle from an object.

◆ previous_drag_map

MapCoordF OpenOrienteering::DrawPathTool::previous_drag_map
protected

A control point defining the tangent at the beginning of the current curve.

◆ previous_point_direction

qreal OpenOrienteering::DrawPathTool::previous_point_direction = 0
protected

◆ previous_point_is_curve_point

bool OpenOrienteering::DrawPathTool::previous_point_is_curve_point = false
protected

◆ previous_pos_map

MapCoordF OpenOrienteering::DrawPathTool::previous_pos_map
protected

The beginning of the current curve in the preview path.

◆ shift_pressed

bool OpenOrienteering::DrawPathTool::shift_pressed = false
protected

◆ snap_helper

std::unique_ptr<SnappingToolHelper> OpenOrienteering::DrawPathTool::snap_helper
protected

The documentation for this class was generated from the following files: