libs/flake

KoPathShape.h File Reference

#include "flake_export.h"
#include <QMap>
#include "KoShape.h"
#include "KoPathSegment.h"
Include dependency graph for KoPathShape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KoPathShape
 This is the base for all graphical objects. More...

Defines

#define KoPathShapeId   "KoPathShape"

Typedefs

typedef QPair< int, int > KoPathPointIndex
typedef QMap< KoPathShape
*, QSet< KoPathPointIndex > > 
KoPathShapePointIndexMap
typedef QPair< KoSubpath *, int > KoPointPosition
typedef QList< KoPathPoint * > KoSubpath
typedef QList< KoSubpath * > KoSubpathList

Define Documentation

#define KoPathShapeId   "KoPathShape"

Definition at line 32 of file KoPathShape.h.


Typedef Documentation

typedef QPair<int, int> KoPathPointIndex

Definition at line 36 of file KoPathShape.h.

Definition at line 39 of file KoPathShape.h.

The position of a path point within a path shape.

Definition at line 45 of file KoPathShape.h.

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

Definition at line 42 of file KoPathShape.h.

Definition at line 43 of file KoPathShape.h.