##// END OF EJS Templates
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well...
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@52 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r16:c68e0aff542c
Show More
PythonQtWrapper_QPaintEngineState.h
46 lines | 1.9 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>
#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>
class PythonQtWrapper_QPaintEngineState : public QObject
{ Q_OBJECT
public:
public slots:
QPaintEngineState* new_QPaintEngineState();
void delete_QPaintEngineState(QPaintEngineState* obj) { delete obj; }
QBrush backgroundBrush(QPaintEngineState* theWrappedObject) const;
Qt::BGMode backgroundMode(QPaintEngineState* theWrappedObject) const;
QBrush brush(QPaintEngineState* theWrappedObject) const;
bool brushNeedsResolving(QPaintEngineState* theWrappedObject) const;
QPointF brushOrigin(QPaintEngineState* theWrappedObject) const;
Qt::ClipOperation clipOperation(QPaintEngineState* theWrappedObject) const;
QPainterPath clipPath(QPaintEngineState* theWrappedObject) const;
QRegion clipRegion(QPaintEngineState* theWrappedObject) const;
QPainter::CompositionMode compositionMode(QPaintEngineState* theWrappedObject) const;
QFont font(QPaintEngineState* theWrappedObject) const;
bool isClipEnabled(QPaintEngineState* theWrappedObject) const;
QMatrix matrix(QPaintEngineState* theWrappedObject) const;
qreal opacity(QPaintEngineState* theWrappedObject) const;
QPainter* painter(QPaintEngineState* theWrappedObject) const;
QPen pen(QPaintEngineState* theWrappedObject) const;
bool penNeedsResolving(QPaintEngineState* theWrappedObject) const;
QPainter::RenderHints renderHints(QPaintEngineState* theWrappedObject) const;
QPaintEngine::DirtyFlags state(QPaintEngineState* theWrappedObject) const;
QTransform transform(QPaintEngineState* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QPAINTENGINESTATE_H