16#ifndef QGSMAPTOOLEDIT_H
17#define QGSMAPTOOLEDIT_H
45 static double defaultZValue();
53 static double defaultMValue();
66 void connectLayers( const QList<
QgsMapLayer *> &layers );
77 static QColor digitizingStrokeColor();
79 static
int digitizingStrokeWidth();
81 static QColor digitizingFillColor();
108 Q_DECL_DEPRECATED TopologicalResult addTopologicalPoints(
const QVector<QgsPointXY> &vertices )
SIP_DEPRECATED;
115 TopologicalResult addTopologicalPoints(
const QVector<QgsPoint> &vertices );
118 void notifyNotVectorLayer();
120 void notifyNotEditableLayer();
124 QList<QgsVectorLayer *> editableVectorLayers();
A rubberband class for QgsAbstractGeometry (considering curved geometries).
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
A class for drawing transient features (e.g.
Represents a vector layer which manages a vector based data sets.
Handles storage of information regarding WKB types and their properties.
GeometryType
The geometry types are used to group QgsWkbTypes::Type in a coarse way.