QGIS/python/gui/auto_generated/maptools/qgsmaptoolzoom.sip.in
Nyall Dawson 1128c909ee Move all gui map tools files into maptools/ subfolder
Previously only a few were in this subfolder, which made it
confusing to find the others...
2024-08-20 16:38:45 +02:00

61 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/maptools/qgsmaptoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsMapToolZoom : QgsMapTool
{
%Docstring(signature="appended")
A map tool for zooming into the map.
.. seealso:: :py:class:`QgsMapTool`
%End
%TypeHeaderCode
#include "qgsmaptoolzoom.h"
%End
public:
QgsMapToolZoom( QgsMapCanvas *canvas, bool zoomOut );
%Docstring
constructor
%End
~QgsMapToolZoom();
virtual Flags flags() const;
virtual void canvasMoveEvent( QgsMapMouseEvent *e );
virtual void canvasPressEvent( QgsMapMouseEvent *e );
virtual void canvasReleaseEvent( QgsMapMouseEvent *e );
virtual void keyPressEvent( QKeyEvent *e );
virtual void keyReleaseEvent( QKeyEvent *e );
virtual void deactivate();
protected:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/maptools/qgsmaptoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/