mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
9 lines
628 B
Python
9 lines
628 B
Python
# The following has been generated automatically from src/gui/maptools/qgsmaptoolidentifyfeature.h
|
|
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'}
|
|
QgsMapToolIdentifyFeature.__overridden_methods__ = ['canvasReleaseEvent', 'keyPressEvent']
|
|
QgsMapToolIdentifyFeature.__signal_arguments__ = {'featureIdentified': ['feature: QgsFeature']}
|
|
QgsMapToolIdentifyFeature.__group__ = ['maptools']
|
|
except (NameError, AttributeError):
|
|
pass
|