Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathShape.h File Reference
#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
 

Macro Definition Documentation

◆ KoPathShapeId

#define KoPathShapeId   "KoPathShape"

Definition at line 20 of file KoPathShape.h.

Typedef Documentation

◆ KoPathPointIndex

typedef QPair<int, int> KoPathPointIndex

Definition at line 28 of file KoPathShape.h.

◆ KoSubpath

a KoSubpath contains a path from a moveTo until a close or a new moveTo

Definition at line 31 of file KoPathShape.h.

◆ KoSubpathList

Definition at line 32 of file KoPathShape.h.