#include "PythonQtWrapper_QMoveEvent.h" #include #include #include #include #include QMoveEvent* PythonQtWrapper_QMoveEvent::new_QMoveEvent(const QPoint& pos, const QPoint& oldPos) { return new PythonQtShell_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()); }