QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
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 223 of file qgspointlocator.h.
|
virtualdefault |
|
pure virtual |