mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
7 lines
810 B
Python
7 lines
810 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.'}
|
|
QgsLocatorContext.__group__ = ['locator']
|
|
except NameError:
|
|
pass
|