QGIS API Documentation
3.0.2-Girona (307d082)
|
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 45 of file qgslocatorwidget.h.
QgsLocatorWidget::QgsLocatorWidget | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Constructor for QgsLocatorWidget.
Definition at line 30 of file qgslocatorwidget.cpp.
|
signal |
Emitted when the configure option is triggered in the widget.
|
overrideprotected |
Definition at line 182 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 132 of file qgslocatorwidget.cpp.
QgsLocator * QgsLocatorWidget::locator | ( | ) |
Returns a pointer to the locator utilized by this widget.
Definition at line 114 of file qgslocatorwidget.cpp.
|
slot |
Triggers the locator widget to focus, open and start searching for a specified string.
Definition at line 124 of file qgslocatorwidget.cpp.
void QgsLocatorWidget::setMapCanvas | ( | QgsMapCanvas * | canvas | ) |
Sets a map canvas to associate with the widget.
This allows the widget to customise the searches performed by its locator(), such as prioritizing results which are near the current canvas extent.
Definition at line 119 of file qgslocatorwidget.cpp.