16#ifndef QGSMAPTOOLCAPTURELAYERGEOMETRY_H 
   17#define QGSMAPTOOLCAPTURELAYERGEOMETRY_H 
   40    void geometryCaptured( 
const QgsGeometry &geometry ) 
override;
 
   46    virtual void layerGeometryCaptured( 
const QgsGeometry &geometry ) 
SIP_FORCE { Q_UNUSED( geometry ) }
 
   52    virtual void layerPointCaptured( 
const QgsPoint &point ) 
SIP_FORCE { Q_UNUSED( point ) }
 
   58    virtual void layerLineCaptured( 
const QgsCurve *line ) 
SIP_FORCE { Q_UNUSED( line ) }
 
 
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.
 
Point geometry type, with support for z-dimension and m-values.