#include "PythonQtWrapper_QCDEStyle.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include void PythonQtWrapper_QCDEStyle::drawControl(QCDEStyle* theWrappedObject, QStyle::ControlElement element, const QStyleOption* opt, QPainter* p, const QWidget* w) const { theWrappedObject->drawControl(element, opt, p, w); } void PythonQtWrapper_QCDEStyle::drawPrimitive(QCDEStyle* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption* opt, QPainter* p, const QWidget* w) const { theWrappedObject->drawPrimitive(pe, opt, p, w); } int PythonQtWrapper_QCDEStyle::pixelMetric(QCDEStyle* theWrappedObject, QStyle::PixelMetric metric, const QStyleOption* option, const QWidget* widget) const { return theWrappedObject->pixelMetric(metric, option, widget); } QPalette PythonQtWrapper_QCDEStyle::standardPalette(QCDEStyle* theWrappedObject) const { return theWrappedObject->standardPalette(); }