#include <qpainterpath.h>
Definition at line 264 of file qpainterpath.h.
Public Member Functions | |
QPainterPathStroker () | |
~QPainterPathStroker () | |
void | setWidth (qreal width) |
qreal | width () const |
void | setCapStyle (Qt::PenCapStyle style) |
Qt::PenCapStyle | capStyle () const |
void | setJoinStyle (Qt::PenJoinStyle style) |
Qt::PenJoinStyle | joinStyle () const |
void | setMiterLimit (qreal length) |
qreal | miterLimit () const |
void | setCurveThreshold (qreal threshold) |
qreal | curveThreshold () const |
void | setDashPattern (Qt::PenStyle) |
void | setDashPattern (const QVector< qreal > &dashPattern) |
QVector< qreal > | dashPattern () const |
void | setDashOffset (qreal offset) |
qreal | dashOffset () const |
QPainterPath | createStroke (const QPainterPath &path) const |
Friends | |
class | QX11PaintEngine |
~QPainterPathStroker | ( | ) |
void setWidth | ( | qreal | width | ) |
qreal width | ( | ) | const |
void setCapStyle | ( | Qt::PenCapStyle | style | ) |
Qt::PenCapStyle capStyle | ( | ) | const |
void setJoinStyle | ( | Qt::PenJoinStyle | style | ) |
Qt::PenJoinStyle joinStyle | ( | ) | const |
void setMiterLimit | ( | qreal | length | ) |
qreal miterLimit | ( | ) | const |
void setCurveThreshold | ( | qreal | threshold | ) |
qreal curveThreshold | ( | ) | const |
void setDashPattern | ( | Qt::PenStyle | ) |
QVector<qreal> dashPattern | ( | ) | const |
void setDashOffset | ( | qreal | offset | ) |
qreal dashOffset | ( | ) | const |
QPainterPath createStroke | ( | const QPainterPath & | path | ) | const |
|
friend |
Definition at line 298 of file qpainterpath.h.