QGIS/python/gui/auto_generated/plot/qgsplottoolpan.sip.in
2022-04-07 19:22:19 +10:00

51 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/plot/qgsplottoolpan.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPlotToolPan : QgsPlotTool
{
%Docstring(signature="appended")
Plot tool for panning/zoom/navigating plots.
.. versionadded:: 3.26
%End
%TypeHeaderCode
#include "qgsplottoolpan.h"
%End
public:
QgsPlotToolPan( QgsPlotCanvas *canvas );
%Docstring
Constructor for QgsPlotToolPan, with the associated ``canvas``.
%End
virtual Qgis::PlotToolFlags flags() const;
virtual void plotMoveEvent( QgsPlotMouseEvent *event );
virtual void plotPressEvent( QgsPlotMouseEvent *event );
virtual void plotReleaseEvent( QgsPlotMouseEvent *event );
virtual void deactivate();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/plot/qgsplottoolpan.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/