#ifndef PYTHONQTWRAPPER_QWINDOWSSTYLE_H #define PYTHONQTWRAPPER_QWINDOWSSTYLE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QWindowsStyle : public QObject { Q_OBJECT public: public slots: void delete_QWindowsStyle(QWindowsStyle* obj) { delete obj; } void drawComplexControl(QWindowsStyle* theWrappedObject, QStyle::ComplexControl cc, const QStyleOptionComplex* opt, QPainter* p, const QWidget* w = 0) const; void drawControl(QWindowsStyle* theWrappedObject, QStyle::ControlElement element, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const; void drawPrimitive(QWindowsStyle* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const; int pixelMetric(QWindowsStyle* theWrappedObject, QStyle::PixelMetric pm, const QStyleOption* option = 0, const QWidget* widget = 0) const; void polish(QWindowsStyle* theWrappedObject, QApplication* arg__1); void polish(QWindowsStyle* theWrappedObject, QPalette& arg__1); void polish(QWindowsStyle* theWrappedObject, QWidget* arg__1); QSize sizeFromContents(QWindowsStyle* theWrappedObject, QStyle::ContentsType ct, const QStyleOption* opt, const QSize& contentsSize, const QWidget* widget = 0) const; int styleHint(QWindowsStyle* theWrappedObject, QStyle::StyleHint hint, const QStyleOption* opt = 0, const QWidget* widget = 0, QStyleHintReturn* returnData = 0) const; QRect subElementRect(QWindowsStyle* theWrappedObject, QStyle::SubElement r, const QStyleOption* opt, const QWidget* widget = 0) const; void unpolish(QWindowsStyle* theWrappedObject, QApplication* arg__1); void unpolish(QWindowsStyle* theWrappedObject, QWidget* arg__1); }; #endif // PYTHONQTWRAPPER_QWINDOWSSTYLE_H