QGIS/python/gui/auto_additions/qgsmaptoolidentifyfeature.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
533 B
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/gui/maptools/qgsmaptoolidentifyfeature.h
2024-09-04 08:32:00 +10:00
try:
QgsMapToolIdentifyFeature.__attribute_docs__ = {'featureIdentified': 'Emitted when a feature has been identified by its ``id``.\n\n.. deprecated:: 3.40\n\n Use the signal with a :py:class:`QgsFeature` argument instead.\n'}
2024-08-28 11:14:23 +10:00
QgsMapToolIdentifyFeature.__signal_arguments__ = {'featureIdentified': ['feature: QgsFeature']}
QgsMapToolIdentifyFeature.__group__ = ['maptools']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass