#include <qpainterpath_p.h>
|
| QPainterPathPrivate () noexcept |
| QPainterPathPrivate (QPointF startPoint) |
| QPainterPathPrivate (const QPainterPathPrivate &other) noexcept |
QPainterPathPrivate & | operator= (const QPainterPathPrivate &)=delete |
| ~QPainterPathPrivate ()=default |
bool | isClosed () const |
void | close () |
void | maybeMoveTo () |
void | clear () |
QPointF | endPointOfElement (int elemIdx) const |
void | computeRunLengths () |
int | elementAtLength (qreal len) |
int | elementAtT (qreal t) |
QBezier | bezierAtT (const QPainterPath &path, qreal t, qreal *startingLength, qreal *bezierLength) const |
void | appendTrimmedElement (QPainterPath *to, int elemIdx, int trimFlags, qreal startLen, qreal endLen) |
void | appendStartOfElement (QPainterPath *to, int elemIdx, qreal len) |
void | appendEndOfElement (QPainterPath *to, int elemIdx, qreal len) |
void | appendSliceOfElement (QPainterPath *to, int elemIdx, qreal fromLen, qreal toLen) |
void | appendElementRange (QPainterPath *to, int first, int last) |
const QVectorPath & | vectorPath () |
Definition at line 94 of file qpainterpath_p.h.
◆ TrimFlags
◆ QPainterPathPrivate() [1/3]
QPainterPathPrivate::QPainterPathPrivate |
( |
| ) |
|
|
inlinenoexcept |
◆ QPainterPathPrivate() [2/3]
QPainterPathPrivate::QPainterPathPrivate |
( |
QPointF | startPoint | ) |
|
|
inline |
◆ QPainterPathPrivate() [3/3]
◆ ~QPainterPathPrivate()
QPainterPathPrivate::~QPainterPathPrivate |
( |
| ) |
|
|
default |
◆ appendElementRange()
void QPainterPathPrivate::appendElementRange |
( |
QPainterPath * | to, |
|
|
int | first, |
|
|
int | last ) |
◆ appendEndOfElement()
◆ appendSliceOfElement()
◆ appendStartOfElement()
◆ appendTrimmedElement()
◆ bezierAtT()
◆ clear()
void QPainterPathPrivate::clear |
( |
| ) |
|
|
inline |
◆ close()
void QPainterPathPrivate::close |
( |
| ) |
|
|
inline |
◆ computeRunLengths()
void QPainterPathPrivate::computeRunLengths |
( |
| ) |
|
◆ elementAtLength()
int QPainterPathPrivate::elementAtLength |
( |
qreal | len | ) |
|
|
inline |
◆ elementAtT()
int QPainterPathPrivate::elementAtT |
( |
qreal | t | ) |
|
|
inline |
◆ endPointOfElement()
QPointF QPainterPathPrivate::endPointOfElement |
( |
int | elemIdx | ) |
const |
|
inline |
◆ isClosed()
bool QPainterPathPrivate::isClosed |
( |
| ) |
const |
|
inline |
◆ maybeMoveTo()
void QPainterPathPrivate::maybeMoveTo |
( |
| ) |
|
|
inline |
◆ operator=()
◆ vectorPath()
const QVectorPath & QPainterPathPrivate::vectorPath |
( |
| ) |
|
|
inline |
◆ operator<<
◆ operator>>
◆ QPainterPath
◆ QPainterPathStroker
◆ QPainterPathStrokerPrivate
◆ QTransform
◆ QVectorPath
The documentation for this class was generated from the following files: