Ipelib
|
This is the complete list of members for ipe::Curve, including all inherited members.
addToBBox(Rect &box, const Matrix &m, bool cp) const | ipe::Curve | virtual |
appendArc(const Matrix &m, const Vector &v0, const Vector &v1) | ipe::Curve | |
appendCardinalSpline(const std::vector< Vector > &v, float tension) | ipe::Curve | |
appendOldSpline(const std::vector< Vector > &v) | ipe::Curve | inline |
appendSegment(const Vector &v0, const Vector &v1) | ipe::Curve | |
appendSpiroSpline(const std::vector< Vector > &v) | ipe::Curve | |
appendSpiroSplinePrecomputed(const std::vector< Vector > &v, int sep) | ipe::Curve | |
appendSpline(const std::vector< Vector > &v) | ipe::Curve | inline |
asClosedSpline() const | ipe::SubPath | virtual |
asCurve() const | ipe::Curve | virtual |
asEllipse() const | ipe::SubPath | virtual |
closed() const | ipe::Curve | inlinevirtual |
closingSegment() const | ipe::Curve | |
countSegments() const | ipe::Curve | inline |
countSegmentsClosing() const | ipe::Curve | inline |
Curve() | ipe::Curve | |
CurveSegment class | ipe::Curve | friend |
distance(const Vector &v, const Matrix &m, double bound) const | ipe::Curve | virtual |
draw(Painter &painter) const | ipe::Curve | virtual |
EClosedSpline enum value | ipe::SubPath | |
ECurve enum value | ipe::SubPath | |
EEllipse enum value | ipe::SubPath | |
save(Stream &stream) const | ipe::Curve | virtual |
segment(int i) const | ipe::Curve | |
setClosed(bool closed) | ipe::Curve | |
snapBnd(const Vector &mouse, const Matrix &m, Vector &pos, double &bound) const | ipe::Curve | virtual |
snapVtx(const Vector &mouse, const Matrix &m, Vector &pos, double &bound, bool cp) const | ipe::Curve | virtual |
Type enum name | ipe::SubPath | |
type() const | ipe::Curve | virtual |
~SubPath()=0 | ipe::SubPath | pure virtual |