QGIS/python/gui/auto_additions/qgsmaptoolidentifyfeature.py

10 lines
447 B
Python
Raw 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'}
except NameError:
pass
try:
QgsMapToolIdentifyFeature.__group__ = ['maptools']
except NameError:
pass