mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
51 lines
1.6 KiB
Plaintext
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 *
|
|
************************************************************************/
|