##// END OF EJS Templates
added initial generated wrappers for Qt 4.4.3...
added initial generated wrappers for Qt 4.4.3 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@49 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r13:d46b01f7163a
Show More
PythonQtWrapper_QWindowsStyle.h
43 lines | 2.1 KiB | text/x-c | CLexer
#ifndef PYTHONQTWRAPPER_QWINDOWSSTYLE_H
#define PYTHONQTWRAPPER_QWINDOWSSTYLE_H
#include <qwindowsstyle.h>
#include <QObject>
#include <QVariant>
#include <qapplication.h>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qicon.h>
#include <qlist.h>
#include <qobject.h>
#include <qpainter.h>
#include <qpalette.h>
#include <qpixmap.h>
#include <qpoint.h>
#include <qrect.h>
#include <qsize.h>
#include <qstyleoption.h>
#include <qwidget.h>
#include <qwindowsstyle.h>
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