16#ifndef QGSMAPTOOLDIGITIZEFEATURE_H
17#define QGSMAPTOOLDIGITIZEFEATURE_H
87 bool checkGeometryType()
const;
92 void setCheckGeometryType(
bool checkGeometryType );
106 virtual void featureDigitized(
const QgsFeature &feature )
SIP_FORCE { Q_UNUSED( feature ) }
122 bool mCheckGeometryType;
124 friend class TestQgsRelationReferenceWidget;
CaptureTechnique
Capture technique.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
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 mouse event which is the result of a user interaction with a QgsMapCanvas.