|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for RPolyline, including all inherited members.
| addToPainterPath(QPainterPath &pp, QSharedPointer< RShape > shape) const | RPolyline | protected |
| appendShape(const RShape &shape) | RPolyline | |
| appendVertex(const RVector &vertex, double bulge=0.0) | RPolyline | |
| bulges | RPolyline | protected |
| clear() | RPolyline | |
| clone() const | RPolyline | inlinevirtual |
| closed | RPolyline | protected |
| contains(const RVector &point) const | RPolyline | |
| countSegments() const | RPolyline | |
| countVertices() const | RPolyline | |
| flipHorizontal() | RPolyline | virtual |
| flipVertical() | RPolyline | virtual |
| getBoundingBox() const | RPolyline | virtual |
| getBulgeAt(int i) const | RPolyline | |
| getBulges() const | RPolyline | |
| getCenterPoints() const | RPolyline | virtual |
| getClosestPointOnShape(const RVector &p, bool limited=true) const | RShape | virtual |
| getDirection1() const | RPolyline | virtual |
| getDirection2() const | RPolyline | virtual |
| getDistanceTo(const RVector &point, bool limited=true) const | RShape | virtual |
| getEndPoint() const | RPolyline | virtual |
| getEndPoints() const | RPolyline | virtual |
| getExploded() const | RPolyline | virtual |
| getIntersectionPoints(const RShape &other, bool limited=true, bool same=false) const | RShape | |
| getIntersectionPoints(const RShape &shape1, const RShape &shape2, bool limited=true, bool same=false) | RShape | static |
| getIntersectionPointsAA(const RArc &arc1, const RArc &arc2, bool limited=true) | RShape | static |
| getIntersectionPointsAC(const RArc &arc1, const RCircle &circle2, bool limited=true) | RShape | static |
| getIntersectionPointsAE(const RArc &arc1, const REllipse &ellipse2, bool limited=true) | RShape | static |
| getIntersectionPointsAX(const RArc &arc1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsCC(const RCircle &circle1, const RCircle &circle2) | RShape | static |
| getIntersectionPointsCE(const RCircle &circle1, const REllipse &ellipse2) | RShape | static |
| getIntersectionPointsCX(const RCircle &circle1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2) | RShape | static |
| getIntersectionPointsEX(const REllipse &ellipse1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsLA(const RLine &line1, const RArc &arc2, bool limited=true) | RShape | static |
| getIntersectionPointsLC(const RLine &line1, const RCircle &circle2, bool limited=true) | RShape | static |
| getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited=true) | RShape | static |
| getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited=true) | RShape | static |
| getIntersectionPointsLX(const RLine &line1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsXX(const RExplodable &explodable1, const RExplodable &explodable2, bool limited=true, bool same=false) | RShape | static |
| getLastVertex() const | RPolyline | |
| getLength() const | RPolyline | virtual |
| getMiddlePoints() const | RPolyline | virtual |
| getPointAtPercent(double p) const | RShape | virtual |
| getPointsWithDistanceToEnd(double distance, RS::From from=RS::FromAny) const | RPolyline | virtual |
| getSegmentAt(int i) const | RPolyline | |
| getStartPoint() const | RPolyline | virtual |
| getTrimEnd(const RVector &coord, const RVector &trimPoint) | RPolyline | virtual |
| getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
| getVectorTo(const RVector &point, bool limited=true) const | RPolyline | virtual |
| getVertexAt(int i) const | RPolyline | |
| getVertices() const | RPolyline | |
| hasArcSegments() const | RPolyline | |
| insertVertex(int index, const RVector &vertex) | RPolyline | |
| intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
| isClosed() const | RPolyline | |
| isInterpolated() const | RPolyline | inlinevirtual |
| isLineSegment(int i) const | RPolyline | protected |
| isLogicallyClosed() const | RPolyline | |
| isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| isStraight(double bulge) | RPolyline | static |
| mirror(const RLine &axis) | RPolyline | virtual |
| move(const RVector &offset) | RPolyline | virtual |
| normalize() | RPolyline | |
| order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
| prependVertex(const RVector &vertex, double bulge=0.0) | RPolyline | |
| print(QDebug dbg) const | RPolyline | protectedvirtual |
| removeLastVertex() | RPolyline | |
| removeVertex(int index) | RPolyline | |
| reverse() | RPolyline | virtual |
| rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
| RPolyline() | RPolyline | |
| RPolyline(const QList< RVector > &vertices, bool closed) | RPolyline | |
| RPolyline(const QList< QSharedPointer< RShape > > &segments) | RPolyline | |
| RShape() | RShape | inline |
| scale(double scaleFactor, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
| scale(const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
| setBulgeAt(int i, double b) | RPolyline | |
| setBulges(const QList< double > &b) | RPolyline | |
| setClosed(bool on) | RPolyline | |
| setVertexAt(int i, const RVector &v) | RPolyline | |
| setVertices(const QList< RVector > &vertices) | RPolyline | |
| stretch(const RPolyline &area, const RVector &offset) | RPolyline | virtual |
| RShape::stretch(const RBox &area, const RVector &offset) | RShape | virtual |
| to2D() | RPolyline | virtual |
| toPainterPath() const | RPolyline | |
| trimEndPoint(const RVector &p) | RPolyline | virtual |
| trimStartPoint(const RVector &p) | RPolyline | virtual |
| vertices | RPolyline | protected |
| ~RDirected() | RDirected | inlinevirtual |
| ~RExplodable() | RExplodable | inlinevirtual |
| ~RPolyline() | RPolyline | virtual |
| ~RShape() | RShape | inlinevirtual |