QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A special locator widget which allows searching for matching results from a QgsLocator and presenting them to users for selection. More...
#include <qgslocatorwidget.h>
Public Slots | |
void | invalidateResults () |
Invalidates the current search results, e.g. More... | |
void | search (const QString &string) |
Triggers the locator widget to focus, open and start searching for a specified string. More... | |
Signals | |
void | configTriggered () |
Emitted when the configure option is triggered in the widget. More... | |
Public Member Functions | |
QgsLocatorWidget (QWidget *parent SIP_TRANSFERTHIS=nullptr) | |
Constructor for QgsLocatorWidget. More... | |
QgsLocator * | locator () |
Returns a pointer to the locator utilized by this widget. More... | |
void | setMapCanvas (QgsMapCanvas *canvas) |
Sets a map canvas to associate with the widget. More... | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) override |
A special locator widget which allows searching for matching results from a QgsLocator and presenting them to users for selection.
Definition at line 46 of file qgslocatorwidget.h.
QgsLocatorWidget::QgsLocatorWidget | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Constructor for QgsLocatorWidget.
Definition at line 34 of file qgslocatorwidget.cpp.
|
signal |
Emitted when the configure option is triggered in the widget.
|
overrideprotected |
Definition at line 237 of file qgslocatorwidget.cpp.
|
slot |
Invalidates the current search results, e.g.
as a result of changes to the locator filter settings.
Definition at line 169 of file qgslocatorwidget.cpp.
QgsLocator * QgsLocatorWidget::locator | ( | ) |
Returns a pointer to the locator utilized by this widget.
Definition at line 125 of file qgslocatorwidget.cpp.
|
slot |
Triggers the locator widget to focus, open and start searching for a specified string.
Definition at line 152 of file qgslocatorwidget.cpp.
void QgsLocatorWidget::setMapCanvas | ( | QgsMapCanvas * | canvas | ) |
Sets a map canvas to associate with the widget.
This allows the widget to customize the searches performed by its locator(), such as prioritizing results which are near the current canvas extent.
Definition at line 130 of file qgslocatorwidget.cpp.