##// END OF EJS Templates
added methods to qt namespace...
added methods to qt namespace git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@71 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r35:b8dce620ba5c
Show More
PythonQtWrapper_QPainterPathStroker.h
37 lines | 1.7 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QPainterPathStroker.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H
#define PYTHONQTWRAPPER_QPAINTERPATHSTROKER_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 <QVariant>
#include <qpainterpath.h>
#include <qvector.h>
class PythonQtWrapper_QPainterPathStroker : public QObject
{ Q_OBJECT
public:
public slots:
QPainterPathStroker* new_QPainterPathStroker();
void delete_QPainterPathStroker(QPainterPathStroker* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QPainterPath createStroke(QPainterPathStroker* theWrappedObject, const QPainterPath& path) const;
void setDashPattern(QPainterPathStroker* theWrappedObject, Qt::PenStyle arg__1);
qreal dashOffset(QPainterPathStroker* theWrappedObject) const;
void setCapStyle(QPainterPathStroker* theWrappedObject, Qt::PenCapStyle style);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setDashPattern(QPainterPathStroker* theWrappedObject, const QVector<qreal >& dashPattern);
void setJoinStyle(QPainterPathStroker* theWrappedObject, Qt::PenJoinStyle style);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 Qt::PenCapStyle capStyle(QPainterPathStroker* theWrappedObject) const;
qreal curveThreshold(QPainterPathStroker* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 Qt::PenJoinStyle joinStyle(QPainterPathStroker* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setWidth(QPainterPathStroker* theWrappedObject, qreal width);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QVector<qreal > dashPattern(QPainterPathStroker* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setMiterLimit(QPainterPathStroker* theWrappedObject, qreal length);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setCurveThreshold(QPainterPathStroker* theWrappedObject, qreal threshold);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qreal miterLimit(QPainterPathStroker* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setDashOffset(QPainterPathStroker* theWrappedObject, qreal offset);
qreal width(QPainterPathStroker* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H