mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
add note on how to invalidate results
This commit is contained in:
parent
a15d8903ed
commit
dc9fb90b01
@ -54,6 +54,11 @@ class QgsLocatorFilter : QObject
|
|||||||
%Docstring
|
%Docstring
|
||||||
Abstract base class for filters which collect locator results.
|
Abstract base class for filters which collect locator results.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If the configuration of the filter is changed outside of the main application settings,
|
||||||
|
one needs to invalidate current results of the locator widget: see QgisInterface.invalidateLocatorResults
|
||||||
|
|
||||||
.. versionadded:: 3.0
|
.. versionadded:: 3.0
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -97,6 +97,9 @@ class CORE_EXPORT QgsLocatorResult
|
|||||||
* \class QgsLocatorFilter
|
* \class QgsLocatorFilter
|
||||||
* \ingroup core
|
* \ingroup core
|
||||||
* Abstract base class for filters which collect locator results.
|
* Abstract base class for filters which collect locator results.
|
||||||
|
*
|
||||||
|
* \note If the configuration of the filter is changed outside of the main application settings,
|
||||||
|
* one needs to invalidate current results of the locator widget: \see QgisInterface::invalidateLocatorResults
|
||||||
* \since QGIS 3.0
|
* \since QGIS 3.0
|
||||||
*/
|
*/
|
||||||
class CORE_EXPORT QgsLocatorFilter : public QObject
|
class CORE_EXPORT QgsLocatorFilter : public QObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user