#ifndef PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H #define PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H #include #include #include #include #include #include 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; void setJoinStyle(QPainterPathStroker* theWrappedObject, Qt::PenJoinStyle style); qreal dashOffset(QPainterPathStroker* theWrappedObject) const; void setCurveThreshold(QPainterPathStroker* theWrappedObject, qreal threshold); void setWidth(QPainterPathStroker* theWrappedObject, qreal width); QVector dashPattern(QPainterPathStroker* theWrappedObject) const; qreal miterLimit(QPainterPathStroker* theWrappedObject) const; void setMiterLimit(QPainterPathStroker* theWrappedObject, qreal length); qreal width(QPainterPathStroker* theWrappedObject) const; 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& dashPattern); Qt::PenJoinStyle joinStyle(QPainterPathStroker* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H