QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>

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

Member Function Documentation

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

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