This is the complete list of members for impeller::PathReceiver, including all inherited members.
Close()=0 | impeller::PathReceiver | pure virtual |
ConicTo(const Point &cp, const Point &p2, Scalar weight) | impeller::PathReceiver | inlinevirtual |
CubicTo(const Point &cp1, const Point &cp2, const Point &p2)=0 | impeller::PathReceiver | pure virtual |
LineTo(const Point &p2)=0 | impeller::PathReceiver | pure virtual |
MoveTo(const Point &p2, bool will_be_closed)=0 | impeller::PathReceiver | pure virtual |
QuadTo(const Point &cp, const Point &p2)=0 | impeller::PathReceiver | pure virtual |
~PathReceiver()=default | impeller::PathReceiver | virtual |