mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[SIP] add missing activated/deactivated signals for map tools
This commit is contained in:
parent
9423f5e360
commit
c3bf02b42a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user