#include <quickpainterpath_p.h>
Definition at line 49 of file quickpainterpath_p.h.
◆ QuickPainterPath()
| QuickPainterPath::QuickPainterPath |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ angleAtPercent()
| qreal QuickPainterPath::angleAtPercent |
( |
qreal |
t | ) |
const |
◆ clear()
| void QuickPainterPath::clear |
( |
| ) |
|
◆ contains()
| bool QuickPainterPath::contains |
( |
QPointF |
point | ) |
const |
◆ endPoint()
| QPointF QuickPainterPath::endPoint |
( |
| ) |
const |
◆ endPointChanged
| void QuickPainterPath::endPointChanged |
( |
const QPointF & |
endPoint | ) |
|
|
signal |
◆ isEmpty()
| bool QuickPainterPath::isEmpty |
( |
| ) |
const |
◆ isEmptyChanged
| void QuickPainterPath::isEmptyChanged |
( |
bool |
isEmpty | ) |
|
|
signal |
◆ lineTo()
| void QuickPainterPath::lineTo |
( |
QPointF |
endPoint | ) |
|
◆ moveTo()
| void QuickPainterPath::moveTo |
( |
QPointF |
point | ) |
|
◆ path()
| QPainterPath QuickPainterPath::path |
( |
| ) |
const |
◆ pathChanged
| void QuickPainterPath::pathChanged |
( |
const QPainterPath & |
path | ) |
|
|
signal |
◆ setPath()
| void QuickPainterPath::setPath |
( |
const QPainterPath & |
path | ) |
|
◆ startPoint()
| QPointF QuickPainterPath::startPoint |
( |
| ) |
const |
◆ startPointChanged
| void QuickPainterPath::startPointChanged |
( |
const QPointF & |
startPoint | ) |
|
|
signal |
◆ endPoint
| QPointF QuickPainterPath::endPoint |
|
read |
◆ isEmpty
| bool QuickPainterPath::isEmpty |
|
read |
◆ path
| QPainterPath QuickPainterPath::path |
|
readwrite |
◆ startPoint
| QPointF QuickPainterPath::startPoint |
|
read |
The documentation for this class was generated from the following files: