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/core/qgssnapper.h
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,9 @@ class CORE_EXPORT QgsSnapper
81
81
/**Does the snapping operation
82
82
@param startPoint the start point for snapping (in pixel coordinates)
83
83
@param snappingResult the list where the results are inserted (everything in map coordinate system)
84
+
@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 snappingTol snapping tolerance. -1 means that the search radius for vertex edits is taken
52
+
@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*/
/**Snaps to the background layers. This method is usefull to align the features of the
54
55
edited layers to those of other layers (as described in the project properties).
55
56
Uses snap mode QgsSnapper::ONE_RESULT. Therefore, only the
56
57
closest result is returned.
57
58
@param p start point of the snap (in pixel coordinates)
58
59
@param result snapped point
60
+
@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
0 commit comments