libs/flake
KoPathPointData Class Reference
Describe a KoPathPoint by a KoPathShape and its indices. More...
#include <KoPathPointData.h>
Public Member Functions | |
| KoPathPointData (KoPathShape *path, const KoPathPointIndex &pointIndex) | |
| bool | operator< (const KoPathPointData &other) const |
| bool | operator== (const KoPathPointData &other) const |
Public Attributes | |
| KoPathShape * | pathShape |
| KoPathPointIndex | pointIndex |
Detailed Description
Describe a KoPathPoint by a KoPathShape and its indices.
Definition at line 29 of file KoPathPointData.h.
Constructor & Destructor Documentation
| KoPathPointData::KoPathPointData | ( | KoPathShape * | path, | |
| const KoPathPointIndex & | pointIndex | |||
| ) | [inline] |
contructor
Definition at line 33 of file KoPathPointData.h.
Member Function Documentation
| bool KoPathPointData::operator< | ( | const KoPathPointData & | other | ) | const [inline] |
operator used for sorting
Definition at line 38 of file KoPathPointData.h.
| bool KoPathPointData::operator== | ( | const KoPathPointData & | other | ) | const [inline] |
Definition at line 46 of file KoPathPointData.h.
Member Data Documentation
path shape the path point belongs too
Definition at line 52 of file KoPathPointData.h.
position of the point in the path shape
Definition at line 54 of file KoPathPointData.h.
The documentation for this class was generated from the following file:
