Skip to content

Commit

Permalink
[SIP] add missing activated/deactivated signals for map tools
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 11, 2014
1 parent 9423f5e commit c3bf02b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/gui/qgsmaptool.sip
Expand Up @@ -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
Expand Down

0 comments on commit c3bf02b

Please sign in to comment.