QGIS/python/gui/auto_generated/layout/qgslayoutviewtoolmoveitemcontent.sip.in

47 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-10-21 12:24:11 +10:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/layout/qgslayoutviewtoolmoveitemcontent.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsLayoutViewToolMoveItemContent : QgsLayoutViewTool
{
%Docstring
2017-12-15 10:36:55 -04:00
Layout view tool for moving and zooming item content.
2017-10-21 12:24:11 +10:00
.. versionadded:: 3.0
%End
%TypeHeaderCode
#include "qgslayoutviewtoolmoveitemcontent.h"
%End
public:
QgsLayoutViewToolMoveItemContent( QgsLayoutView *view /TransferThis/ );
%Docstring
2017-12-15 10:36:55 -04:00
Constructor for QgsLayoutViewToolMoveItemContent.
2017-10-21 12:24:11 +10:00
%End
virtual void layoutPressEvent( QgsLayoutViewMouseEvent *event );
virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event );
virtual void layoutReleaseEvent( QgsLayoutViewMouseEvent *event );
virtual void wheelEvent( QWheelEvent *event );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/layout/qgslayoutviewtoolmoveitemcontent.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/