|
Krita Source Code Documentation
|
This is the complete list of members for SvgMeshPatch, including all inherited members.
| addStop(const QString &pathStr, QColor color, Type edge, bool pathIncomplete=false, QPointF lastPoint=QPointF()) | SvgMeshPatch | |
| addStop(const std::array< QPointF, 4 > &pathPoints, QColor color, Type edge) | SvgMeshPatch | |
| addStopLinear(const std::array< QPointF, 2 > &pathPoints, QColor color, Type edge) | SvgMeshPatch | |
| Bottom enum value | SvgMeshPatch | |
| boundingRect() const | SvgMeshPatch | |
| controlPoints | SvgMeshPatch | private |
| counter | SvgMeshPatch | private |
| countPoints() const | SvgMeshPatch | |
| curveTo(const QPointF &c1, const QPointF &c2, const QPointF &p) | SvgMeshPatch | |
| getCoord(const char *ptr, qreal &number) | SvgMeshPatch | private |
| getMidCurve(bool isVertical) const | SvgMeshPatch | |
| getMidpointParametric(Type type) const | SvgMeshPatch | inline |
| getPath() const | SvgMeshPatch | |
| getSegment(Type type) const | SvgMeshPatch | |
| getStop(Type type) const | SvgMeshPatch | |
| isDivisibleHorizontally() const | SvgMeshPatch | |
| isDivisibleVertically() const | SvgMeshPatch | |
| Left enum value | SvgMeshPatch | |
| lineTo(const QPointF &p) | SvgMeshPatch | |
| m_newPath | SvgMeshPatch | private |
| m_nodes | SvgMeshPatch | private |
| m_parametricCoords | SvgMeshPatch | private |
| m_startingPoint | SvgMeshPatch | private |
| modifyCorner(SvgMeshPatch::Type type, const QPointF &delta) | SvgMeshPatch | |
| modifyPath(SvgMeshPatch::Type type, std::array< QPointF, 4 > newPath) | SvgMeshPatch | |
| moveTo(const QPointF &p) | SvgMeshPatch | |
| parseMeshPath(const QString &path, bool pathIncomplete=false, const QPointF lastPoint=QPointF()) | SvgMeshPatch | private |
| Right enum value | SvgMeshPatch | |
| segmentPointAt(Type type, qreal t) const | SvgMeshPatch | |
| segmentSplitAt(Type type, qreal t) const | SvgMeshPatch | |
| setStopColor(SvgMeshPatch::Type type, const QColor &color) | SvgMeshPatch | |
| setTransform(const QTransform &matrix) | SvgMeshPatch | |
| Size enum value | SvgMeshPatch | |
| size() const | SvgMeshPatch | |
| subdivide(QVector< SvgMeshPatch * > &subdivided, const QVector< QColor > &colors) const | SvgMeshPatch | |
| subdivideHorizontally(QVector< SvgMeshPatch * > &subdivided, const QVector< QColor > &colors) const | SvgMeshPatch | |
| subdivideVertically(QVector< SvgMeshPatch * > &subdivided, const QVector< QColor > &colors) const | SvgMeshPatch | |
| SvgMeshPatch(QPointF startingPoint) | SvgMeshPatch | |
| SvgMeshPatch(const SvgMeshPatch &other) | SvgMeshPatch | |
| Top enum value | SvgMeshPatch | |
| Type enum name | SvgMeshPatch |