##// END OF EJS Templates
updated license info...
updated license info git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@124 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r88:9568cb056971
Show More
PythonQtWrapper_QStylePainter.h
52 lines | 1.8 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QSTYLEPAINTER_H
#define PYTHONQTWRAPPER_QSTYLEPAINTER_H
#include <qstylepainter.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qbrush.h>
#include <qcolor.h>
#include <qfont.h>
#include <qimage.h>
#include <qline.h>
#include <qmatrix.h>
#include <qpaintdevice.h>
#include <qpaintengine.h>
#include <qpainterpath.h>
#include <qpalette.h>
#include <qpen.h>
#include <qpicture.h>
#include <qpixmap.h>
#include <qpoint.h>
#include <qpolygon.h>
#include <qrect.h>
#include <qregion.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qstylepainter.h>
#include <qtransform.h>
#include <qvector.h>
#include <qwidget.h>
class PythonQtWrapper_QStylePainter : public QObject
{ Q_OBJECT
public:
public slots:
QStylePainter* new_QStylePainter();
QStylePainter* new_QStylePainter(QPaintDevice* pd, QWidget* w);
QStylePainter* new_QStylePainter(QWidget* w);
void delete_QStylePainter(QStylePainter* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 void drawControl(QStylePainter* theWrappedObject, QStyle::ControlElement ce, const QStyleOption& opt);
florianlink
upgraded wrappers to current generator version...
r28 bool begin(QStylePainter* theWrappedObject, QPaintDevice* pd, QWidget* w);
bool begin(QStylePainter* theWrappedObject, QWidget* w);
florianlink
recreated wrappers to match current python qt version...
r73 void drawComplexControl(QStylePainter* theWrappedObject, QStyle::ComplexControl cc, const QStyleOptionComplex& opt);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void drawItemText(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPalette& pal, bool enabled, const QString& text, QPalette::ColorRole textRole = QPalette::NoRole);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void drawPrimitive(QStylePainter* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption& opt);
florianlink
upgraded wrappers to current generator version...
r28 void drawItemPixmap(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPixmap& pixmap);
florianlink
recreated wrappers to match current python qt version...
r73 QStyle* style(QStylePainter* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QSTYLEPAINTER_H