mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
17 lines
1.2 KiB
Python
17 lines
1.2 KiB
Python
# The following has been generated automatically from src/gui/qgsmaptoolidentify.h
|
|
QgsMapToolIdentify.DefaultQgsSetting = QgsMapToolIdentify.IdentifyMode.DefaultQgsSetting
|
|
QgsMapToolIdentify.ActiveLayer = QgsMapToolIdentify.IdentifyMode.ActiveLayer
|
|
QgsMapToolIdentify.TopDownStopAtFirst = QgsMapToolIdentify.IdentifyMode.TopDownStopAtFirst
|
|
QgsMapToolIdentify.TopDownAll = QgsMapToolIdentify.IdentifyMode.TopDownAll
|
|
QgsMapToolIdentify.LayerSelection = QgsMapToolIdentify.IdentifyMode.LayerSelection
|
|
QgsMapToolIdentify.IdentifyMode.baseClass = QgsMapToolIdentify
|
|
QgsMapToolIdentify.VectorLayer = QgsMapToolIdentify.Type.VectorLayer
|
|
QgsMapToolIdentify.RasterLayer = QgsMapToolIdentify.Type.RasterLayer
|
|
QgsMapToolIdentify.MeshLayer = QgsMapToolIdentify.Type.MeshLayer
|
|
QgsMapToolIdentify.VectorTileLayer = QgsMapToolIdentify.Type.VectorTileLayer
|
|
QgsMapToolIdentify.PointCloudLayer = QgsMapToolIdentify.Type.PointCloudLayer
|
|
QgsMapToolIdentify.AllLayers = QgsMapToolIdentify.Type.AllLayers
|
|
QgsMapToolIdentify.LayerType = lambda flags=0: QgsMapToolIdentify.Type(flags)
|
|
QgsMapToolIdentify.LayerType.baseClass = QgsMapToolIdentify
|
|
LayerType = QgsMapToolIdentify # dirty hack since SIP seems to introduce the flags in module
|