##// END OF EJS Templates
- added hasOwner method to manage ownership more nicely...
- added hasOwner method to manage ownership more nicely - added force flag to make delete() work - added check for hasOwner git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@51 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r15:ae998290bf19
Show More
PythonQtWrapper_QPainterPathStroker.h
35 lines | 1.7 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QPainterPathStroker.h
#ifndef PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H
#define PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H
#include <qpainterpath.h>
#include <QObject>
#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;
QPainterPath createStroke(QPainterPathStroker* theWrappedObject, const QPainterPath& path) const;
qreal curveThreshold(QPainterPathStroker* theWrappedObject) const;
qreal dashOffset(QPainterPathStroker* theWrappedObject) const;
QVector<qreal > dashPattern(QPainterPathStroker* theWrappedObject) const;
Qt::PenJoinStyle joinStyle(QPainterPathStroker* theWrappedObject) const;
qreal miterLimit(QPainterPathStroker* theWrappedObject) const;
void setCapStyle(QPainterPathStroker* theWrappedObject, Qt::PenCapStyle style);
void setCurveThreshold(QPainterPathStroker* theWrappedObject, qreal threshold);
void setDashOffset(QPainterPathStroker* theWrappedObject, qreal offset);
void setDashPattern(QPainterPathStroker* theWrappedObject, Qt::PenStyle arg__1);
void setDashPattern(QPainterPathStroker* theWrappedObject, const QVector<qreal >& dashPattern);
void setJoinStyle(QPainterPathStroker* theWrappedObject, Qt::PenJoinStyle style);
void setMiterLimit(QPainterPathStroker* theWrappedObject, qreal length);
void setWidth(QPainterPathStroker* theWrappedObject, qreal width);
qreal width(QPainterPathStroker* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QPAINTERPATHSTROKER_H