mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
add LayerSelection idetinfy mode in SIP
This commit is contained in:
parent
1f81a84c9e
commit
d4027bbda8
@ -1,4 +1,3 @@
|
||||
|
||||
class QgsMapToolIdentify : QgsMapTool
|
||||
{
|
||||
%TypeHeaderCode
|
||||
@ -12,7 +11,8 @@ class QgsMapToolIdentify : QgsMapTool
|
||||
DefaultQgsSetting = -1,
|
||||
ActiveLayer,
|
||||
TopDownStopAtFirst,
|
||||
TopDownAll
|
||||
TopDownAll,
|
||||
LayerSelection
|
||||
};
|
||||
|
||||
enum LayerType
|
||||
|
Loading…
x
Reference in New Issue
Block a user