QGIS/python/gui/layout/qgslayoutviewtooltemporarykeypan.sip.in

45 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/layout/qgslayoutviewtooltemporarykeypan.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsLayoutViewToolTemporaryKeyPan : QgsLayoutViewTool
{
%Docstring
Layout view tool for temporarily panning a layout while a key is depressed.
.. versionadded:: 3.0
%End
%TypeHeaderCode
#include "qgslayoutviewtooltemporarykeypan.h"
%End
public:
QgsLayoutViewToolTemporaryKeyPan( QgsLayoutView *view /TransferThis/ );
%Docstring
Constructor for QgsLayoutViewToolTemporaryKeyPan.
%End
virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event );
virtual void keyReleaseEvent( QKeyEvent *event );
virtual void activate();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/layout/qgslayoutviewtooltemporarykeypan.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/