##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QPaintEngineState.h
57 lines | 2.1 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QPaintEngineState.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QPAINTENGINESTATE_H
#define PYTHONQTWRAPPER_QPAINTENGINESTATE_H
#include <qpaintengine.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 <QPainterPath>
#include <QVariant>
#include <qbrush.h>
#include <qfont.h>
#include <qmatrix.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpen.h>
#include <qpoint.h>
#include <qregion.h>
#include <qtransform.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QPaintEngineState : public QPaintEngineState
{
public:
PythonQtShell_QPaintEngineState():QPaintEngineState(),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QPaintEngineState : public QObject
{ Q_OBJECT
public:
public slots:
QPaintEngineState* new_QPaintEngineState();
void delete_QPaintEngineState(QPaintEngineState* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 Qt::BGMode backgroundMode(QPaintEngineState* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QPainter::CompositionMode compositionMode(QPaintEngineState* theWrappedObject) const;
QPainter::RenderHints renderHints(QPaintEngineState* theWrappedObject) const;
QBrush brush(QPaintEngineState* theWrappedObject) const;
QRegion clipRegion(QPaintEngineState* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool brushNeedsResolving(QPaintEngineState* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QBrush backgroundBrush(QPaintEngineState* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool isClipEnabled(QPaintEngineState* theWrappedObject) const;
QPen pen(QPaintEngineState* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal opacity(QPaintEngineState* theWrappedObject) const;
QMatrix matrix(QPaintEngineState* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QPaintEngine::DirtyFlags state(QPaintEngineState* theWrappedObject) const;
QFont font(QPaintEngineState* theWrappedObject) const;
QPointF brushOrigin(QPaintEngineState* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QPainterPath clipPath(QPaintEngineState* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 Qt::ClipOperation clipOperation(QPaintEngineState* theWrappedObject) const;
bool penNeedsResolving(QPaintEngineState* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QPainter* painter(QPaintEngineState* theWrappedObject) const;
QTransform transform(QPaintEngineState* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPAINTENGINESTATE_H