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