QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSMAPTOOLSHAPEABSTRACT_H
17 #define QGSMAPTOOLSHAPEABSTRACT_H
54 Q_ENUM( ShapeCategory )
58 : mId(
id ), mParentTool( parentTool )
60 Q_ASSERT( !mId.isEmpty() );
61 Q_ASSERT( parentTool );
67 QString
id()
const {
return mId;}
82 virtual void keyPressEvent( QKeyEvent *e );
88 virtual void keyReleaseEvent( QKeyEvent *e );
117 #endif // QGSMAPTOOLSHAPEABSTRACT_H
Point geometry type, with support for z-dimension and m-values.
A rubberband class for QgsAbstractGeometry (considering curved geometries).
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas....
QVector< QgsPoint > QgsPointSequence
Represents a vector layer which manages a vector based data sets.