action() | QgsMapTool | |
activate() override | QgsMapToolCapture | virtual |
activated() | QgsMapTool | signal |
addCurve(QgsCurve *c) | QgsMapToolCapture | |
addTopologicalPoints(const QVector< QgsPointXY > &vertices) | QgsMapToolEdit | protected |
addTopologicalPoints(const QVector< QgsPoint > &vertices) | QgsMapToolEdit | protected |
addVertex(const QgsPointXY &point) | QgsMapToolCapture | protected |
addVertex(const QgsPointXY &mapPoint, const QgsPointLocator::Match &match) | QgsMapToolCapture | protected |
AllowZoomRect enum value | QgsMapTool | |
button() | QgsMapTool | |
cadCanvasMoveEvent(QgsMapMouseEvent *e) override | QgsMapToolCapture | virtual |
cadCanvasPressEvent(QgsMapMouseEvent *e) | QgsMapToolAdvancedDigitizing | inlinevirtual |
cadCanvasReleaseEvent(QgsMapMouseEvent *e) | QgsMapToolAdvancedDigitizing | inlinevirtual |
cadDockWidget() const | QgsMapToolAdvancedDigitizing | inline |
canvas() const | QgsMapTool | |
canvasDoubleClickEvent(QgsMapMouseEvent *e) | QgsMapTool | virtual |
canvasMoveEvent(QgsMapMouseEvent *e) override | QgsMapToolAdvancedDigitizing | virtual |
canvasPressEvent(QgsMapMouseEvent *e) override | QgsMapToolAdvancedDigitizing | virtual |
canvasReleaseEvent(QgsMapMouseEvent *e) override | QgsMapToolAdvancedDigitizing | virtual |
capabilities() const | QgsMapToolCapture | virtual |
Capability enum name | QgsMapToolCapture | |
captureCurve() const | QgsMapToolCapture | inline |
CaptureLine enum value | QgsMapToolCapture | |
CaptureMode enum name | QgsMapToolCapture | |
CaptureNone enum value | QgsMapToolCapture | |
CapturePoint enum value | QgsMapToolCapture | |
CapturePolygon enum value | QgsMapToolCapture | |
CaptureTechnique enum name | QgsMapToolCapture | |
CircularString enum value | QgsMapToolCapture | |
clean() override | QgsMapToolCapture | virtual |
clearCurve() | QgsMapToolCapture | |
closePolygon() | QgsMapToolCapture | protected |
createGeometryRubberBand(QgsWkbTypes::GeometryType geometryType=QgsWkbTypes::LineGeometry, bool alternativeBand=false) const | QgsMapToolEdit | protected |
createRubberBand(QgsWkbTypes::GeometryType geometryType=QgsWkbTypes::LineGeometry, bool alternativeBand=false) | QgsMapToolEdit | protected |
currentVectorLayer() | QgsMapToolEdit | protected |
deactivate() override | QgsMapToolCapture | virtual |
deactivated() | QgsMapTool | signal |
defaultMValue() const | QgsMapToolEdit | |
defaultZValue() const | QgsMapToolEdit | |
deleteTempRubberBand() | QgsMapToolCapture | |
digitizingFillColor() | QgsMapToolEdit | protectedstatic |
digitizingStrokeColor() | QgsMapToolEdit | protectedstatic |
digitizingStrokeWidth() | QgsMapToolEdit | protectedstatic |
EditTool enum value | QgsMapTool | |
fetchLayerPoint(const QgsPointLocator::Match &match, QgsPoint &layerPoint) | QgsMapToolCapture | protected |
Flag enum name | QgsMapTool | |
flags() const override | QgsMapToolEdit | inlinevirtual |
gestureEvent(QGestureEvent *e) | QgsMapTool | virtual |
InvalidCanvas enum value | QgsMapToolEdit | protected |
InvalidLayer enum value | QgsMapToolEdit | protected |
isActive() const | QgsMapTool | |
isAdvancedDigitizingAllowed() const | QgsMapToolAdvancedDigitizing | inline |
isAutoSnapEnabled() const | QgsMapToolAdvancedDigitizing | inline |
isCapturing() const | QgsMapToolCapture | protected |
keyPressEvent(QKeyEvent *e) override | QgsMapToolCapture | virtual |
keyReleaseEvent(QKeyEvent *e) | QgsMapTool | virtual |
mAction | QgsMapTool | protected |
mapPoint(const QgsMapMouseEvent &e) const | QgsMapToolCapture | protected |
mapPoint(const QgsPointXY &point) const | QgsMapToolCapture | protected |
mButton | QgsMapTool | protected |
mCadDockWidget | QgsMapToolAdvancedDigitizing | protected |
mCanvas | QgsMapTool | protected |
mCursor | QgsMapTool | protected |
messageDiscarded() | QgsMapTool | signal |
messageEmitted(const QString &message, Qgis::MessageLevel=Qgis::MessageLevel::Info) | QgsMapTool | signal |
mode() const | QgsMapToolCapture | inline |
mToolName | QgsMapTool | protected |
nextPoint(const QgsPoint &mapPoint, QgsPoint &layerPoint) | QgsMapToolCapture | protected |
nextPoint(QPoint p, QgsPoint &layerPoint, QgsPoint &mapPoint) | QgsMapToolCapture | protected |
NoCapabilities enum value | QgsMapToolCapture | |
notifyNotEditableLayer() | QgsMapToolEdit | protected |
notifyNotVectorLayer() | QgsMapToolEdit | protected |
points() const | QgsMapToolCapture | protected |
pointsZM() const | QgsMapToolCapture | protected |
populateContextMenu(QMenu *menu) | QgsMapTool | virtual |
populateContextMenuWithEvent(QMenu *menu, QgsMapMouseEvent *event) | QgsMapTool | virtual |
QgsMapTool(QgsMapCanvas *canvas) | QgsMapTool | protected |
QgsMapToolAdvancedDigitizing(QgsMapCanvas *canvas, QgsAdvancedDigitizingDockWidget *cadDockWidget) | QgsMapToolAdvancedDigitizing | explicit |
QgsMapToolCapture(QgsMapCanvas *canvas, QgsAdvancedDigitizingDockWidget *cadDockWidget, CaptureMode mode) | QgsMapToolCapture | |
QgsMapToolEdit(QgsMapCanvas *canvas) | QgsMapToolEdit | |
searchRadiusMM() | QgsMapTool | static |
searchRadiusMU(const QgsRenderContext &context) | QgsMapTool | static |
searchRadiusMU(QgsMapCanvas *canvas) | QgsMapTool | static |
setAction(QAction *action) | QgsMapTool | |
setAdvancedDigitizingAllowed(bool allowed) | QgsMapToolAdvancedDigitizing | inlineprotected |
setAutoSnapEnabled(bool enabled) | QgsMapToolAdvancedDigitizing | inlineprotected |
setButton(QAbstractButton *button) | QgsMapTool | |
setCircularDigitizingEnabled(bool enable) | QgsMapToolCapture | slot |
setCursor(const QCursor &cursor) | QgsMapTool | virtual |
setPoints(const QVector< QgsPointXY > &pointList) | QgsMapToolCapture | protected |
setPoints(const QgsPointSequence &pointList) | QgsMapToolCapture | protected |
setSnapToLayerGridEnabled(bool snapToLayerGridEnabled) | QgsMapToolAdvancedDigitizing | |
setStreamDigitizingEnabled(bool enable) | QgsMapToolCapture | slot |
setToolName(const QString &name) | QgsMapTool | protected |
ShowContextMenu enum value | QgsMapTool | |
size() | QgsMapToolCapture | protected |
snappingMatches() const | QgsMapToolCapture | |
snapToLayerGridEnabled() const | QgsMapToolAdvancedDigitizing | |
startCapturing() | QgsMapToolCapture | protected |
stopCapturing() | QgsMapToolCapture | protectedslot |
StraightSegments enum value | QgsMapToolCapture | |
Streaming enum value | QgsMapToolCapture | |
Success enum value | QgsMapToolEdit | protected |
SupportsCurves enum value | QgsMapToolCapture | |
supportsTechnique(CaptureTechnique technique) const | QgsMapToolCapture | virtual |
takeRubberBand() | QgsMapToolCapture | |
toCanvasCoordinates(const QgsPointXY &point) const | QgsMapTool | protected |
toLayerCoordinates(const QgsMapLayer *layer, QPoint point) | QgsMapTool | protected |
toLayerCoordinates(const QgsMapLayer *layer, const QgsPointXY &point) | QgsMapTool | protected |
toLayerCoordinates(const QgsMapLayer *layer, const QgsRectangle &rect) | QgsMapTool | protected |
toMapCoordinates(QPoint point) | QgsMapTool | protected |
toMapCoordinates(const QgsMapLayer *layer, const QgsPointXY &point) | QgsMapTool | protected |
toMapCoordinates(const QgsMapLayer *layer, const QgsPoint &point) | QgsMapTool | protected |
toolName() | QgsMapTool | inline |
TopologicalResult enum name | QgsMapToolEdit | protected |
Transient enum value | QgsMapTool | |
undo(bool isAutoRepeat=false) | QgsMapToolCapture | protected |
wheelEvent(QWheelEvent *e) | QgsMapTool | virtual |
~QgsMapTool() override | QgsMapTool | |
~QgsMapToolCapture() override | QgsMapToolCapture | |