QGIS API Documentation
2.8.2-Wien
|
Interface that allows rejection of some matches in intersection queries (e.g. More...
#include <qgspointlocator.h>
Public Member Functions | |
virtual bool | acceptMatch (const Match &match)=0 |
Interface that allows rejection of some matches in intersection queries (e.g.
a match can only belong to a particular feature / match must not be a particular point). Implement the interface and pass its instance to QgsPointLocator or QgsSnappingUtils methods.
Definition at line 131 of file qgspointlocator.h.
|
pure virtual |