QGIS API Documentation  3.14.0-Pi (9f7028fd23)
Classes
qgsmaptooladvanceddigitizing.h File Reference
#include "qgsmaptooledit.h"
#include "qgis_gui.h"
Include dependency graph for qgsmaptooladvanceddigitizing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsMapToolAdvancedDigitizing
 The QgsMapToolAdvancedDigitizing class is a QgsMapTool which gives event directly in map coordinates and allows filtering its events. Events from QgsMapTool are caught and their QMouseEvent are transformed into QgsMapMouseEvent (with map coordinates). Events are then forwarded to corresponding virtual methods which can be reimplemented in subclasses. An event filter can be set on the map tool to filter and modify the events in map coordinates (. More...