| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
#include "qgssnappingutils.h"#include "qgsgeometry.h"#include "qgsmaplayerregistry.h"#include "qgsproject.h"#include "qgsvectorlayer.h"
Go to the source code of this file.
Functions | |
| QgsRectangle | _areaOfInterest (const QgsPoint &point, double tolerance) | 
| static QgsPointLocator::Match | _findClosestSegmentIntersection (const QgsPoint &pt, const QgsPointLocator::MatchList &segments) | 
| static void | _replaceIfBetter (QgsPointLocator::Match &mBest, const QgsPointLocator::Match &mNew, double maxDistance) | 
| static void | _updateBestMatch (QgsPointLocator::Match &bestMatch, const QgsPoint &pointMap, QgsPointLocator *loc, int type, double tolerance, QgsPointLocator::MatchFilter *filter) | 
      
  | 
  inline | 
Definition at line 213 of file qgssnappingutils.cpp.
      
  | 
  static | 
Definition at line 111 of file qgssnappingutils.cpp.
      
  | 
  static | 
Definition at line 177 of file qgssnappingutils.cpp.
      
  | 
  static | 
Definition at line 195 of file qgssnappingutils.cpp.
 1.8.13