QGIS/python/gui/qgsmaptoolidentifyfeature.sip
2014-08-19 08:34:02 +02:00

15 lines
306 B
Plaintext

class QgsMapToolIdentifyFeature : QgsMapToolIdentify
{
%TypeHeaderCode
#include <qgsmaptoolidentifyfeature.h>
%End
public:
QgsMapToolIdentifyFeature( QgsVectorLayer* vl, QgsMapCanvas* canvas );
void canvasReleaseEvent( QMouseEvent* e );
signals:
void featureIdentified( QgsFeature );
};