| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include "qgis_core.h"#include "qgslocatorfilter.h"#include <QAbstractListModel>#include <QTimer>#include <QSet>#include <QSortFilterProxyModel>

Go to the source code of this file.
| Classes | |
| class | QgsLocatorAutomaticModel | 
| A QgsLocatorModel which has is associated directly with a QgsLocator, and is automatically populated with results from locator searches.  More... | |
| class | QgsLocatorModel | 
| An abstract list model for displaying the results of locator searches.  More... | |
| class | QgsLocatorProxyModel | 
| A sort proxy model for QgsLocatorModel, which automatically sorts results by precedence.  More... | |