#include <strokespainterpath.h>
Public Member Functions | |
| StrokesPainterPath () | |
| StrokesPainterPath (const QPointF &startPoint) | |
| StrokesPainterPath (const QPainterPath &other) | |
| StrokesPainterPath (const StrokesPainterPath &other) | |
| float | strokeEndPointWidth () const |
| void | setStrokeEndPointWidth (float width) |
| void | addStroke (const Stroke &stroke) |
| void | addStrokes (const StrokeList &strokes) |
| StrokesPainterPath::StrokesPainterPath | ( | ) | [inline] |
| StrokesPainterPath::StrokesPainterPath | ( | const QPointF & | startPoint | ) | [inline] |
| StrokesPainterPath::StrokesPainterPath | ( | const QPainterPath & | other | ) | [inline] |
| StrokesPainterPath::StrokesPainterPath | ( | const StrokesPainterPath & | other | ) | [inline] |
| float StrokesPainterPath::strokeEndPointWidth | ( | ) | const [inline] |
Defaults to 0.5
| void StrokesPainterPath::setStrokeEndPointWidth | ( | float | width | ) | [inline] |
Defaults to 0.5
Setting this to a value larger than 0.0 ensures that single-point strokes are visible.
This will only affect future calls to addStrokes.
| void StrokesPainterPath::addStroke | ( | const Stroke & | stroke | ) |
| void StrokesPainterPath::addStrokes | ( | const StrokeList & | strokes | ) |
1.5.2