|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for RShape, including all inherited members.
| clone() const =0 | RShape | pure virtual |
| ellipse2tr(double x, double y, double AA, double BB, double CC, double DD, double EE, double FF) | RShape | privatestatic |
| epsTolerance | RShape | privatestatic |
| flipHorizontal() | RShape | virtual |
| flipVertical() | RShape | virtual |
| getBoundingBox() const =0 | RShape | pure virtual |
| getCenterPoints() const =0 | RShape | pure virtual |
| getClosestPointOnShape(const RVector &p, bool limited=true) const | RShape | virtual |
| getDistanceTo(const RVector &point, bool limited=true) const | RShape | virtual |
| getEndPoints() const =0 | RShape | pure 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 |
| getLength() const =0 | RShape | pure virtual |
| getMiddlePoints() const =0 | RShape | pure virtual |
| getPointAtPercent(double p) const | RShape | virtual |
| getPointsWithDistanceToEnd(double distance, RS::From from=RS::FromAny) const =0 | RShape | pure virtual |
| getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
| getVectorTo(const RVector &point, bool limited=true) const =0 | RShape | pure virtual |
| intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
| isInterpolated() const | RShape | inlinevirtual |
| isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| mirror(const RLine &axis)=0 | RShape | pure virtual |
| move(const RVector &offset)=0 | RShape | pure virtual |
| operator<<(QDebug dbg, const RShape &s) | RShape | friend |
| order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
| print(QDebug dbg) const | RShape | protectedvirtual |
| rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR)=0 | RShape | pure virtual |
| RShape() | RShape | inline |
| scale(double scaleFactor, const RVector ¢er=RVector()) | RShape | virtual |
| scale(const RVector &scaleFactors, const RVector ¢er=RVector())=0 | RShape | pure virtual |
| stretch(const RBox &area, const RVector &offset) | RShape | virtual |
| stretch(const RPolyline &area, const RVector &offset) | RShape | virtual |
| to2D()=0 | RShape | pure virtual |
| twopi | RShape | privatestatic |
| ~RShape() | RShape | inlinevirtual |