QGIS/python/gui/qgsmaptoolzoom.sip.in

53 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-06-07 16:16:21 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmaptoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMapToolZoom : QgsMapTool
{
2017-06-07 16:16:21 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
A map tool for zooming into the map.
2017-12-05 20:04:14 -04:00
.. seealso:: :py:class:`QgsMapTool`
%End
2017-06-07 16:16:21 +02:00
%TypeHeaderCode
#include "qgsmaptoolzoom.h"
%End
public:
QgsMapToolZoom( QgsMapCanvas *canvas, bool zoomOut );
2017-06-07 16:16:21 +02:00
%Docstring
constructor
%End
~QgsMapToolZoom();
2016-05-30 02:42:12 +10:00
virtual Flags flags() const;
virtual void canvasMoveEvent( QgsMapMouseEvent *e );
virtual void canvasPressEvent( QgsMapMouseEvent *e );
virtual void canvasReleaseEvent( QgsMapMouseEvent *e );
virtual void deactivate();
2017-06-07 16:16:21 +02:00
2017-06-07 16:16:21 +02:00
protected:
};
2017-06-07 16:16:21 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmaptoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/