QGIS/python/gui/auto_generated/plot/qgsplottoolzoom.sip.in
2023-06-28 17:16:39 +10:00

67 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/plot/qgsplottoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPlotToolZoom : QgsPlotTool
{
%Docstring(signature="appended")
Plot tool for zooming into and out of the plot.
.. versionadded:: 3.26
%End
%TypeHeaderCode
#include "qgsplottoolzoom.h"
%End
public:
QgsPlotToolZoom( QgsPlotCanvas *canvas /TransferThis/ );
%Docstring
Constructor for QgsPlotToolZoom, with the associated ``canvas``.
%End
~QgsPlotToolZoom();
virtual void plotPressEvent( QgsPlotMouseEvent *event );
virtual void plotMoveEvent( QgsPlotMouseEvent *event );
virtual void plotReleaseEvent( QgsPlotMouseEvent *event );
virtual void keyPressEvent( QKeyEvent *event );
virtual void keyReleaseEvent( QKeyEvent *event );
virtual void deactivate();
protected:
protected:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/plot/qgsplottoolzoom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/