#include "PythonQtWrapper_QStylePainter.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QStylePainter* PythonQtWrapper_QStylePainter::new_QStylePainter() { return new QStylePainter(); } QStylePainter* PythonQtWrapper_QStylePainter::new_QStylePainter(QPaintDevice* pd, QWidget* w) { return new QStylePainter(pd, w); } QStylePainter* PythonQtWrapper_QStylePainter::new_QStylePainter(QWidget* w) { return new QStylePainter(w); } void PythonQtWrapper_QStylePainter::drawControl(QStylePainter* theWrappedObject, QStyle::ControlElement ce, const QStyleOption& opt) { ( theWrappedObject->drawControl(ce, opt)); } bool PythonQtWrapper_QStylePainter::begin(QStylePainter* theWrappedObject, QPaintDevice* pd, QWidget* w) { return ( theWrappedObject->begin(pd, w)); } bool PythonQtWrapper_QStylePainter::begin(QStylePainter* theWrappedObject, QWidget* w) { return ( theWrappedObject->begin(w)); } void PythonQtWrapper_QStylePainter::drawComplexControl(QStylePainter* theWrappedObject, QStyle::ComplexControl cc, const QStyleOptionComplex& opt) { ( theWrappedObject->drawComplexControl(cc, opt)); } void PythonQtWrapper_QStylePainter::drawItemText(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPalette& pal, bool enabled, const QString& text, QPalette::ColorRole textRole) { ( theWrappedObject->drawItemText(r, flags, pal, enabled, text, textRole)); } void PythonQtWrapper_QStylePainter::drawPrimitive(QStylePainter* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption& opt) { ( theWrappedObject->drawPrimitive(pe, opt)); } void PythonQtWrapper_QStylePainter::drawItemPixmap(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPixmap& pixmap) { ( theWrappedObject->drawItemPixmap(r, flags, pixmap)); } QStyle* PythonQtWrapper_QStylePainter::style(QStylePainter* theWrappedObject) const { return ( theWrappedObject->style()); }