16#ifndef QGSMAPTOOLSELECT_H
17#define QGSMAPTOOLSELECT_H
66 Flags
flags()
const override;
75 void selectFeatures( Qt::KeyboardModifiers modifiers );
78 std::unique_ptr<QgsMapToolSelectionHandler> mSelectionHandler;
80 void modifiersChanged(
bool ctrlModifier,
bool shiftModifier,
bool altModifier );
Highlights features on the map.
Map canvas is a class for displaying all GIS data types on a canvas.
A mouse event which is the result of a user interaction with a QgsMapCanvas.
QgsMapToolSelect(QgsMapCanvas *canvas)
A map tool for selecting features on a map canvas.