[SIP] add missing activated/deactivated signals for map tools

This commit is contained in:
Denis Rouzaud 2014-09-11 10:41:02 +02:00
parent 9423f5e360
commit c3bf02b42a

View File

@ -133,6 +133,12 @@ class QgsMapTool : QObject
//! emit signal to clear previous message
void messageDiscarded();
//! signal emitted once the map tool is activated
void activated();
//! signal emitted once the map tool is deactivated
void deactivated();
protected:
//! constructor takes map canvas as a parameter