Stores and manages all data that defines the geometry and appearance of a text entity.
More...
Public Member Functions |
| bool | flipHorizontal () |
| bool | flipVertical () |
| RVector | getAlignmentPoint () const |
| double | getAngle () const |
| virtual RBox | getBoundingBox () const |
| virtual RVector | getClosestPointOnEntity (const RVector &point, double range, bool limited) const |
| virtual double | getDistanceTo (const RVector &point, bool limited=true, double range=0.0, bool draft=false) const |
| QString | getEscapedText () const |
virtual QList< QSharedPointer
< RShape > > | getExploded () const |
| QString | getFontName () const |
| RS::HAlign | getHAlign () const |
| double | getHeight () const |
| | Height of the text (this is not equal to the bounding box height as it is the height of the text at 0 angle).
|
| double | getLineSpacingFactor () const |
| QFont | getMainFont () const |
| virtual QList< RPainterPath > | getPainterPaths (bool draft=false) const |
| QString | getPlainText () const |
| virtual RVector | getPointOnEntity () const |
| RVector | getPosition () const |
| virtual QList< RVector > | getReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const |
virtual QList< QSharedPointer
< RShape > > | getShapes (const RBox &queryBox=RDEFAULT_RBOX) const |
| double | getTextHeight () const |
| double | getTextWidth () const |
| | Width of the text box used for line wrapping (not supported).
|
| RS::VAlign | getVAlign () const |
| double | getWidth () const |
| | Width of the text (this is not equal to the bounding box width as it is the width of the text at 0 angle).
|
| virtual bool | intersectsWith (const RShape &shape) const |
| bool | isBold () const |
| bool | isDirty () const |
| bool | isItalic () const |
| bool | isSimple () const |
| bool | mirror (const RLine &axis) |
| bool | move (const RVector &offset) |
| | Moves this entity by the given offset.
|
| virtual bool | moveReferencePoint (const RVector &referencePoint, const RVector &targetPoint) |
| | Moves the given reference point to the given target point or does nothing if this entity has no reference point as the given location.
|
| bool | rotate (double rotation, const RVector ¢er) |
| | RTextData () |
| | RTextData (const RVector &position, const RVector &alignmentPoint, double textHeight, double textWidth, RS::VAlign verticalAlignment, RS::HAlign horizontalAlignment, RS::TextDrawingDirection drawingDirection, RS::TextLineSpacingStyle lineSpacingStyle, double lineSpacingFactor, const QString &text, const QString &fontName, bool bold, bool italic, double angle, bool simple) |
| bool | scale (const RVector &scaleFactors, const RVector ¢er) |
| void | setAlignmentPoint (const RVector &alignmentPoint) |
| void | setAngle (double angle) |
| void | setBold (bool on) |
| void | setDrawingDirection (RS::TextDrawingDirection drawingDirection) |
| void | setFontName (const QString &fontName) |
| void | setHAlign (RS::HAlign halign) |
| void | setItalic (bool on) |
| void | setLineSpacingFactor (double lineSpacingFactor) |
| void | setLineSpacingStyle (RS::TextLineSpacingStyle lineSpacingStyle) |
| void | setPosition (const RVector &position) |
| void | setSimple (bool on) |
| void | setText (const QString &text) |
| void | setTextHeight (double h) |
| void | setTextWidth (double w) |
| void | setVAlign (RS::VAlign valign) |
| virtual void | update () const |
| | Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty).
|
| virtual const RShape * | castToConstShape () const |
| virtual RShape * | castToShape () |
| RLayer::Id | getBlockId () const |
| QString | getBlockName () const |
| virtual QList< RBox > | getBoundingBoxes () const |
| virtual QList< RVector > | getCenterPoints (const RBox &queryBox=RDEFAULT_RBOX) const |
| virtual QSharedPointer< RShape > | getClosestShape (const RVector &pos, double range=RNANDOUBLE) const |
| RColor | getColor () const |
| RColor | getColor (bool resolve, const QStack< RBlockReferenceEntity * > &blockRefStack) const |
| RDocument * | getDocument () |
| const RDocument * | getDocument () const |
| virtual int | getDrawOrder () const |
| virtual QList< RVector > | getEndPoints (const RBox &queryBox=RDEFAULT_RBOX) const |
| virtual QList< RVector > | getIntersectionPoints (const REntityData &other, bool limited=true, bool same=false, const RBox &queryBox=RDEFAULT_RBOX) const |
| virtual QList< RVector > | getIntersectionPoints (const RShape &shape, bool limited=true, const RBox &queryBox=RDEFAULT_RBOX) const |
| RLayer::Id | getLayerId () const |
| QString | getLayerName () |
| RLinetype::Id | getLinetypeId () const |
| RLinetype::Id | getLinetypeId (bool resolve, const QStack< RBlockReferenceEntity * > &blockRefStack) const |
| RLineweight::Lineweight | getLineweight () const |
| RLineweight::Lineweight | getLineweight (bool resolve, const QStack< RBlockReferenceEntity * > &blockRefStack) const |
| double | getLineweightInUnits (const QStack< RBlockReferenceEntity * > &blockRefStack) const |
| virtual QList< RVector > | getMiddlePoints (const RBox &queryBox=RDEFAULT_RBOX) const |
| virtual QList< RVector > | getPointsWithDistanceToEnd (double distance, RS::From from=RS::FromAny, const RBox &queryBox=RDEFAULT_RBOX) const |
| virtual RVector | getVectorTo (const RVector &point, bool limited=true) const |
| virtual bool | isInside (const RBox &box) const |
| virtual bool | isOnEntity (const RVector &point, bool limited=true) const |
| virtual bool | isSelected () const |
| virtual bool | mirror (const RVector &axis1, const RVector &axis2) |
| | REntityData (RDocument *document=NULL) |
| virtual bool | scale (double scaleFactor, const RVector ¢er=RDEFAULT_RVECTOR) |
| virtual void | setBlockId (RBlock::Id blockId) |
| void | setColor (const RColor &color) |
| void | setDocument (RDocument *document) |
| virtual void | setDrawOrder (int drawOrder) |
| | Sets the draw order of this entity.
|
| virtual void | setLayerId (RLayer::Id layerId) |
| virtual void | setLinetype (RLinetype linetype) |
| virtual void | setLinetypeId (RLinetype::Id linetypeId) |
| void | setLineweight (RLineweight::Lineweight lineweight) |
| virtual void | setSelected (bool on) |
| | Selects or deselects this entity.
|
| virtual bool | stretch (const RPolyline &area, const RVector &offset) |
| | Stretches the end points of this entity that are inside area by offset.
|
| virtual | ~REntityData () |
| virtual | ~RPainterPathSource () |
Stores and manages all data that defines the geometry and appearance of a text entity.
- 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.