#include "PythonQtWrapper_QGraphicsSceneHelpEvent.h" #include #include #include #include #include #include QGraphicsSceneHelpEvent* PythonQtWrapper_QGraphicsSceneHelpEvent::new_QGraphicsSceneHelpEvent(QEvent::Type type) { return new QGraphicsSceneHelpEvent(type); } QPointF PythonQtWrapper_QGraphicsSceneHelpEvent::scenePos(QGraphicsSceneHelpEvent* theWrappedObject) const { return ( theWrappedObject->scenePos()); } QPoint PythonQtWrapper_QGraphicsSceneHelpEvent::screenPos(QGraphicsSceneHelpEvent* theWrappedObject) const { return ( theWrappedObject->screenPos()); } void PythonQtWrapper_QGraphicsSceneHelpEvent::setScenePos(QGraphicsSceneHelpEvent* theWrappedObject, const QPointF& pos) { ( theWrappedObject->setScenePos(pos)); } void PythonQtWrapper_QGraphicsSceneHelpEvent::setScreenPos(QGraphicsSceneHelpEvent* theWrappedObject, const QPoint& pos) { ( theWrappedObject->setScreenPos(pos)); }