mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
45 lines
1.6 KiB
Plaintext
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 *
|
|
************************************************************************/
|