#include "PythonQtWrapper_QMoveEvent.h" #include #include QMoveEvent* PythonQtWrapper_QMoveEvent::new_QMoveEvent(const QPoint& pos, const QPoint& oldPos) { return new QMoveEvent(pos, oldPos); } const QPoint& PythonQtWrapper_QMoveEvent::oldPos(QMoveEvent* theWrappedObject) const { return theWrappedObject->oldPos(); } const QPoint& PythonQtWrapper_QMoveEvent::pos(QMoveEvent* theWrappedObject) const { return theWrappedObject->pos(); }