Public Member Functions |
| virtual RTextLabel * | clone () const |
| QString | getText () const |
| QVariant | getUserData () const |
| | RTextLabel () |
| | Creates a point object with an invalid position.
|
| | RTextLabel (const RVector &position, const QString &text, const QVariant &userData=RDEFAULT_QVARIANT) |
| | Creates a point object with the given position.
|
| virtual | ~RTextLabel () |
| virtual bool | flipHorizontal () |
| virtual bool | flipVertical () |
| virtual RBox | getBoundingBox () const |
| virtual QList< RVector > | getCenterPoints () const |
| virtual QList< RVector > | getEndPoints () const |
| virtual double | getLength () const |
| virtual QList< RVector > | getMiddlePoints () const |
| virtual QList< RVector > | getPointsWithDistanceToEnd (double distance, RS::From from=RS::FromAny) const |
| RVector | getPosition () const |
| virtual RVector | getVectorTo (const RVector &point, bool limited=true) const |
| virtual bool | mirror (const RLine &axis) |
| virtual bool | move (const RVector &offset) |
| virtual bool | rotate (double rotation, const RVector ¢er=RDEFAULT_RVECTOR) |
| | RPoint () |
| | Creates a point object with an invalid position.
|
| | RPoint (const RVector &position) |
| | Creates a point object with the given position.
|
| virtual bool | scale (const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) |
| void | setPosition (const RVector &p) |
| virtual void | to2D () |
| | Flattens this shape to the X/Y plane.
|
| virtual | ~RPoint () |
| virtual RVector | getClosestPointOnShape (const RVector &p, bool limited=true) const |
| virtual double | getDistanceTo (const RVector &point, bool limited=true) const |
| QList< RVector > | getIntersectionPoints (const RShape &other, bool limited=true, bool same=false) const |
| virtual RVector | getPointAtPercent (double p) const |
| virtual RVector | getVectorFromEndpointTo (const RVector &point) const |
| virtual bool | intersectsWith (const RShape &other, bool limited=true) const |
| virtual bool | isInterpolated () const |
| | Reimplement and return true if this shape relies on interpolation for geometrical operations such as finding intersection points.
|
| virtual bool | isOnShape (const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const |
| | RShape () |
| virtual bool | scale (double scaleFactor, const RVector ¢er=RVector()) |
| virtual bool | stretch (const RBox &area, const RVector &offset) |
| virtual bool | stretch (const RPolyline &area, const RVector &offset) |
| virtual | ~RShape () |
Text label.
Mainly used to add to preview as information for the user, e.g. to display current snap mode.
- Scriptable:
- This class is wrapped for script environments.
- Shared Pointer Support:
- Script wrappers of this class support wrapping in QSharedPointer.
- Copyable:
- Script wrappers of this class should pass objects by reference.