| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
Interface that allows rejection of some matches in intersection queries (e.g. More...
#include <qgspointlocator.h>

Public Member Functions | |
| virtual | ~MatchFilter () | 
| 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 176 of file qgspointlocator.h.
      
  | 
  inlinevirtual | 
Definition at line 178 of file qgspointlocator.h.
      
  | 
  pure virtual | 
Implemented in EdgesOnlyFilter.
 1.8.13