|
Krita Source Code Documentation
|
#include <KoPathShape_p.h>
Public Member Functions | |
| void | debugPath () const |
| print debug information about a the points of the path | |
| QRectF | handleRect (const QPointF &p, qreal radius) const |
| void | map (const QTransform &matrix) |
| void | paintDebug (QPainter &painter) |
| Private () | |
| Private (const Private &rhs) | |
| KoSubpath * | subPath (int subpathIndex) const |
| Returns subpath at given index. | |
Public Attributes | |
| bool | autoFillMarkers |
| Qt::FillRule | fillRule |
| QMap< KoFlake::MarkerPosition, QExplicitlySharedDataPointer< KoMarker > > | markersNew |
| KoSubpathList | subpaths |
Definition at line 14 of file KoPathShape_p.h.
|
explicit |
Definition at line 16 of file KoParameterShape.cpp.
|
explicit |
Definition at line 22 of file KoParameterShape.cpp.
| void KoPathShape::Private::debugPath | ( | ) | const |
print debug information about a the points of the path
Definition at line 157 of file KoPathShape.cpp.
References debugFlake, and KoPathShape::subpaths().
| QRectF KoPathShape::Private::handleRect | ( | const QPointF & | p, |
| qreal | radius ) const |
| void KoPathShape::Private::map | ( | const QTransform & | matrix | ) |
Definition at line 505 of file KoPathShape.cpp.
References KoPathShape::subpaths().
| void KoPathShape::Private::paintDebug | ( | QPainter & | painter | ) |
Definition at line 123 of file KoPathShape.cpp.
References KoPathPoint::activeControlPoint1, KoPathPoint::activeControlPoint2, debugFlake, KoPathPoint::point, and subpaths.
| KoSubpath * KoPathShape::Private::subPath | ( | int | subpathIndex | ) | const |
Returns subpath at given index.
| subpathIndex | the index of the subpath to return |
Definition at line 1069 of file KoPathShape.cpp.
References KoPathShape::subpaths().
| bool KoPathShape::Private::autoFillMarkers |
Definition at line 44 of file KoPathShape_p.h.
| Qt::FillRule KoPathShape::Private::fillRule |
Definition at line 39 of file KoPathShape_p.h.
| QMap<KoFlake::MarkerPosition, QExplicitlySharedDataPointer<KoMarker> > KoPathShape::Private::markersNew |
Definition at line 43 of file KoPathShape_p.h.
| KoSubpathList KoPathShape::Private::subpaths |
Definition at line 41 of file KoPathShape_p.h.