QGIS/python/core/auto_additions/qgslocatorcontext.py
2025-04-03 01:05:31 +10:00

8 lines
1.0 KiB
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.__annotations__ = {'targetExtent': 'QgsRectangle', 'targetExtentCrs': 'QgsCoordinateReferenceSystem', 'transformContext': 'QgsCoordinateTransformContext', 'usingPrefix': bool}
QgsLocatorContext.__group__ = ['locator']
except (NameError, AttributeError):
pass