The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include <qevent.h>

struct QPaintEvent : QEvent {
    QPaintEvent(const QRegion &, bool = TRUE);
    QPaintEvent(const QRect &, bool = TRUE);
    QPaintEvent(const QPaintEvent &);
    bool erased() const;
    const QRect &rect() const;
    const QRegion &region() const;
} Qt::PaintEvent;