|
Krita Source Code Documentation
|
#include "kritaflake_export.h"#include <QMetaType>#include <QTransform>#include "KoTosContainer.h"Go to the source code of this file.
Classes | |
| class | KoPathShape |
| The position of a path point within a path shape. More... | |
| struct | KoPathShape::PointSelectionChangeListener |
Macros | |
| #define | KoPathShapeId "KoPathShape" |
Typedefs | |
| typedef QPair< int, int > | KoPathPointIndex |
| typedef QList< KoPathPoint * > | KoSubpath |
| a KoSubpath contains a path from a moveTo until a close or a new moveTo | |
| typedef QList< KoSubpath * > | KoSubpathList |
| #define KoPathShapeId "KoPathShape" |
Definition at line 20 of file KoPathShape.h.
| typedef QPair<int, int> KoPathPointIndex |
Definition at line 28 of file KoPathShape.h.
| typedef QList<KoPathPoint *> KoSubpath |
a KoSubpath contains a path from a moveTo until a close or a new moveTo
Definition at line 31 of file KoPathShape.h.
| typedef QList<KoSubpath *> KoSubpathList |
Definition at line 32 of file KoPathShape.h.