QCAD
Open Source 2D CAD
RTextBasedEntity Class Referenceabstract

Text entity. More...

#include <RTextBasedEntity.h>

Inheritance diagram for RTextBasedEntity:
REntity RObject RAttributeDefinitionEntity RAttributeEntity RTextEntity

Public Member Functions

virtual void exportEntity (RExporter &e, bool preview=false, bool forceSelected=false) const
 Exports the entity to the given exporter. More...
 
RVector getAlignmentPoint () const
 
double getAngle () const
 
virtual const RTextBasedDatagetData () const =0
 
virtual RTextBasedDatagetData ()=0
 
RS::TextDrawingDirection getDrawingDirection () const
 
QString getEscapedText (bool escapeUnicode=false) const
 
virtual QList< QSharedPointer< RShape > > getExploded () const
 
QString getFontFile () const
 
QString getFontName () const
 
RS::HAlign getHAlign () const
 
double getHeight () const
 
double getLineSpacingFactor () const
 
RS::TextLineSpacingStyle getLineSpacingStyle () const
 
QList< RPainterPathgetPainterPaths (bool draft=false) const
 
QString getPlainText () const
 
RVector getPosition () const
 
virtual QPair< QVariant, RPropertyAttributesgetProperty (RPropertyTypeId &propertyTypeId, bool humanReadable=false, bool noAttributes=false, bool showOnRequest=false)
 
virtual QList< QSharedPointer< RShape > > getShapes (const RBox &queryBox=RDEFAULT_RBOX, bool ignoreComplex=false, bool segment=false) const
 
QList< RTextBasedDatagetSimpleTextBlocks ()
 
virtual RTextBasedDatagetTextData ()
 
double getTextHeight () const
 
double getTextWidth () const
 
RS::VAlign getVAlign () const
 
double getWidth () const
 
double getXScale () const
 
bool isBackward () const
 
bool isBold () const
 
bool isItalic () const
 
bool isSimple () const
 
bool isUpsideDown () const
 
 RTextBasedEntity (RDocument *document)
 
virtual QSharedPointer< REntityscaleNonUniform (const RVector &scaleFactors, const RVector &center)
 
void setAlignmentPoint (const RVector &alignmentPoint)
 
void setAngle (double angle)
 
void setBackward (bool on)
 
void setBold (bool on)
 
void setDrawingDirection (RS::TextDrawingDirection drawingDirection)
 
void setFontName (const QString &fontName)
 
void setHAlign (RS::HAlign ha)
 
void setItalic (bool on)
 
void setLineSpacingFactor (double lineSpacingFactor)
 
void setLineSpacingStyle (RS::TextLineSpacingStyle lineSpacingStyle)
 
void setPosition (const RVector &position)
 
virtual bool setProperty (RPropertyTypeId propertyTypeId, const QVariant &value, RTransaction *transaction=NULL)
 Sets the given property to the given value. More...
 
void setSimple (bool on)
 
void setText (const QString &text)
 
void setTextHeight (double h)
 
void setUpsideDown (bool on)
 
void setVAlign (RS::VAlign va)
 
void setXScale (double xScale)
 
void sync (const RTextBasedEntity &other)
 
virtual ~RTextBasedEntity ()
 
- Public Member Functions inherited from REntity
virtual const RShapecastToConstShape () const
 
virtual RShapecastToShape ()
 
virtual bool clickReferencePoint (const RVector &referencePoint)
 Called when user clicks a reference point. More...
 
virtual REntityclone () const =0
 
virtual bool cloneOnChange () const
 
void copyAttributesFrom (const REntity *entity, bool copyBlockId=true)
 Copies all attributes (layer, block, color, line weight, line style) from the given entity. More...
 
void copyAttributesFrom (const REntityData &entityData, bool copyBlockId=true)
 
virtual bool flipHorizontal ()
 
virtual bool flipVertical ()
 
RBlock::Id getBlockId () const
 
QString getBlockName () const
 
virtual RBox getBoundingBox (bool ignoreEmpty=false) const
 
virtual QList< RBoxgetBoundingBoxes (bool ignoreEmpty=false) const
 
virtual QList< RVectorgetCenterPoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual RVector getClosestPointOnEntity (const RVector &point, double range=RNANDOUBLE, bool limited=true) const
 
virtual QSharedPointer< RShapegetClosestShape (const RVector &pos, double range=RNANDOUBLE, bool ignoreComplex=false) const
 
virtual QSharedPointer< RShapegetClosestSimpleShape (const RVector &pos, double range=RNANDOUBLE) const
 
RColor getColor () const
 
RColor getColor (bool resolve, const QStack< REntity * > &blockRefStack)
 
RColor getColor (const RColor &unresolvedColor, const QStack< REntity * > &blockRefStack)
 
virtual int getComplexity () const
 
RColor getDisplayColor ()
 
virtual double getDistanceTo (const RVector &point, bool limited=true, double range=0.0, bool draft=false, double strictRange=RMAXDOUBLE) const
 
int getDrawOrder () const
 
virtual QList< RVectorgetEndPoints (const RBox &queryBox=RDEFAULT_RBOX) 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 REntity &other, bool limited=true, 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
 
virtual QList< RVectorgetIntersectionPointsWithShape (const RShape &shape, bool limited=true, const RBox &queryBox=RDEFAULT_RBOX) const
 Make getIntersectionPoints with shape parameter accessible for script wrappers. More...
 
RLayer::Id getLayerId () const
 
QString getLayerName () const
 
RLinetype::Id getLinetypeId () const
 
RLinetype::Id getLinetypeId (bool resolve, const QStack< REntity * > &blockRefStack) const
 
RLinetypePattern getLinetypePattern () const
 
double getLinetypeScale () const
 
RLineweight::Lineweight getLineweight () const
 
RLineweight::Lineweight getLineweight (bool resolve, const QStack< REntity * > &blockRefStack) const
 
double getLineweightInUnits (const QStack< REntity * > &blockRefStack) const
 
virtual QList< RVectorgetMiddlePoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
REntity::Id getParentId () const
 
virtual RVector getPointOnEntity () const
 
virtual QList< RVectorgetPointsWithDistanceToEnd (double distance, int from=RS::FromAny, const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QList< RRefPointgetReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const
 
virtual RS::EntityType getType () const
 
virtual RVector getVectorTo (const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const
 
virtual bool intersectsWith (const RShape &shape) const
 
virtual bool isEditable (bool allowInvisible=false) const
 
virtual bool isInside (const RBox &box) const
 
virtual bool isInWorkingSet () const
 
virtual bool isOnEntity (const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const
 
virtual bool isPointType () const
 
virtual bool isSane () const
 
virtual bool isSelected () const
 Reimplemented by entities that are part of a block reference but not stored as part of the block definition (currently only block attributes). More...
 
virtual bool isSelectedWorkingSet () const
 
virtual bool isUpdatesEnabled () const
 
virtual bool isValid () const
 
virtual bool isVisible (RBlock::Id blockId=RBlock::INVALID_ID) const
 
virtual bool mirror (const RLine &axis)
 
virtual bool mirror (const RVector &axis1, const RVector &axis2)
 
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...
 
 REntity (const REntity &other)
 
 REntity (RDocument *document)
 
virtual bool rotate (double rotation, const RVector &center=RDEFAULT_RVECTOR)
 
virtual bool scale (const RVector &scaleFactors, const RVector &center=RDEFAULT_RVECTOR)
 
virtual bool scale (double scaleFactor, const RVector &center=RDEFAULT_RVECTOR)
 
virtual void scaleVisualProperties (double scaleFactor)
 
virtual void setAutoUpdatesBlocked (bool on)
 
void setBlockId (RBlock::Id blockId)
 
void setColor (const RColor &color)
 
void setDocument (RDocument *document)
 
void setDrawOrder (int drawOrder)
 Sets the draw order of this entity. More...
 
void setLayerId (RLayer::Id layerId)
 
void setLayerName (const QString &n)
 
void setLinetypeId (RLinetype::Id linetypeId)
 Sets the linetype of this entity to the given linetype ID. More...
 
void setLinetypePattern (const RLinetypePattern &linetypePattern)
 
void setLinetypeScale (double linetypeScale)
 
void setLineweight (RLineweight::Lineweight lineweight)
 
virtual void setSelected (bool on)
 Selects or deselects this entity. More...
 
virtual void setSelectedWorkingSet (bool on)
 
void setUpdatesEnabled (bool on)
 
virtual void setViewportContext (const RViewportData &)
 
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 ()
 
void update () const
 Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty). More...
 
virtual ~REntity ()
 
- Public Member Functions inherited from RObject
void copyCustomPropertiesFrom (RObject *other, const QString &title=RDEFAULT_QSTRING, bool overwrite=false, const QStringList &ignoreList=RDEFAULT_QSTRINGLIST, const QString &mapKeyFrom=RDEFAULT_QSTRING, const QString &mapKeyTo=RDEFAULT_QSTRING)
 Copies all custom properties from the given object. More...
 
void dump () const
 
virtual bool getCustomBoolProperty (const QString &title, const QString &key, bool defaultValue) const
 
virtual double getCustomDoubleProperty (const QString &title, const QString &key, double defaultValue) const
 
virtual int getCustomIntProperty (const QString &title, const QString &key, int defaultValue) const
 
QMap< QString, QVariantMap > getCustomProperties () const
 
virtual QVariant getCustomProperty (const QString &title, const QString &key, const QVariant &defaultValue=RDEFAULT_QVARIANT) const
 
QStringList getCustomPropertyKeys (const QString &title) const
 
QStringList getCustomPropertyTitles () const
 
virtual QSet< RPropertyTypeIdgetCustomPropertyTypeIds () const
 
RDocumentgetDocument ()
 
const RDocumentgetDocument () const
 
bool getFlag (int flag) const
 
RObject::Handle getHandle () const
 
RObject::Id getId () const
 
virtual QSet< RPropertyTypeIdgetPropertyTypeIds (RPropertyAttributes::Option option=RPropertyAttributes::NoOptions) const
 
bool hasCustomProperties () const
 
bool hasCustomProperty (const QString &title, const QRegExp &key) const
 
bool hasCustomProperty (const QString &title, const QString &key) const
 
virtual bool hasPropertyType (RPropertyTypeId propertyTypeId)
 
bool isInvisible () const
 
bool isProtected () const
 
bool isUndone () const
 
virtual bool isWorkingSet () const
 
virtual bool mustAlwaysClone () const
 
virtual void removeCustomProperty (const QString &title, const QString &key)
 Removes the custom property with the given name. More...
 
 RObject (const RObject &other)
 
 RObject (RDocument *document=NULL)
 
virtual void setCustomProperties (const RQMapQStringQString &properties)
 
virtual void setCustomProperty (const QString &title, const QString &key, const QVariant &value)
 Sets a custom property with the given name. More...
 
void setDocument (RDocument *document)
 
void setFlag (int flag, bool on=true)
 
void setInvisible (bool on)
 
void setProtected (bool on)
 
virtual void setWorkingSet (bool on)
 
virtual bool validate ()
 
virtual ~RObject ()
 

Static Public Member Functions

static QSet< RPropertyTypeIdgetStaticPropertyTypeIds ()
 
static void init ()
 
- Static Public Member Functions inherited from REntity
static QSet< RPropertyTypeIdgetStaticPropertyTypeIds ()
 
static void init ()
 
static bool isComplex (const RS::EntityType type)
 
static bool isDimension (const RS::EntityType type)
 
static bool isTextBased (const RS::EntityType type)
 
- Static Public Member Functions inherited from RObject
static RPropertyAttributes getCustomPropertyAttributes (const QString &title, const QString &key)
 
static void init ()
 
static void setCustomPropertyAttributes (const QString &title, const QString &key, const RPropertyAttributes &att)
 Set attributes (read-only, invisible, ...) for the given custom property. More...
 
template<class T >
static bool setMember (T &variable, const QVariant &value, bool condition=true)
 

Static Public Attributes

static RPropertyTypeId PropertyAngle
 
static RPropertyTypeId PropertyBackward
 
static RPropertyTypeId PropertyBlock
 
static RPropertyTypeId PropertyBold
 
static RPropertyTypeId PropertyColor
 
static RPropertyTypeId PropertyCustom
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
static RPropertyTypeId PropertyDisplayedColor
 
static RPropertyTypeId PropertyDrawOrder
 
static RPropertyTypeId PropertyFontName
 
static RPropertyTypeId PropertyHAlign
 
static RPropertyTypeId PropertyHandle
 
static RPropertyTypeId PropertyHeight
 
static RPropertyTypeId PropertyItalic
 
static RPropertyTypeId PropertyLayer
 
static RPropertyTypeId PropertyLineSpacingFactor
 
static RPropertyTypeId PropertyLinetype
 
static RPropertyTypeId PropertyLinetypeScale
 
static RPropertyTypeId PropertyLineweight
 
static RPropertyTypeId PropertyPlainText
 
static RPropertyTypeId PropertyPositionX
 
static RPropertyTypeId PropertyPositionY
 
static RPropertyTypeId PropertyPositionZ
 
static RPropertyTypeId PropertySimple
 
static RPropertyTypeId PropertyText
 
static RPropertyTypeId PropertyType
 
static RPropertyTypeId PropertyUpsideDown
 
static RPropertyTypeId PropertyVAlign
 
static RPropertyTypeId PropertyWidth
 
static RPropertyTypeId PropertyXScale
 
- Static Public Attributes inherited from REntity
static RPropertyTypeId PropertyBlock
 
static RPropertyTypeId PropertyColor
 
static RPropertyTypeId PropertyCustom
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
static RPropertyTypeId PropertyDisplayedColor
 
static RPropertyTypeId PropertyDrawOrder
 
static RPropertyTypeId PropertyHandle
 
static RPropertyTypeId PropertyLayer
 
static RPropertyTypeId PropertyLinetype
 
static RPropertyTypeId PropertyLinetypeScale
 
static RPropertyTypeId PropertyLineweight
 
static RPropertyTypeId PropertyMaxX
 
static RPropertyTypeId PropertyMaxY
 
static RPropertyTypeId PropertyMinX
 
static RPropertyTypeId PropertyMinY
 
static RPropertyTypeId PropertyProtected
 
static RPropertyTypeId PropertySizeX
 
static RPropertyTypeId PropertySizeY
 
static RPropertyTypeId PropertyType
 
static RPropertyTypeId PropertyWorkingSet
 
- Static Public Attributes inherited from RObject
static const Handle INVALID_HANDLE = -1
 
static const Id INVALID_ID = -1
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
static RPropertyTypeId PropertyCustom
 
static RPropertyTypeId PropertyHandle
 
static RPropertyTypeId PropertyInvisible
 
static RPropertyTypeId PropertyProtected
 
static RPropertyTypeId PropertySelected
 
static RPropertyTypeId PropertyType
 
static RPropertyTypeId PropertyWorkingSet
 

Protected Member Functions

virtual void print (QDebug dbg) const
 Stream operator for QDebug. More...
 
- Protected Member Functions inherited from REntity
void setParentId (REntity::Id parentId)
 
- Protected Member Functions inherited from RObject
void setHandle (RObject::Handle h)
 
void setId (RObject::Id id)
 
bool setMemberFlag (int flag, const QVariant &value, bool condition=true)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
void setUndone (bool on)
 

Additional Inherited Members

- Public Types inherited from RObject
typedef int Handle
 
typedef int Id
 
enum  ObjectFlag {
  NoFlags = 0x000, Undone = 0x001, Protect = 0x002, Selected = 0x004,
  Invisible = 0x008, WorkingSet = 0x010
}
 
enum  XYZ { X, Y, Z }
 
- Static Protected Member Functions inherited from RObject
static bool setMember (bool &variable, const QVariant &value, bool condition=true)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
static bool setMember (double &variable, const QVariant &value, bool condition=true)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
static bool setMember (int &variable, const QVariant &value, bool condition=true)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
static bool setMember (QList< double > &variable, const QVariant &value, bool condition)
 
static bool setMember (QString &variable, const QVariant &value, bool condition=true)
 Sets the given property. More...
 
static bool setMemberVector (QList< RVector > &variable, const QVariant &value, RObject::XYZ xyz)
 
static bool setMemberX (QList< RVector > &variable, const QVariant &value, bool condition=true)
 
static bool setMemberY (QList< RVector > &variable, const QVariant &value, bool condition=true)
 
static bool setMemberZ (QList< RVector > &variable, const QVariant &value, bool condition=true)
 

Detailed Description

Text entity.

Scriptable:\nThis class is available in script environments.\n
Shared Pointer Support:\nObjects can be used in QSharedPointer.\n

Constructor & Destructor Documentation

◆ RTextBasedEntity()

RTextBasedEntity::RTextBasedEntity ( RDocument document)

◆ ~RTextBasedEntity()

RTextBasedEntity::~RTextBasedEntity ( )
virtual

Member Function Documentation

◆ exportEntity()

void RTextBasedEntity::exportEntity ( RExporter e,
bool  preview = false,
bool  forceSelected = false 
) const
virtual

Exports the entity to the given exporter.

The exporter might be a file exporter, a graphics scene or any other platform one can export entities to.

Implements REntity.

Reimplemented in RAttributeEntity.

◆ getAlignmentPoint()

RVector RTextBasedEntity::getAlignmentPoint ( ) const
inline

◆ getAngle()

double RTextBasedEntity::getAngle ( ) const
inline

◆ getData() [1/2]

virtual const RTextBasedData& RTextBasedEntity::getData ( ) const
pure virtual
Returns
Const reference to the data object of the entity.

Implements REntity.

Implemented in RTextEntity, RAttributeEntity, and RAttributeDefinitionEntity.

◆ getData() [2/2]

virtual RTextBasedData& RTextBasedEntity::getData ( )
pure virtual
Returns
Reference to the data object of the entity.

Implements REntity.

Implemented in RAttributeEntity, RTextEntity, and RAttributeDefinitionEntity.

◆ getDrawingDirection()

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

◆ getEscapedText()

QString RTextBasedEntity::getEscapedText ( bool  escapeUnicode = false) const
inline

◆ getExploded()

virtual QList<QSharedPointer<RShape> > RTextBasedEntity::getExploded ( ) const
inlinevirtual

◆ getFontFile()

QString RTextBasedEntity::getFontFile ( ) const
inline

◆ getFontName()

QString RTextBasedEntity::getFontName ( ) const
inline

◆ getHAlign()

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

◆ getHeight()

double RTextBasedEntity::getHeight ( ) const
inline

◆ getLineSpacingFactor()

double RTextBasedEntity::getLineSpacingFactor ( ) const
inline

◆ getLineSpacingStyle()

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

◆ getPainterPaths()

QList<RPainterPath> RTextBasedEntity::getPainterPaths ( bool  draft = false) const
inline

◆ getPlainText()

QString RTextBasedEntity::getPlainText ( ) const
inline

◆ getPosition()

RVector RTextBasedEntity::getPosition ( ) const
inline

◆ getProperty()

QPair< QVariant, RPropertyAttributes > RTextBasedEntity::getProperty ( RPropertyTypeId propertyTypeId,
bool  humanReadable = false,
bool  noAttributes = false,
bool  showOnRequest = false 
)
virtual
Returns
The value and attributes of the given property or an invalid property if this property owner has no property with the given ID.

Reimplemented from REntity.

Reimplemented in RAttributeEntity, and RAttributeDefinitionEntity.

◆ getShapes()

virtual QList<QSharedPointer<RShape> > RTextBasedEntity::getShapes ( const RBox queryBox = RDEFAULT_RBOX,
bool  ignoreComplex = false,
bool  segment = false 
) const
inlinevirtual

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 REntity.

◆ getSimpleTextBlocks()

QList<RTextBasedData> RTextBasedEntity::getSimpleTextBlocks ( )
inline

◆ getStaticPropertyTypeIds()

static QSet<RPropertyTypeId> RTextBasedEntity::getStaticPropertyTypeIds ( )
inlinestatic

◆ getTextData()

virtual RTextBasedData& RTextBasedEntity::getTextData ( )
inlinevirtual

◆ getTextHeight()

double RTextBasedEntity::getTextHeight ( ) const
inline

◆ getTextWidth()

double RTextBasedEntity::getTextWidth ( ) const
inline

◆ getVAlign()

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

◆ getWidth()

double RTextBasedEntity::getWidth ( ) const
inline

◆ getXScale()

double RTextBasedEntity::getXScale ( ) const
inline

◆ init()

void RTextBasedEntity::init ( )
static

◆ isBackward()

bool RTextBasedEntity::isBackward ( ) const
inline

◆ isBold()

bool RTextBasedEntity::isBold ( ) const
inline

◆ isItalic()

bool RTextBasedEntity::isItalic ( ) const
inline

◆ isSimple()

bool RTextBasedEntity::isSimple ( ) const
inline

◆ isUpsideDown()

bool RTextBasedEntity::isUpsideDown ( ) const
inline

◆ print()

void RTextBasedEntity::print ( QDebug  dbg) const
protectedvirtual

Stream operator for QDebug.

Reimplemented from REntity.

Reimplemented in RAttributeEntity, RAttributeDefinitionEntity, and RTextEntity.

◆ scaleNonUniform()

QSharedPointer< REntity > RTextBasedEntity::scaleNonUniform ( const RVector scaleFactors,
const RVector center 
)
virtual

Reimplemented from REntity.

◆ setAlignmentPoint()

void RTextBasedEntity::setAlignmentPoint ( const RVector alignmentPoint)
inline

◆ setAngle()

void RTextBasedEntity::setAngle ( double  angle)
inline

◆ setBackward()

void RTextBasedEntity::setBackward ( bool  on)
inline

◆ setBold()

void RTextBasedEntity::setBold ( bool  on)
inline

◆ setDrawingDirection()

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

◆ setFontName()

void RTextBasedEntity::setFontName ( const QString &  fontName)
inline

◆ setHAlign()

void RTextBasedEntity::setHAlign ( RS::HAlign  ha)
inline

◆ setItalic()

void RTextBasedEntity::setItalic ( bool  on)
inline

◆ setLineSpacingFactor()

void RTextBasedEntity::setLineSpacingFactor ( double  lineSpacingFactor)
inline

◆ setLineSpacingStyle()

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

◆ setPosition()

void RTextBasedEntity::setPosition ( const RVector position)
inline

◆ setProperty()

bool RTextBasedEntity::setProperty ( RPropertyTypeId  propertyTypeId,
const QVariant &  value,
RTransaction transaction = NULL 
)
virtual

Sets the given property to the given value.

If this property owner does not know a property with that ID, it is up to the property owner what happens. The property might be added into a list of dynamic properties or dropped.

Returns
True if the property owner was modified in any way, false otherwise.

Reimplemented from REntity.

Reimplemented in RAttributeEntity, and RAttributeDefinitionEntity.

◆ setSimple()

void RTextBasedEntity::setSimple ( bool  on)
inline

◆ setText()

void RTextBasedEntity::setText ( const QString &  text)
inline

◆ setTextHeight()

void RTextBasedEntity::setTextHeight ( double  h)
inline

◆ setUpsideDown()

void RTextBasedEntity::setUpsideDown ( bool  on)
inline

◆ setVAlign()

void RTextBasedEntity::setVAlign ( RS::VAlign  va)
inline

◆ setXScale()

void RTextBasedEntity::setXScale ( double  xScale)
inline

◆ sync()

void RTextBasedEntity::sync ( const RTextBasedEntity other)
inline

Member Data Documentation

◆ PropertyAngle

RPropertyTypeId RTextBasedEntity::PropertyAngle
static

◆ PropertyBackward

RPropertyTypeId RTextBasedEntity::PropertyBackward
static

◆ PropertyBlock

RPropertyTypeId RTextBasedEntity::PropertyBlock
static

◆ PropertyBold

RPropertyTypeId RTextBasedEntity::PropertyBold
static

◆ PropertyColor

RPropertyTypeId RTextBasedEntity::PropertyColor
static

◆ PropertyCustom

RPropertyTypeId RTextBasedEntity::PropertyCustom
static

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.

◆ PropertyDisplayedColor

RPropertyTypeId RTextBasedEntity::PropertyDisplayedColor
static

◆ PropertyDrawOrder

RPropertyTypeId RTextBasedEntity::PropertyDrawOrder
static

◆ PropertyFontName

RPropertyTypeId RTextBasedEntity::PropertyFontName
static

◆ PropertyHAlign

RPropertyTypeId RTextBasedEntity::PropertyHAlign
static

◆ PropertyHandle

RPropertyTypeId RTextBasedEntity::PropertyHandle
static

◆ PropertyHeight

RPropertyTypeId RTextBasedEntity::PropertyHeight
static

◆ PropertyItalic

RPropertyTypeId RTextBasedEntity::PropertyItalic
static

◆ PropertyLayer

RPropertyTypeId RTextBasedEntity::PropertyLayer
static

◆ PropertyLineSpacingFactor

RPropertyTypeId RTextBasedEntity::PropertyLineSpacingFactor
static

◆ PropertyLinetype

RPropertyTypeId RTextBasedEntity::PropertyLinetype
static

◆ PropertyLinetypeScale

RPropertyTypeId RTextBasedEntity::PropertyLinetypeScale
static

◆ PropertyLineweight

RPropertyTypeId RTextBasedEntity::PropertyLineweight
static

◆ PropertyPlainText

RPropertyTypeId RTextBasedEntity::PropertyPlainText
static

◆ PropertyPositionX

RPropertyTypeId RTextBasedEntity::PropertyPositionX
static

◆ PropertyPositionY

RPropertyTypeId RTextBasedEntity::PropertyPositionY
static

◆ PropertyPositionZ

RPropertyTypeId RTextBasedEntity::PropertyPositionZ
static

◆ PropertySimple

RPropertyTypeId RTextBasedEntity::PropertySimple
static

◆ PropertyText

RPropertyTypeId RTextBasedEntity::PropertyText
static

◆ PropertyType

RPropertyTypeId RTextBasedEntity::PropertyType
static

◆ PropertyUpsideDown

RPropertyTypeId RTextBasedEntity::PropertyUpsideDown
static

◆ PropertyVAlign

RPropertyTypeId RTextBasedEntity::PropertyVAlign
static

◆ PropertyWidth

RPropertyTypeId RTextBasedEntity::PropertyWidth
static

◆ PropertyXScale

RPropertyTypeId RTextBasedEntity::PropertyXScale
static

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