Inherited by IpeClosedSpline, IpeEllipse, and IpeSegmentSubPath.
A subpath is either open, or closed. There are two special kinds of closed subpaths, namely ellipses and closed B-splines.
|
The subpath types.
|
|
Implementation of pure virtual destructor.
|
|
Return type of this subpath.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Is this subpath closed?
Default implementation returns Reimplemented in IpeSegmentSubPath. |
|
Return a copy of this subpath.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Return a transformed copy of this subpath.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Return this object as an IpeEllipse, or 0 if it's not an ellipse.
Reimplemented in IpeEllipse. |
|
Return this object as an IpeEllipse, or 0 if it's not an ellipse.
Reimplemented in IpeEllipse. |
|
Return this object as an IpeClosedSpline, or 0 if it's not a closed spline.
Reimplemented in IpeClosedSpline. |
|
Return this object as an IpeClosedSpline, or 0 if it's not a closed spline.
Reimplemented in IpeClosedSpline. |
|
Return this object as an IpeSegmentSubPath, or else 0.
Reimplemented in IpeSegmentSubPath. |
|
Return this object as an IpeSegmentSubPath, or else 0.
Reimplemented in IpeSegmentSubPath. |
|
Save subpath to XML stream.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Draw subpath (does not call DrawPath()).
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Add subpath to box.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Return distance from v to subpath transformed by m.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Snap to vertex.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |
|
Snap to boundary of subpath.
Implemented in IpeEllipse, IpeClosedSpline, and IpeSegmentSubPath. |