QGIS API Documentation
3.14.0-Pi (9f7028fd23)
src
gui
layout
qgslayoutviewtooltemporarykeypan.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgslayoutviewtooltemporarykeypan.h
3
----------------------------------
4
Date : July 2017
5
Copyright : (C) 2017 Nyall Dawson
6
Email : nyall dot dawson at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSLAYOUTVIEWTOOLTEMPORARYKEYPAN_H
17
#define QGSLAYOUTVIEWTOOLTEMPORARYKEYPAN_H
18
19
#include "
qgis_sip.h
"
20
#include "qgis_gui.h"
21
#include "
qgslayoutviewtool.h
"
22
28
class
GUI_EXPORT
QgsLayoutViewToolTemporaryKeyPan
:
public
QgsLayoutViewTool
29
{
30
31
Q_OBJECT
32
33
public
:
34
38
QgsLayoutViewToolTemporaryKeyPan
(
QgsLayoutView
*view
SIP_TRANSFERTHIS
);
39
40
void
layoutMoveEvent
(
QgsLayoutViewMouseEvent
*event )
override
;
41
void
keyReleaseEvent
( QKeyEvent *event )
override
;
42
void
activate
()
override
;
43
44
private
:
45
46
QPoint mLastMousePos;
47
QPointer< QgsLayoutViewTool > mPreviousViewTool;
48
49
};
50
51
#endif // QGSLAYOUTVIEWTOOLTEMPORARYKEYPAN_H
qgslayoutviewtool.h
QgsLayoutViewToolTemporaryKeyPan
Definition:
qgslayoutviewtooltemporarykeypan.h:28
QgsLayoutViewTool::keyReleaseEvent
virtual void keyReleaseEvent(QKeyEvent *event)
Key release event for overriding.
Definition:
qgslayoutviewtool.cpp:99
QgsLayoutViewTool::layoutMoveEvent
virtual void layoutMoveEvent(QgsLayoutViewMouseEvent *event)
Mouse move event for overriding.
Definition:
qgslayoutviewtool.cpp:69
qgis_sip.h
QgsLayoutViewTool
Definition:
qgslayoutviewtool.h:46
QgsLayoutView
Definition:
qgslayoutview.h:49
QgsLayoutViewTool::activate
virtual void activate()
Called when tool is set as the currently active layout tool.
Definition:
qgslayoutviewtool.cpp:120
QgsLayoutViewMouseEvent
Definition:
qgslayoutviewmouseevent.h:35
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17