QCAD
Open Source 2D CAD
RTextBasedData Class Reference

Stores and manages all data that defines the geometry and appearance of a text based entity (text, block attribute, block attribute definition). More...

#include <RTextBasedData.h>

Inheritance diagram for RTextBasedData:
REntityData RPainterPathSource RAttributeData RAttributeDefinitionData RTextData

Public Types

enum  TextFlag {
  NoFlags = 0x000, Bold = 0x001, Italic = 0x002, Simple = 0x004,
  DimensionLabel = 0x008, Highlighted = 0x010, Backward = 0x020, UpsideDown = 0x040
}
 

Public Member Functions

virtual bool flipHorizontal ()
 
virtual bool flipVertical ()
 
RVector getAlignmentPoint () const
 
double getAngle () const
 
virtual RBox getBoundingBox (bool ignoreEmpty=false) const
 
virtual QList< RVectorgetCenterPoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual RVector getClosestPointOnEntity (const RVector &point, double range, bool limited) const
 
virtual QSharedPointer< RShapegetClosestShape (const RVector &pos, double range=RNANDOUBLE, bool ignoreComplex=false) const
 
virtual double getDistanceTo (const RVector &point, bool limited=true, double range=0.0, bool draft=false, double strictRange=RMAXDOUBLE) const
 
RS::TextDrawingDirection getDrawingDirection () const
 
virtual QList< RVectorgetEndPoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QString getEscapedText (bool escapeUnicode=false) const
 
virtual QList< QSharedPointer< RShape > > getExploded () const
 
bool getFlag (RTextBasedData::TextFlag flag) const
 
QString getFontFile () 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). More...
 
double getLineSpacingFactor () const
 
RS::TextLineSpacingStyle getLineSpacingStyle () const
 
virtual QFont getMainFont () const
 
virtual QList< RVectorgetMiddlePoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QList< RPainterPathgetPainterPaths (bool draft=false, double pixelSizeHint=RDEFAULT_MIN1) const
 
virtual QString getPlainText () const
 
virtual RVector getPointOnEntity () const
 
virtual QList< RVectorgetPointsWithDistanceToEnd (double distance, int from=RS::FromAny, const RBox &queryBox=RDEFAULT_RBOX) const
 
RVector getPosition () const
 
virtual QList< RRefPointgetReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const
 
virtual QString getRenderedText (bool escapeUnicode=false) const
 
virtual QList< QSharedPointer< RShape > > getShapes (const RBox &queryBox=RDEFAULT_RBOX, bool ignoreComplex=false, bool segment=false) const
 
QList< RTextBasedDatagetSimpleTextBlocks ()
 
virtual QString getText () const
 
double getTextHeight () const
 
QList< RTextLayoutgetTextLayouts () const
 
double getTextWidth () const
 Width of the text box used for line wrapping (not supported). More...
 
virtual RS::EntityType getType () const
 
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). More...
 
double getXScale () const
 
virtual bool intersectsWith (const RShape &shape) const
 
bool isBackward () const
 
bool isBold () const
 
bool isDimensionLabel () const
 
virtual bool isDirty () const
 
bool isHighlighted () const
 
bool isItalic () const
 
virtual bool isSane () const
 
bool isSimple () const
 
bool isUpsideDown () const
 
virtual bool isValid () const
 
virtual bool mirror (const RLine &axis)
 
virtual bool move (const RVector &offset)
 Moves this entity by the given offset. More...
 
virtual bool moveReferencePoint (const RVector &referencePoint, const RVector &targetPoint, Qt::KeyboardModifiers modifiers=Qt::NoModifier)
 Moves the given reference point to the given target point or does nothing if this entity has no reference point as the given location. More...
 
virtual bool rotate (double rotation, const RVector &center)
 
 RTextBasedData (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)
 
 RTextBasedData (RDocument *document=NULL)
 
virtual bool scale (const RVector &scaleFactors, const RVector &center)
 
void setAlignmentPoint (const RVector &alignmentPoint)
 
void setAngle (double angle)
 
void setBackward (bool on)
 
void setBold (bool on)
 
void setDimensionLabel (bool on)
 
void setDrawingDirection (RS::TextDrawingDirection drawingDirection)
 
void setFlag (RTextBasedData::TextFlag flag, bool on=true)
 
void setFontFile (const QString &fontFile)
 
void setFontName (const QString &fontName)
 
void setHAlign (RS::HAlign halign)
 
void setHighlighted (bool on)
 
void setItalic (bool on)
 
void setLineSpacingFactor (double lineSpacingFactor)
 
void setLineSpacingStyle (RS::TextLineSpacingStyle lineSpacingStyle)
 
void setPosition (const RVector &position)
 
void setSelected (bool on)
 Selects or deselects this entity. More...
 
void setSimple (bool on)
 
void setText (const QString &text)
 
void setTextHeight (double h)
 
void setTextWidth (double w)
 
void setUpsideDown (bool on)
 
void setVAlign (RS::VAlign valign)
 
void setXScale (double xScale)
 
void sync (const RTextBasedData &other)
 
virtual void update () const
 Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty). More...
 
virtual void update (bool layout) const
 
virtual ~RTextBasedData ()
 
- Public Member Functions inherited from REntityData
virtual const RShapecastToConstShape () const
 
virtual RShapecastToShape ()
 
virtual bool clickReferencePoint (const RVector &referencePoint)
 Called when user clicks a reference point. More...
 
virtual bool cloneOnChange () const
 Reimplement to force clone on change in transactions. More...
 
void copyAttributesFrom (const REntityData &entityData, bool copyBlockId=true)
 
virtual QList< RVectorgetArcReferencePoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
RBlock::Id getBlockId () const
 
QString getBlockName () const
 
virtual QList< RBoxgetBoundingBoxes (bool ignoreEmpty=false) const
 
virtual RColor getColor () const
 
virtual RColor getColor (bool resolve, const QStack< REntity * > &blockRefStack) const
 
virtual RColor getColor (const RColor &unresolvedColor, const QStack< REntity * > &blockRefStack) const
 
virtual RColor getDisplayColor ()
 
RDocumentgetDocument ()
 
const RDocumentgetDocument () const
 
virtual int getDrawOrder () const
 
virtual RPolyline getHull (double offset) const
 
virtual QList< RRefPointgetInternalReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const
 Can be overwritten to return internal, resolved reference points. More...
 
virtual QList< RVectorgetIntersectionPoints (const REntityData &other, bool limited=true, bool same=false, const RBox &queryBox=RDEFAULT_RBOX, bool ignoreComplex=true) const
 
virtual QList< RVectorgetIntersectionPoints (const RShape &shape, bool limited=true, const RBox &queryBox=RDEFAULT_RBOX, bool ignoreComplex=true) const
 
RLayer::Id getLayerId () const
 
QString getLayerName () const
 
virtual RLinetype::Id getLinetypeId () const
 
virtual RLinetype::Id getLinetypeId (bool resolve, const QStack< REntity * > &blockRefStack) const
 
virtual RLinetypePattern getLinetypePattern () const
 
virtual double getLinetypeScale () const
 
virtual RLineweight::Lineweight getLineweight () const
 
virtual RLineweight::Lineweight getLineweight (bool resolve, const QStack< REntity * > &blockRefStack) const
 
double getLineweightInUnits (const QStack< REntity * > &blockRefStack) const
 
RObject::Id getParentId () const
 
virtual RVector getVectorTo (const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const
 
virtual bool isInside (const RBox &box) const
 
virtual bool isOnEntity (const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const
 
virtual bool isPointType () const
 
virtual bool isSelected () const
 
virtual bool isSelectedWorkingSet () const
 
virtual bool isUpdatesEnabled () const
 
virtual bool mirror (const RVector &axis1, const RVector &axis2)
 
 REntityData (RDocument *document=NULL)
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
virtual bool scale (double scaleFactor, const RVector &center=RDEFAULT_RVECTOR)
 
virtual void scaleVisualProperties (double scaleFactor)
 
void setAutoUpdatesBlocked (bool on)
 
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. More...
 
virtual void setLayerId (RLayer::Id layerId)
 
void setLayerName (const QString &layerName)
 
virtual void setLinetypeId (RLinetype::Id linetypeId)
 Sets the linetype of this entity to the given linetype ID. More...
 
virtual void setLinetypePattern (const RLinetypePattern &p)
 
virtual void setLinetypeScale (double linetypeScale)
 
void setLineweight (RLineweight::Lineweight lineweight)
 
virtual void setParentId (RObject::Id parentId)
 
virtual void setSelectedWorkingSet (bool on)
 Selects or deselects this entity for addition to the current working set. More...
 
void setUpdatesEnabled (bool on)
 Enables / disables cache updates. More...
 
virtual void setZ (double z)
 
virtual bool stretch (const RPolyline &area, const RVector &offset)
 Stretches the end points of this entity that are inside area by offset. More...
 
virtual void to2D ()
 
virtual ~REntityData ()
 
- Public Member Functions inherited from RPainterPathSource
virtual ~RPainterPathSource ()
 

Static Public Member Functions

static QString escapeUnicode (const QString &str)
 
static RTextProxygetTextProxy ()
 
static bool hasProxy ()
 
static void setTextProxy (RTextProxy *p)
 
static QString toEscapedText (const QTextDocument &textDocument, const RColor &initialColor, double fontHeightFactor=1.0, bool simpleText=false)
 Converts the given text document (typically from a QTextEdit) into CAD escaped text. More...
 
static QString toRichText (const QString &escapedText, const QFont &mainFont, double fontHeightFactor=1.0)
 
- Static Public Member Functions inherited from REntityData
static int getDefaultDrawOrder ()
 

Protected Member Functions

 RTextBasedData (RDocument *document, const RTextBasedData &data)
 

Protected Attributes

RVector alignmentPoint
 
double angle
 
RBox boundingBox
 
bool dirty
 
RS::TextDrawingDirection drawingDirection
 
TextFlags flags
 
QString fontFile
 
QString fontName
 
bool gotDraft
 
double height
 
RS::HAlign horizontalAlignment
 
double lineSpacingFactor
 
RS::TextLineSpacingStyle lineSpacingStyle
 
QList< RPainterPathpainterPaths
 
RVector position
 
QString text
 
double textHeight
 
QList< RTextLayouttextLayouts
 
double textWidth
 
RS::VAlign verticalAlignment
 
double width
 
double xScale
 
- Protected Attributes inherited from REntityData
bool autoUpdatesBlocked
 Block auto updates is true during imports, undo and redo. More...
 
RBlock::Id blockId
 
RColor color
 
RDocumentdocument
 
int drawOrder
 
RLayer::Id layerId
 
RLinetype::Id linetypeId
 
double linetypeScale
 
RLineweight::Lineweight lineweight
 
RObject::Id parentId
 
bool selectionStatus
 
bool selectionStatusWorkingSet
 
bool updatesEnabled
 

Static Private Attributes

static RTextProxytextProxy = NULL
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 

Friends

class RTextBasedEntity
 

Detailed Description

Stores and manages all data that defines the geometry and appearance of a text based entity (text, block attribute, block attribute definition).

Scriptable:\nThis class is available in script environments.\n
Shared Pointer Support:\nObjects can be used in QSharedPointer.\n
Copyable:\nObjects are cleaned up automatically by the garbage collector of the script engine.\n

Member Enumeration Documentation

◆ TextFlag

Enumerator
NoFlags 
Bold 
Italic 
Simple 
DimensionLabel 
Highlighted 
Backward 
UpsideDown 

Constructor & Destructor Documentation

◆ RTextBasedData() [1/3]

RTextBasedData::RTextBasedData ( RDocument document,
const RTextBasedData data 
)
protected

◆ RTextBasedData() [2/3]

RTextBasedData::RTextBasedData ( RDocument document = NULL)

◆ RTextBasedData() [3/3]

RTextBasedData::RTextBasedData ( const RVector position,
const RVector alignmentPoint,
double  height,
double  textWidth,
RS::VAlign  valign,
RS::HAlign  halign,
RS::TextDrawingDirection  drawingDirection,
RS::TextLineSpacingStyle  lineSpacingStyle,
double  lineSpacingFactor,
const QString &  text,
const QString &  fontName,
bool  bold,
bool  italic,
double  angle,
bool  simple 
)
Parameters
positionInsertion point (see DXF code 10 doc).
alignmentPointAlignment point of text (see DXF code 11 doc).
heightNominal (initial) text height
textWidthReference rectangle width for wrapping (not supported)
valignVertical alignment
halignHorizontal alignment
drawingDirectionDrawing direction
lineSpacingStyleLine spacing style
lineSpacingFactorLine spacing factor
textText string
fontNameText font name
angleRotation angle in rad

◆ ~RTextBasedData()

virtual RTextBasedData::~RTextBasedData ( )
inlinevirtual

Member Function Documentation

◆ escapeUnicode()

QString RTextBasedData::escapeUnicode ( const QString &  str)
static

◆ flipHorizontal()

bool RTextBasedData::flipHorizontal ( )
virtual

Reimplemented from REntityData.

◆ flipVertical()

bool RTextBasedData::flipVertical ( )
virtual

Reimplemented from REntityData.

◆ getAlignmentPoint()

RVector RTextBasedData::getAlignmentPoint ( ) const
inline
Returns
Alignment point of the reference point of the text. This is usually the same as the position.

◆ getAngle()

double RTextBasedData::getAngle ( ) const
inline

◆ getBoundingBox()

RBox RTextBasedData::getBoundingBox ( bool  ignoreEmpty = false) const
virtual
Returns
The bounding box that contains this entity.

Reimplemented from REntityData.

◆ getCenterPoints()

virtual QList<RVector> RTextBasedData::getCenterPoints ( const RBox queryBox = RDEFAULT_RBOX) const
inlinevirtual
Returns
Vector of center points of this entity. Used for snap to center points.

Reimplemented from REntityData.

◆ getClosestPointOnEntity()

RVector RTextBasedData::getClosestPointOnEntity ( const RVector point,
double  range,
bool  limited 
) const
virtual
Returns
Closest point to point on this entity. Used for snap to points on entity.

Reimplemented from REntityData.

◆ getClosestShape()

virtual QSharedPointer<RShape> RTextBasedData::getClosestShape ( const RVector pos,
double  range = RNANDOUBLE,
bool  ignoreComplex = false 
) const
inlinevirtual
Returns
The one shape that is part of this entity which is the closest to the given position.

Reimplemented from REntityData.

◆ getDistanceTo()

double RTextBasedData::getDistanceTo ( const RVector point,
bool  limited = true,
double  range = 0.0,
bool  draft = false,
double  strictRange = RMAXDOUBLE 
) const
virtual
Returns
The shortest distance from this entity to the given point.
Parameters
limitedLimit lines, arcs at end points, otherwise the orthogonal distance to the unlimited line / circle is returned.
rangeThis is returned for solid filled entities (solid filled or dense hatches, text entities) if the point is on the entity and the distance would be zero.
draftCalculate based on draft mode representation of the entity.
strictRangeIf limited, this is the maximum range from either end point of the entity. Zero to only return distances that are strictly orthogonal to the entity.

Reimplemented from REntityData.

◆ getDrawingDirection()

RS::TextDrawingDirection RTextBasedData::getDrawingDirection ( ) const
inline

◆ getEndPoints()

virtual QList<RVector> RTextBasedData::getEndPoints ( const RBox queryBox = RDEFAULT_RBOX) const
inlinevirtual
Returns
Vector of end points of this entity. Used for snap to end points.

Reimplemented from REntityData.

◆ getEscapedText()

QString RTextBasedData::getEscapedText ( bool  escapeUnicode = false) const
virtual

◆ getExploded()

QList< QSharedPointer< RShape > > RTextBasedData::getExploded ( ) const
virtual

◆ getFlag()

bool RTextBasedData::getFlag ( RTextBasedData::TextFlag  flag) const
inline

◆ getFontFile()

QString RTextBasedData::getFontFile ( ) const
inline

◆ getFontName()

QString RTextBasedData::getFontName ( ) const
inline

◆ getHAlign()

RS::HAlign RTextBasedData::getHAlign ( ) const
inline

◆ getHeight()

double RTextBasedData::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).

◆ getLineSpacingFactor()

double RTextBasedData::getLineSpacingFactor ( ) const
inline

◆ getLineSpacingStyle()

RS::TextLineSpacingStyle RTextBasedData::getLineSpacingStyle ( ) const
inline

◆ getMainFont()

QFont RTextBasedData::getMainFont ( ) const
virtual

◆ getMiddlePoints()

virtual QList<RVector> RTextBasedData::getMiddlePoints ( const RBox queryBox = RDEFAULT_RBOX) const
inlinevirtual
Returns
Vector of middle points of this entity. Used for snap to middle points.

Reimplemented from REntityData.

◆ getPainterPaths()

QList< RPainterPath > RTextBasedData::getPainterPaths ( bool  draft = false,
double  pixelSizeHint = RDEFAULT_MIN1 
) const
virtual

Implements RPainterPathSource.

◆ getPlainText()

QString RTextBasedData::getPlainText ( ) const
virtual

◆ getPointOnEntity()

RVector RTextBasedData::getPointOnEntity ( ) const
virtual
Returns
A point that is on the entity. Used to check if an entity is inside a polygon.

Reimplemented from REntityData.

◆ getPointsWithDistanceToEnd()

virtual QList<RVector> RTextBasedData::getPointsWithDistanceToEnd ( double  distance,
int  from = RS::FromAny,
const RBox queryBox = RDEFAULT_RBOX 
) const
inlinevirtual
Returns
Points on entity with given distance to either endpoint. Used for snap to points with distance on entity.

Reimplemented from REntityData.

◆ getPosition()

RVector RTextBasedData::getPosition ( ) const
inline
Returns
Position of the reference point of the text.

◆ getReferencePoints()

QList< RRefPoint > RTextBasedData::getReferencePoints ( RS::ProjectionRenderingHint  hint = RS::RenderTop) const
virtual
Returns
Vector of reference points of this entity. Reference points can usually be moved around by the user to change the geometry of the entity.

Implements REntityData.

◆ getRenderedText()

QString RTextBasedData::getRenderedText ( bool  escapeUnicode = false) const
virtual

Reimplemented in RAttributeDefinitionData, and RAttributeData.

◆ getShapes()

QList< QSharedPointer< RShape > > RTextBasedData::getShapes ( const RBox queryBox = RDEFAULT_RBOX,
bool  ignoreComplex = false,
bool  segment = false 
) const
virtual
Returns
Shapes that represent the geometry of this entity.
Parameters
queryBoxLimit returned shapes to query box
ignoreComplexIgnore complex shapes and explode those into simple shapes
segmentSplit up splines into spline segments

Reimplemented from REntityData.

◆ getSimpleTextBlocks()

QList< RTextBasedData > RTextBasedData::getSimpleTextBlocks ( )
Returns
List of text data objects representing simple texts. Complex formatted texts are split up into smaller text blocks, each with unique formatting, color, etc.

◆ getText()

virtual QString RTextBasedData::getText ( ) const
inlinevirtual

◆ getTextHeight()

double RTextBasedData::getTextHeight ( ) const
inline

◆ getTextLayouts()

QList< RTextLayout > RTextBasedData::getTextLayouts ( ) const

◆ getTextProxy()

static RTextProxy* RTextBasedData::getTextProxy ( )
inlinestatic
Non-Scriptable:\nThis function is not available in script environments.\n

◆ getTextWidth()

double RTextBasedData::getTextWidth ( ) const
inline

Width of the text box used for line wrapping (not supported).

◆ getType()

virtual RS::EntityType RTextBasedData::getType ( ) const
inlinevirtual

Reimplemented from REntityData.

Reimplemented in RTextData, RAttributeData, and RAttributeDefinitionData.

◆ getVAlign()

RS::VAlign RTextBasedData::getVAlign ( ) const
inline

◆ getWidth()

double RTextBasedData::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).

◆ getXScale()

double RTextBasedData::getXScale ( ) const
inline

◆ hasProxy()

static bool RTextBasedData::hasProxy ( )
inlinestatic

◆ intersectsWith()

bool RTextBasedData::intersectsWith ( const RShape shape) const
virtual
Returns
True if this entity intersects with the given shape, false otherwise.
Todo:
better to pass another entity data object?

Reimplemented from REntityData.

◆ isBackward()

bool RTextBasedData::isBackward ( ) const
inline

◆ isBold()

bool RTextBasedData::isBold ( ) const
inline

◆ isDimensionLabel()

bool RTextBasedData::isDimensionLabel ( ) const
inline

◆ isDirty()

bool RTextBasedData::isDirty ( ) const
virtual

◆ isHighlighted()

bool RTextBasedData::isHighlighted ( ) const
inline

◆ isItalic()

bool RTextBasedData::isItalic ( ) const
inline

◆ isSane()

bool RTextBasedData::isSane ( ) const
virtual

Reimplemented from REntityData.

◆ isSimple()

bool RTextBasedData::isSimple ( ) const
inline

◆ isUpsideDown()

bool RTextBasedData::isUpsideDown ( ) const
inline

◆ isValid()

virtual bool RTextBasedData::isValid ( ) const
inlinevirtual

Reimplemented from REntityData.

◆ mirror()

bool RTextBasedData::mirror ( const RLine axis)
virtual

Reimplemented from REntityData.

◆ move()

bool RTextBasedData::move ( const RVector offset)
virtual

Moves this entity by the given offset.

Reimplemented from REntityData.

◆ moveReferencePoint()

bool RTextBasedData::moveReferencePoint ( const RVector referencePoint,
const RVector targetPoint,
Qt::KeyboardModifiers  modifiers = Qt::NoModifier 
)
virtual

Moves the given reference point to the given target point or does nothing if this entity has no reference point as the given location.

Returns
True if a reference point has been moved successfully, false otherwise.

Implements REntityData.

◆ rotate()

bool RTextBasedData::rotate ( double  rotation,
const RVector center 
)
virtual

Reimplemented from REntityData.

◆ scale()

bool RTextBasedData::scale ( const RVector scaleFactors,
const RVector center 
)
virtual

Reimplemented from REntityData.

◆ setAlignmentPoint()

void RTextBasedData::setAlignmentPoint ( const RVector alignmentPoint)
inline

◆ setAngle()

void RTextBasedData::setAngle ( double  angle)
inline

◆ setBackward()

void RTextBasedData::setBackward ( bool  on)
inline

◆ setBold()

void RTextBasedData::setBold ( bool  on)
inline

◆ setDimensionLabel()

void RTextBasedData::setDimensionLabel ( bool  on)
inline

◆ setDrawingDirection()

void RTextBasedData::setDrawingDirection ( RS::TextDrawingDirection  drawingDirection)
inline

◆ setFlag()

void RTextBasedData::setFlag ( RTextBasedData::TextFlag  flag,
bool  on = true 
)
inline

◆ setFontFile()

void RTextBasedData::setFontFile ( const QString &  fontFile)
inline

◆ setFontName()

void RTextBasedData::setFontName ( const QString &  fontName)

◆ setHAlign()

void RTextBasedData::setHAlign ( RS::HAlign  halign)
inline

◆ setHighlighted()

void RTextBasedData::setHighlighted ( bool  on)
inline

◆ setItalic()

void RTextBasedData::setItalic ( bool  on)
inline

◆ setLineSpacingFactor()

void RTextBasedData::setLineSpacingFactor ( double  lineSpacingFactor)
inline

◆ setLineSpacingStyle()

void RTextBasedData::setLineSpacingStyle ( RS::TextLineSpacingStyle  lineSpacingStyle)
inline

◆ setPosition()

void RTextBasedData::setPosition ( const RVector position)
inline

◆ setSelected()

void RTextBasedData::setSelected ( bool  on)
inlinevirtual

Selects or deselects this entity.

Reimplemented from REntityData.

◆ setSimple()

void RTextBasedData::setSimple ( bool  on)
inline

◆ setText()

void RTextBasedData::setText ( const QString &  text)

◆ setTextHeight()

void RTextBasedData::setTextHeight ( double  h)
inline

◆ setTextProxy()

static void RTextBasedData::setTextProxy ( RTextProxy p)
inlinestatic
Non-Scriptable:\nThis function is not available in script environments.\n

◆ setTextWidth()

void RTextBasedData::setTextWidth ( double  w)
inline

◆ setUpsideDown()

void RTextBasedData::setUpsideDown ( bool  on)
inline

◆ setVAlign()

void RTextBasedData::setVAlign ( RS::VAlign  valign)
inline

◆ setXScale()

void RTextBasedData::setXScale ( double  xScale)
inline

◆ sync()

void RTextBasedData::sync ( const RTextBasedData other)

◆ toEscapedText()

QString RTextBasedData::toEscapedText ( const QTextDocument &  textDocument,
const RColor initialColor,
double  fontHeightFactor = 1.0,
bool  simpleText = false 
)
static

Converts the given text document (typically from a QTextEdit) into CAD escaped text.

Parameters
fontHeightFactorfactor applied to all font heights. This allows the text edit to use a bigger / smaller font that needed in the end.

◆ toRichText()

QString RTextBasedData::toRichText ( const QString &  escapedText,
const QFont &  mainFont,
double  fontHeightFactor = 1.0 
)
static
Returns
HTML representing this text.

◆ update() [1/2]

virtual void RTextBasedData::update ( ) const
inlinevirtual

Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty).

Reimplemented from REntityData.

◆ update() [2/2]

void RTextBasedData::update ( bool  layout) const
virtual

Friends And Related Function Documentation

◆ RTextBasedEntity

friend class RTextBasedEntity
friend

Member Data Documentation

◆ alignmentPoint

RVector RTextBasedData::alignmentPoint
protected

◆ angle

double RTextBasedData::angle
protected

◆ boundingBox

RBox RTextBasedData::boundingBox
mutableprotected

◆ dirty

bool RTextBasedData::dirty
mutableprotected

◆ drawingDirection

RS::TextDrawingDirection RTextBasedData::drawingDirection
protected

◆ flags

TextFlags RTextBasedData::flags
protected

◆ fontFile

QString RTextBasedData::fontFile
protected

◆ fontName

QString RTextBasedData::fontName
protected

◆ gotDraft

bool RTextBasedData::gotDraft
mutableprotected

◆ height

double RTextBasedData::height
mutableprotected

◆ horizontalAlignment

RS::HAlign RTextBasedData::horizontalAlignment
protected

◆ lineSpacingFactor

double RTextBasedData::lineSpacingFactor
protected

◆ lineSpacingStyle

RS::TextLineSpacingStyle RTextBasedData::lineSpacingStyle
protected

◆ painterPaths

QList<RPainterPath> RTextBasedData::painterPaths
mutableprotected

◆ position

RVector RTextBasedData::position
protected

◆ text

QString RTextBasedData::text
protected

◆ textHeight

double RTextBasedData::textHeight
protected

◆ textLayouts

QList<RTextLayout> RTextBasedData::textLayouts
mutableprotected

◆ textProxy

RTextProxy * RTextBasedData::textProxy = NULL
staticprivate

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD.

◆ textWidth

double RTextBasedData::textWidth
protected

◆ verticalAlignment

RS::VAlign RTextBasedData::verticalAlignment
protected

◆ width

double RTextBasedData::width
mutableprotected

◆ xScale

double RTextBasedData::xScale
protected

The documentation for this class was generated from the following files: