QGIS API Documentation  2.12.0-Lyon
Public Member Functions | List of all members
QgsPointLocator::MatchFilter Struct Referenceabstract

Interface that allows rejection of some matches in intersection queries (e.g. More...

#include <qgspointlocator.h>

Inheritance diagram for QgsPointLocator::MatchFilter:
Inheritance graph
[legend]

Public Member Functions

virtual bool acceptMatch (const Match &match)=0
 

Detailed Description

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 140 of file qgspointlocator.h.

Member Function Documentation

virtual bool QgsPointLocator::MatchFilter::acceptMatch ( const Match match)
pure virtual

Implemented in EdgesOnlyFilter.


The documentation for this struct was generated from the following file: