QGIS/python/gui/auto_generated/layout/qgslayoutviewtoolmoveitemcontent.sip.in
Denis Rouzaud 2562958772 sipify
2024-12-07 05:16:00 +10:00

44 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/layout/qgslayoutviewtoolmoveitemcontent.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLayoutViewToolMoveItemContent : QgsLayoutViewTool
{
%Docstring(signature="appended")
Layout view tool for moving and zooming item content.
%End
%TypeHeaderCode
#include "qgslayoutviewtoolmoveitemcontent.h"
%End
public:
QgsLayoutViewToolMoveItemContent( QgsLayoutView *view /TransferThis/ );
%Docstring
Constructor for QgsLayoutViewToolMoveItemContent.
%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.py again *
************************************************************************/