|
Krita Source Code Documentation
|
Describe a KoPathPoint by a KoPathShape and its indices. More...
#include <KoPathPointData.h>
Inheritance diagram for KoPathPointData:Public Member Functions | |
| KoPathPointData (KoPathShape *path, const KoPathPointIndex &pointIndex) | |
| constructor | |
| bool | operator< (const KoPathPointData &other) const |
| operator used for sorting | |
| bool | operator== (const KoPathPointData &other) const |
Public Attributes | |
| KoPathShape * | pathShape |
| path shape the path point belongs too | |
| KoPathPointIndex | pointIndex |
| position of the point in the path shape | |
Describe a KoPathPoint by a KoPathShape and its indices.
Definition at line 17 of file KoPathPointData.h.
|
inline |
constructor
Definition at line 21 of file KoPathPointData.h.
|
inline |
operator used for sorting
Definition at line 26 of file KoPathPointData.h.
References pathShape, and pointIndex.
|
inline |
| KoPathShape* KoPathPointData::pathShape |
path shape the path point belongs too
Definition at line 40 of file KoPathPointData.h.
| KoPathPointIndex KoPathPointData::pointIndex |
position of the point in the path shape
Definition at line 42 of file KoPathPointData.h.