/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/gui/layout/qgslayoutviewtoolpan.h                                *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/



class QgsLayoutViewToolPan : QgsLayoutViewTool
{
%Docstring
Layout view tool for panning the layout.

.. versionadded:: 3.0
%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.pl again   *
 ************************************************************************/