20#ifndef RATTRIBUTEDATA_H
21#define RATTRIBUTEDATA_H
83 virtual RColor getColor(
bool resolve,
const QStack<QSharedPointer<REntity> >& blockRefStack)
const;
Q_DECLARE_METATYPE(RMath *)
QCADCORE_EXPORT QDebug operator<<(QDebug dbg, const RTextBasedData &t)
Definition RTextBasedData.cpp:1098
int i
Copyright (c) 2011-2018 by Andrew Mustun.
Definition autostart.js:32
Stores and manages all data that defines the geometry and appearance of a block attribute entity.
Definition RAttributeData.h:42
QString tag
Definition RAttributeData.h:96
bool isInvisible() const
Definition RAttributeData.h:66
void setInvisible(bool i)
Definition RAttributeData.h:70
QString getTag() const
Definition RAttributeData.h:58
bool invisible
Definition RAttributeData.h:97
RAttributeData()
Definition RAttributeData.h:49
virtual RS::EntityType getType() const
Definition RAttributeData.h:53
void setTag(const QString &t)
Definition RAttributeData.h:62
virtual RLineweight::Lineweight getLineweight() const
Definition RAttributeData.h:79
virtual RObject::Id getLinetypeId() const
Definition RAttributeData.h:74
virtual RColor getColor() const
Definition RAttributeData.h:84
virtual ~RAttributeData()
Definition RAttributeData.h:51
Stores and manages all data that defines the geometry and appearance of a block attribute definition ...
Definition RAttributeDefinitionData.h:38
Attribute entity.
Definition RAttributeEntity.h:38
Color.
Definition RColor.h:43
A graphics document contains and owns entities, layers, user coordinate systems, variables,...
Definition RDocument.h:78
virtual RObject::Id getLinetypeId() const
Definition REntityData.h:274
virtual RLineweight::Lineweight getLineweight() const
Definition REntityData.h:292
virtual RColor getColor() const
Definition REntityData.h:312
Base class for all entity classes.
Definition REntity.h:63
Low-level mathematical representation of a line.
Definition RLine.h:41
Lineweight
Definition RLineweight.h:44
int Id
Definition RObject.h:69
Represents a reference point of an entity.
Definition RRefPoint.h:18
EntityType
Entity types used for property handling / filtering.
Definition RS.h:227
@ EntityAttribute
Block attribute.
Definition RS.h:244
ProjectionRenderingHint
Sets the current rendering hint for exports.
Definition RS.h:293
Stores and manages all data that defines the geometry and appearance of a text based entity (text,...
Definition RTextBasedData.h:68
virtual QList< RRefPoint > getReferencePoints(RS::ProjectionRenderingHint hint=RS::RenderTop) const
Definition RTextBasedData.cpp:271
virtual QString getRenderedText(bool escapeUnicode=false) const
Definition RTextBasedData.cpp:520
#define QCADENTITY_EXPORT
Definition entity_global.h:10