|
QGIS API Documentation
2.2.0-Valmiera
|
#include <qgssnapper.h>

Public Attributes | |
| QgsVectorLayer * | mLayer |
| The layer to which snapping is applied. | |
| double | mTolerance |
| The snapping tolerances for the layers, always in source coordinate systems of the layer. | |
| QgsSnapper::SnappingType | mSnapTo |
| What snapping type to use (snap to segment or to vertex) | |
| QgsTolerance::UnitType | mUnitType |
| What unit is used for tolerance. | |
Definition at line 84 of file qgssnapper.h.
| QgsVectorLayer* QgsSnapper::SnapLayer::mLayer |
The layer to which snapping is applied.
Definition at line 87 of file qgssnapper.h.
Referenced by QgsMapCanvasSnapper::snapToBackgroundLayers(), and QgsMapCanvasSnapper::snapToCurrentLayer().
| QgsSnapper::SnappingType QgsSnapper::SnapLayer::mSnapTo |
What snapping type to use (snap to segment or to vertex)
Definition at line 91 of file qgssnapper.h.
Referenced by QgsMapCanvasSnapper::snapToBackgroundLayers(), and QgsMapCanvasSnapper::snapToCurrentLayer().
| double QgsSnapper::SnapLayer::mTolerance |
The snapping tolerances for the layers, always in source coordinate systems of the layer.
Definition at line 89 of file qgssnapper.h.
Referenced by QgsMapCanvasSnapper::snapToBackgroundLayers(), and QgsMapCanvasSnapper::snapToCurrentLayer().
| QgsTolerance::UnitType QgsSnapper::SnapLayer::mUnitType |
What unit is used for tolerance.
Definition at line 93 of file qgssnapper.h.
Referenced by QgsMapCanvasSnapper::snapToBackgroundLayers(), and QgsMapCanvasSnapper::snapToCurrentLayer().
1.8.1.2