16#ifndef QGSMAPTOOLCAPTURE_H
17#define QGSMAPTOOLCAPTURE_H
35class QgsMapToolCaptureRubberBand;
65 NoCapabilities = 1 << 0,
66 SupportsCurves = 1 << 1,
67 ValidateGeometries = 1 << 2,
138 QList<QgsPointLocator::Match> snappingMatches()
const;
152 void deleteTempRubberBand();
155 void clean()
override;
198 Q_DECL_DEPRECATED
void setCircularDigitizingEnabled(
bool enable )
SIP_DEPRECATED;
205 Q_DECL_DEPRECATED
void setStreamDigitizingEnabled(
bool enable )
SIP_DEPRECATED;
211 void updateExtraSnapLayer();
273 void undo(
bool isAutoRepeat = false );
278 void startCapturing();
285 bool isCapturing() const;
336 void stopCapturing();
351 virtual void pointCaptured(
const QgsPoint &point )
SIP_FORCE { Q_UNUSED( point ) }
368 bool tracingEnabled();
374 bool tracingAddVertex(
const QgsPointXY &point );
377 QgsMapToolCaptureRubberBand *createCurveRubberBand()
const;
380 void resetRubberBand();
383 CaptureMode mCaptureMode;
386 bool mCapturing =
false;
401 QList<QgsPointLocator::Match> mSnappingMatches;
405 void validateGeometry();
407 QList<QgsGeometry::Error> mGeomErrors;
408 QList<QgsVertexMarker *> mGeomErrorMarkers;
415 bool mCaptureModeFromLayer =
false;
417 std::unique_ptr<QgsSnapIndicator> mSnapIndicator;
434 bool mAllowAddingStreamingPoints =
false;
435 int mStreamingToleranceInPixels = 1;
437 bool mStartNewCurve =
false;
439 bool mIgnoreSubsequentAutoRepeatUndo =
false;
441 friend class TestQgsMapToolCapture;
Keeps a pointer to an object owned by a QObject parent, and deletes it whenever this parent object is...
Keeps a pointer to a QObject and deletes it whenever this object is deleted.
CaptureTechnique
Capture technique.
@ StraightSegments
Default capture mode - capture occurs with straight line segments.
WkbType
The WKB type describes the number of dimensions a geometry has.
Compound curve geometry type.
Curve polygon geometry type.
Abstract base class for curved geometry type.
A geometry is the spatial representation of a feature.
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
The class defines interface for querying point location:
A class to represent a 2D point.
Point geometry type, with support for z-dimension and m-values.
A class for drawing transient features (e.g.
Class that shows snapping marker on map canvas for the current snapping match.
Represents a vector layer which manages a vector based data sets.
A class for marking vertices of features using e.g.
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into c
#define SIP_ENUM_BASETYPE(type)
QVector< QgsPoint > QgsPointSequence
qint64 QgsFeatureId
64 bit feature ids negative numbers are used for uncommitted/newly added features
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsTextRendererUtils::CurvedTextFlags)