##// END OF EJS Templates
allow to pass invalid QVariants as QVariant parameter of slots...
allow to pass invalid QVariants as QVariant parameter of slots git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@127 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r91:7fc8b24bca05
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; }
Qt::PenCapStyle capStyle(QPainterPathStroker* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setJoinStyle(QPainterPathStroker* theWrappedObject, Qt::PenJoinStyle style);
qreal dashOffset(QPainterPathStroker* theWrappedObject) const;
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 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 qreal miterLimit(QPainterPathStroker* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setMiterLimit(QPainterPathStroker* theWrappedObject, qreal length);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 qreal width(QPainterPathStroker* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QPainterPath createStroke(QPainterPathStroker* theWrappedObject, const QPainterPath& path) const;
void setDashOffset(QPainterPathStroker* theWrappedObject, qreal offset);
void setCapStyle(QPainterPathStroker* theWrappedObject, Qt::PenCapStyle style);
qreal curveThreshold(QPainterPathStroker* theWrappedObject) const;
void setDashPattern(QPainterPathStroker* theWrappedObject, Qt::PenStyle arg__1);
void setDashPattern(QPainterPathStroker* theWrappedObject, const QVector<qreal >& dashPattern);
Qt::PenJoinStyle joinStyle(QPainterPathStroker* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H