QGIS API Documentation
3.6.0-Noosa (5873452)
|
Interface that allows rejection of some matches in intersection queries (e.g. More...
#include <qgspointlocator.h>
Public Member Functions | |
virtual | ~MatchFilter ()=default |
virtual bool | acceptMatch (const QgsPointLocator::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 222 of file qgspointlocator.h.
|
virtualdefault |
|
pure virtual |