![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QQuadPath, including all inherited members.
| addCurvatureData() | QQuadPath | |
| asSvgString() const | QQuadPath | |
| closestPointOnLine(const QVector2D &p, const QVector2D &sp, const QVector2D &ep) | QQuadPath | static |
| contains(const QVector2D &point) const | QQuadPath | |
| contains(const QVector2D &point, int fromIndex, int toIndex) const | QQuadPath | |
| controlPointRect() const | QQuadPath | |
| dashed(qreal lineWidth, const QList< qreal > &dashPattern, qreal dashOffset=0) const | QQuadPath | |
| elementAt(int i) | QQuadPath | inline |
| elementAt(int i) const | QQuadPath | inline |
| elementCount() const | QQuadPath | inline |
| elementCountRecursive() const | QQuadPath | |
| fillRule() const | QQuadPath | inline |
| fillSideOf(int elementIdx, float elementT) const | QQuadPath | |
| flattened() const | QQuadPath | |
| fromPainterPath(const QPainterPath &path, PathHints hints={}) | QQuadPath | static |
| indexOfChildAt(int i, int childNumber) const | QQuadPath | inline |
| isEmpty() const | QQuadPath | inline |
| isPointNearLine(const QVector2D &p, const QVector2D &sp, const QVector2D &ep) | QQuadPath | static |
| isPointOnLeft(const QVector2D &p, const QVector2D &sp, const QVector2D &ep) | QQuadPath | static |
| isPointOnLine(const QVector2D &p, const QVector2D &sp, const QVector2D &ep) | QQuadPath | static |
| iterateChildrenOf(Element &e, Func &&lambda) | QQuadPath | inline |
| iterateChildrenOf(const Element &e, Func &&lambda) const | QQuadPath | inline |
| iterateElements(Func &&lambda) | QQuadPath | inline |
| iterateElements(Func &&lambda) const | QQuadPath | inline |
| lineTo(const QVector2D &to) | QQuadPath | inline |
| moveTo(const QVector2D &to) | QQuadPath | inline |
| operator<<(QDebug stream, const QQuadPath &path) | QQuadPath | friend |
| PathConvex enum value | QQuadPath | |
| PathFillOnRight enum value | QQuadPath | |
| PathHint enum name | QQuadPath | |
| pathHints() const | QQuadPath | inline |
| PathLinear enum value | QQuadPath | |
| PathNonIntersecting enum value | QQuadPath | |
| PathNonOverlappingControlPointTriangles enum value | QQuadPath | |
| PathQuadratic enum value | QQuadPath | |
| PathSolid enum value | QQuadPath | |
| QSGCurveProcessor class | QQuadPath | friend |
| quadTo(const QVector2D &control, const QVector2D &to) | QQuadPath | inline |
| reserve(int size) | QQuadPath | inline |
| setFillRule(Qt::FillRule rule) | QQuadPath | inline |
| setHint(PathHint hint, bool on=true) | QQuadPath | inline |
| setPathHints(PathHints newHints) | QQuadPath | inline |
| splitElementAt(int index) | QQuadPath | |
| subPathsClosed(bool *didClose=nullptr) const | QQuadPath | |
| testHint(PathHint hint) const | QQuadPath | inline |
| toPainterPath() const | QQuadPath |