mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
6 lines
764 B
Python
6 lines
764 B
Python
# The following has been generated automatically from src/core/locator/qgslocatorcontext.h
|
|
try:
|
|
QgsLocatorContext.__attribute_docs__ = {'targetExtent': 'Map extent to target in results. This can be used to prioritize searching\nfor results close to the current map extent. The CRS for the extent\nis specified by targetExtentCrs.\n\n.. seealso:: :py:func:`targetExtentCrs`', 'targetExtentCrs': 'Coordinate reference system for the map extent variable.\n\n.. seealso:: :py:func:`targetExtent`', 'transformContext': 'Coordinate transform context, to use whenever performing coordinate transformations inside\na locator.\n\n.. versionadded:: 3.16', 'usingPrefix': 'Will be ``True`` if search is being conducted using a filter prefix.'}
|
|
except NameError:
|
|
pass
|