add LayerSelection idetinfy mode in SIP

This commit is contained in:
Denis Rouzaud 2013-10-28 08:29:49 +01:00
parent 1f81a84c9e
commit d4027bbda8

View File

@ -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