/************************************************************************ * This file has been generated automatically from * * * * src/gui/layout/qgslayoutviewtoolpan.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/ class QgsLayoutViewToolPan : QgsLayoutViewTool { %Docstring(signature="appended") Layout view tool for panning the layout. %End %TypeHeaderCode #include "qgslayoutviewtoolpan.h" %End public: QgsLayoutViewToolPan( QgsLayoutView *view /TransferThis/ ); %Docstring Constructor for QgsLayoutViewToolPan. %End virtual void layoutPressEvent( QgsLayoutViewMouseEvent *event ); virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event ); virtual void layoutReleaseEvent( QgsLayoutViewMouseEvent *event ); virtual void deactivate(); }; /************************************************************************ * This file has been generated automatically from * * * * src/gui/layout/qgslayoutviewtoolpan.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/