#include <koffice_export.h>
#include <QFlags>
#include <QPainterPath>
#include <QSet>
#include <QList>
#include "KoShape.h"
Graphe des dépendances par inclusion de KoPathShape.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
class | KoPathPoint |
A KoPathPoint represents a point in a path. Plus de détails... | |
class | KoPointGroup |
A KoPointGroup represents points in a path that should be treated as one. Plus de détails... | |
class | KoPathShape |
This is the base for all graphical objects. Plus de détails... | |
Macros | |
#define | KoPathShapeId "KoPathShape" |
Définition de type | |
typedef QMap< KoPathShape *, QSet< KoPathPoint * > > | KoPathShapePointMap |
typedef QPair< int, int > | KoPathPointIndex |
typedef QMap< KoPathShape *, QSet< KoPathPointIndex > > | KoPathShapePointIndexMap |
typedef QList< KoPathPoint * > | KoSubpath |
a KoSubpath contains a path from a moveTo until a close or a new moveTo | |
typedef QList< KoSubpath * > | KoSubpathList |
typedef QPair< KoPathPoint *, KoPathPoint * > | KoPathSegment |
A KoPathSegment is a pair two neighboring KoPathPoints. | |
typedef QPair< KoSubpath *, int > | KoPointPosition |
The position of a path point within a path shape. |
#define KoPathShapeId "KoPathShape" |
Définition à la ligne 32 du fichier KoPathShape.h.
Référencé par KoPathToolFactory::KoPathToolFactory().
typedef QPair<int,int> KoPathPointIndex |
Définition à la ligne 39 du fichier KoPathShape.h.
typedef QPair<KoPathPoint*,KoPathPoint*> KoPathSegment |
A KoPathSegment is a pair two neighboring KoPathPoints.
Définition à la ligne 300 du fichier KoPathShape.h.
typedef QMap<KoPathShape *, QSet<KoPathPointIndex> > KoPathShapePointIndexMap |
Définition à la ligne 40 du fichier KoPathShape.h.
typedef QMap<KoPathShape *, QSet<KoPathPoint *> > KoPathShapePointMap |
Définition à la ligne 36 du fichier KoPathShape.h.
typedef QPair<KoSubpath*, int> KoPointPosition |
The position of a path point within a path shape.
Définition à la ligne 302 du fichier KoPathShape.h.
typedef QList<KoPathPoint *> KoSubpath |
a KoSubpath contains a path from a moveTo until a close or a new moveTo
Définition à la ligne 297 du fichier KoPathShape.h.
typedef QList<KoSubpath *> KoSubpathList |
Définition à la ligne 298 du fichier KoPathShape.h.