Subgroup: other

Class: QgsSnapIndicator

class qgis.gui.QgsSnapIndicator

Bases: sip.wrapper

Class that shows snapping marker on map canvas for the current snapping match.

New in version 3.0: Methods

isVisible Returns whether the snapping indicator is visible
match Returns currently displayed snapping match
setMatch Sets snapping match that should be displayed in map canvas.
setVisible Sets whether the snapping indicator is visible

Attributes

isVisible(self) → bool

Returns whether the snapping indicator is visible

match(self) → QgsPointLocator.Match

Returns currently displayed snapping match

setMatch(self, match: QgsPointLocator.Match)

Sets snapping match that should be displayed in map canvas. Invalid match hides the indicator

setVisible(self, visible: bool = True)

Sets whether the snapping indicator is visible