You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gui/qgsmapcanvassnapper.h
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,10 @@ class GUI_EXPORT QgsMapCanvasSnapper
50
50
@param results list to which the results are appended
51
51
@param snap_to snap to vertex or to segment
52
52
@param snappingTol snapping tolerance. -1 means that the search radius for vertex edits is taken
53
-
@param excludePoints a list with (map coordinate) points that should be excluded in the snapping result. Useful e.g. for vertex moves where a vertex should not be snapped to its original position*/
@param excludePoints a list with (map coordinate) points that should be excluded in the snapping result. Useful e.g. for vertex moves where a vertex should not be snapped to its original position
54
+
@param allResutInTolerance return all thew results in the tollerance
0 commit comments