##// 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_QPainterPath.h
100 lines | 6.5 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QPAINTERPATH_H
#define PYTHONQTWRAPPER_QPAINTERPATH_H
#include <qpainterpath.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 <qdatastream.h>
#include <qfont.h>
#include <qlist.h>
#include <qmatrix.h>
#include <qpainterpath.h>
#include <qpoint.h>
#include <qpolygon.h>
#include <qrect.h>
#include <qregion.h>
#include <qtransform.h>
class PythonQtWrapper_QPainterPath : public QObject
{ Q_OBJECT
public:
Q_ENUMS(ElementType )
enum ElementType{
MoveToElement = QPainterPath::MoveToElement, LineToElement = QPainterPath::LineToElement, CurveToElement = QPainterPath::CurveToElement, CurveToDataElement = QPainterPath::CurveToDataElement};
public slots:
QPainterPath* new_QPainterPath();
QPainterPath* new_QPainterPath(const QPainterPath& other);
QPainterPath* new_QPainterPath(const QPointF& startPoint);
void delete_QPainterPath(QPainterPath* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 QPainterPath united(QPainterPath* theWrappedObject, const QPainterPath& r) const;
void writeTo(QPainterPath* theWrappedObject, QDataStream& arg__1);
Qt::FillRule fillRule(QPainterPath* theWrappedObject) const;
void addPath(QPainterPath* theWrappedObject, const QPainterPath& path);
bool operator_equal(QPainterPath* theWrappedObject, const QPainterPath& other) const;
QList<QPolygonF > toFillPolygons(QPainterPath* theWrappedObject, const QMatrix& matrix = QMatrix()) const;
qreal percentAtLength(QPainterPath* theWrappedObject, qreal t) const;
QPainterPath toReversed(QPainterPath* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void addText(QPainterPath* theWrappedObject, qreal x, qreal y, const QFont& f, const QString& text);
void closeSubpath(QPainterPath* theWrappedObject);
florianlink
recreated wrappers to match current python qt version...
r73 bool isEmpty(QPainterPath* theWrappedObject) const;
const QPainterPath::Element* elementAt(QPainterPath* theWrappedObject, int i) const;
qreal slopeAtPercent(QPainterPath* theWrappedObject, qreal t) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void addRoundedRect(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode = Qt::AbsoluteSize);
florianlink
recreated wrappers to match current python qt version...
r73 bool intersects(QPainterPath* theWrappedObject, const QPainterPath& p) const;
void setFillRule(QPainterPath* theWrappedObject, Qt::FillRule fillRule);
QPolygonF toFillPolygon(QPainterPath* theWrappedObject, const QMatrix& matrix = QMatrix()) const;
florianlink
upgraded wrappers to current generator version...
r28 QRectF boundingRect(QPainterPath* theWrappedObject) const;
void addRegion(QPainterPath* theWrappedObject, const QRegion& region);
florianlink
recreated wrappers to match current python qt version...
r73 void addRoundRect(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h, int roundness);
florianlink
upgraded wrappers to current generator version...
r28 void connectPath(QPainterPath* theWrappedObject, const QPainterPath& path);
florianlink
recreated wrappers to match current python qt version...
r73 bool contains(QPainterPath* theWrappedObject, const QRectF& rect) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void quadTo(QPainterPath* theWrappedObject, const QPointF& ctrlPt, const QPointF& endPt);
QPointF pointAtPercent(QPainterPath* theWrappedObject, qreal t) const;
florianlink
recreated wrappers to match current python qt version...
r73 void arcMoveTo(QPainterPath* theWrappedObject, const QRectF& rect, qreal angle);
QList<QPolygonF > toSubpathPolygons(QPainterPath* theWrappedObject, const QTransform& matrix) const;
void arcTo(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h, qreal startAngle, qreal arcLength);
florianlink
upgraded wrappers to current generator version...
r28 void addRect(QPainterPath* theWrappedObject, const QRectF& rect);
florianlink
recreated wrappers to match current python qt version...
r73 void cubicTo(QPainterPath* theWrappedObject, const QPointF& ctrlPt1, const QPointF& ctrlPt2, const QPointF& endPt);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool intersects(QPainterPath* theWrappedObject, const QRectF& rect) const;
florianlink
recreated wrappers to match current python qt version...
r73 void addEllipse(QPainterPath* theWrappedObject, const QPointF& center, qreal rx, qreal ry);
bool contains(QPainterPath* theWrappedObject, const QPainterPath& p) const;
void addRoundedRect(QPainterPath* theWrappedObject, const QRectF& rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode = Qt::AbsoluteSize);
QList<QPolygonF > toSubpathPolygons(QPainterPath* theWrappedObject, const QMatrix& matrix = QMatrix()) const;
qreal length(QPainterPath* theWrappedObject) const;
QRectF controlPointRect(QPainterPath* theWrappedObject) const;
QPainterPath subtracted(QPainterPath* theWrappedObject, const QPainterPath& r) const;
void addEllipse(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h);
void addText(QPainterPath* theWrappedObject, const QPointF& point, const QFont& f, const QString& text);
QList<QPolygonF > toFillPolygons(QPainterPath* theWrappedObject, const QTransform& matrix) const;
void moveTo(QPainterPath* theWrappedObject, qreal x, qreal y);
void arcTo(QPainterPath* theWrappedObject, const QRectF& rect, qreal startAngle, qreal arcLength);
void moveTo(QPainterPath* theWrappedObject, const QPointF& p);
florianlink
upgraded wrappers to current generator version...
r28 bool contains(QPainterPath* theWrappedObject, const QPointF& pt) const;
florianlink
recreated wrappers to match current python qt version...
r73 void addRect(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h);
QPainterPath intersected(QPainterPath* theWrappedObject, const QPainterPath& r) const;
QPainterPath simplified(QPainterPath* theWrappedObject) const;
void addRoundRect(QPainterPath* theWrappedObject, const QRectF& rect, int xRnd, int yRnd);
int elementCount(QPainterPath* theWrappedObject) const;
void addRoundRect(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h, int xRnd, int yRnd);
void readFrom(QPainterPath* theWrappedObject, QDataStream& arg__1);
void addPolygon(QPainterPath* theWrappedObject, const QPolygonF& polygon);
void cubicTo(QPainterPath* theWrappedObject, qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty);
QPointF currentPosition(QPainterPath* theWrappedObject) const;
void addEllipse(QPainterPath* theWrappedObject, const QRectF& rect);
void setElementPositionAt(QPainterPath* theWrappedObject, int i, qreal x, qreal y);
QPolygonF toFillPolygon(QPainterPath* theWrappedObject, const QTransform& matrix) const;
void lineTo(QPainterPath* theWrappedObject, const QPointF& p);
void quadTo(QPainterPath* theWrappedObject, qreal ctrlPtx, qreal ctrlPty, qreal endPtx, qreal endPty);
qreal angleAtPercent(QPainterPath* theWrappedObject, qreal t) const;
void arcMoveTo(QPainterPath* theWrappedObject, qreal x, qreal y, qreal w, qreal h, qreal angle);
QPainterPath subtractedInverted(QPainterPath* theWrappedObject, const QPainterPath& r) const;
void addRoundRect(QPainterPath* theWrappedObject, const QRectF& rect, int roundness);
void lineTo(QPainterPath* theWrappedObject, qreal x, qreal y);
QString toString(QPainterPath*);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPAINTERPATH_H