2017-07-05 18:47:53 +10:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/layout/qgslayoutviewtoolselect.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-10-02 13:28:28 +10:00
|
|
|
|
2017-07-05 18:47:53 +10:00
|
|
|
class QgsLayoutViewToolSelect : QgsLayoutViewTool
|
|
|
|
{
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Layout view tool for selecting items in the layout.
|
|
|
|
|
2017-07-05 18:47:53 +10:00
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgslayoutviewtoolselect.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
2017-07-07 11:16:22 +10:00
|
|
|
QgsLayoutViewToolSelect( QgsLayoutView *view /TransferThis/ );
|
2017-07-05 18:47:53 +10:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Constructor for QgsLayoutViewToolSelect.
|
2017-07-05 18:47:53 +10:00
|
|
|
%End
|
2017-12-05 14:04:41 +10:00
|
|
|
~QgsLayoutViewToolSelect();
|
2017-07-05 18:47:53 +10:00
|
|
|
|
|
|
|
virtual void layoutPressEvent( QgsLayoutViewMouseEvent *event );
|
|
|
|
|
|
|
|
virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event );
|
|
|
|
|
|
|
|
virtual void layoutReleaseEvent( QgsLayoutViewMouseEvent *event );
|
|
|
|
|
2017-10-02 13:28:28 +10:00
|
|
|
virtual void wheelEvent( QWheelEvent *event );
|
|
|
|
|
|
|
|
virtual void keyPressEvent( QKeyEvent *event );
|
|
|
|
|
2017-07-05 18:47:53 +10:00
|
|
|
virtual void deactivate();
|
|
|
|
|
|
|
|
|
2017-10-02 13:28:28 +10:00
|
|
|
|
|
|
|
|
|
|
|
void setLayout( QgsLayout *layout );
|
|
|
|
|
2017-07-05 18:47:53 +10:00
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/layout/qgslayoutviewtoolselect.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|