#include "PythonQtWrapper_QPaintEvent.h" #include #include #include #include #include #include QPaintEvent* PythonQtWrapper_QPaintEvent::new_QPaintEvent(const QRect& paintRect) { return new PythonQtShell_QPaintEvent(paintRect); } QPaintEvent* PythonQtWrapper_QPaintEvent::new_QPaintEvent(const QRegion& paintRegion) { return new PythonQtShell_QPaintEvent(paintRegion); } const QRegion* PythonQtWrapper_QPaintEvent::region(QPaintEvent* theWrappedObject) const { return &( theWrappedObject->region()); } const QRect* PythonQtWrapper_QPaintEvent::rect(QPaintEvent* theWrappedObject) const { return &( theWrappedObject->rect()); }