QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RDimAngularEntity Class Reference

Aligned dimension entity class. More...

#include <RDimAngularEntity.h>

Inheritance diagram for RDimAngularEntity:
RDimensionEntity REntity RObject

List of all members.

Public Member Functions

virtual RDimAngularEntityclone () const
virtual RDimAngularDatagetData ()
virtual const RDimAngularDatagetData () const
QPair< QVariant,
RPropertyAttributes
getProperty (RPropertyTypeId propertyTypeId, bool humanReadable=false, bool noAttributes=false)
virtual RS::EntityType getType () const
 RDimAngularEntity (RDocument *document, const RDimAngularData &data, RObject::Id objectId=RObject::INVALID_ID)
void setData (RDimAngularData &d)
bool setProperty (RPropertyTypeId propertyTypeId, const QVariant &value)
 Sets the given property to the given value.
virtual ~RDimAngularEntity ()
- Public Member Functions inherited from RDimensionEntity
virtual void exportEntity (RExporter &e, bool preview=false) const
 Exports the entity to the given exporter.
RVector getDefinitionPoint () const
QString getFontName () const
RVector getMiddleOfText () const
QString getText () const
RTextData getTextData () const
bool hasCustomTextPosition () const
virtual bool isValid () const
 RDimensionEntity (RDocument *document, RObject::Id objectId=RObject::INVALID_ID)
void setCustomTextPosition (bool on)
void setDefinitionPoint (const RVector &p)
void setFontName (const QString &fn)
void setMiddleOfText (const RVector &p)
void setText (const QString &t)
virtual ~RDimensionEntity ()
- Public Member Functions inherited from REntity
virtual const RShapecastToConstShape () const
virtual RShapecastToShape ()
 
void copyAttributesFrom (REntity *entity)
 Copies all attributes (layer, block, color, line weight, line style) from the given entity.
void dump ()
virtual bool flipHorizontal ()
 
virtual bool flipVertical ()
 
RBlock::Id getBlockId () const
 
QString getBlockName ()
 
virtual RBox getBoundingBox () const
 
virtual QList< RBoxgetBoundingBoxes () 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) const
 
RColor getColor () const
 
RColor getColor (bool resolve, const QStack< RBlockReferenceEntity * > &blockRefStack)
 
virtual int getComplexity () const
virtual double getDistanceTo (const RVector &point, bool limited=true, double range=0.0, bool draft=false) const
 
int getDrawOrder () const
 
virtual QList< RVectorgetEndPoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QList< RVectorgetIntersectionPoints (const REntity &other, bool limited=true, const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QList< RVectorgetIntersectionPoints (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< RVectorgetMiddlePoints (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual RVector getPointOnEntity () const
 
virtual QList< RVectorgetPointsWithDistanceToEnd (double distance, RS::From from=RS::FromAny, const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual QList< RVectorgetReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const
 
virtual QList< QSharedPointer
< RShape > > 
getShapes (const RBox &queryBox=RDEFAULT_RBOX) const
 
virtual RVector getVectorTo (const RVector &point, bool limited=true) const
 
virtual bool intersectsWith (const RShape &shape) const
 
bool isEditable (bool allowInvisible=false) const
virtual bool isInside (const RBox &box) const
 
virtual bool isOnEntity (const RVector &point, bool limited=true) const
 
bool isSelected () const
 
virtual bool isSelectedForPropertyEditing ()
bool isVisible () 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.
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.
 REntity (RDocument *document, Id objectId=-1)
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)
 
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.
void setLayerId (RLayer::Id layerId)
 
void setLinetype (RLinetype linetype)
 
void setLinetypeId (RLinetype::Id linetypeId)
 
void setLineweight (RLineweight::Lineweight lineweight)
 
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.
void update () const
 Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty).
virtual ~REntity ()
- Public Member Functions inherited from RObject
QMap< QString, QVariant > getCustomProperties () const
QVariant getCustomProperty (const QString &key, const QVariant &defaultValue=RDEFAULT_QVARIANT)
RDocumentgetDocument ()
const RDocumentgetDocument () const
RObject::Handle getHandle () const
RObject::Id getId () const
virtual QSet< RPropertyTypeIdgetPropertyTypeIds () const
virtual bool hasPropertyType (RPropertyTypeId propertyTypeId)
bool isUndone () const
void removeCustomProperty (const QString &key)
 Removes the custom property with the given name.
 RObject (RDocument *document=NULL, Id id=INVALID_ID)
void setCustomProperty (const QString &key, const QVariant &value)
 Sets a custom property with the given name.
virtual void setUndone (bool on)
virtual ~RObject ()

Static Public Member Functions

static void init ()

Static Public Attributes

static RPropertyTypeId PropertyBlock
static RPropertyTypeId PropertyColor
static RPropertyTypeId PropertyCustom
static RPropertyTypeId PropertyDimArcPositionX
static RPropertyTypeId PropertyDimArcPositionY
static RPropertyTypeId PropertyDimArcPositionZ
static RPropertyTypeId PropertyDrawOrder
static RPropertyTypeId PropertyExtensionLine1EndX
static RPropertyTypeId PropertyExtensionLine1EndY
static RPropertyTypeId PropertyExtensionLine1EndZ
static RPropertyTypeId PropertyExtensionLine1StartX
static RPropertyTypeId PropertyExtensionLine1StartY
static RPropertyTypeId PropertyExtensionLine1StartZ
static RPropertyTypeId PropertyExtensionLine2EndX
static RPropertyTypeId PropertyExtensionLine2EndY
static RPropertyTypeId PropertyExtensionLine2EndZ
static RPropertyTypeId PropertyExtensionLine2StartX
static RPropertyTypeId PropertyExtensionLine2StartY
static RPropertyTypeId PropertyExtensionLine2StartZ
static RPropertyTypeId PropertyHandle
static RPropertyTypeId PropertyLayer
static RPropertyTypeId PropertyLinetype
static RPropertyTypeId PropertyLineweight
static RPropertyTypeId PropertyLowerTolerance
static RPropertyTypeId PropertyMiddleOfTextX
static RPropertyTypeId PropertyMiddleOfTextY
static RPropertyTypeId PropertyMiddleOfTextZ
static RPropertyTypeId PropertyText
static RPropertyTypeId PropertyType
static RPropertyTypeId PropertyUpperTolerance
- Static Public Attributes inherited from RDimensionEntity
static RPropertyTypeId PropertyDefinitionPointX
static RPropertyTypeId PropertyDefinitionPointY
static RPropertyTypeId PropertyDefinitionPointZ
static RPropertyTypeId PropertyMeasuredValue
- Static Public Attributes inherited from REntity
- Static Public Attributes inherited from RObject
static const Handle INVALID_HANDLE = -1
static const Id INVALID_ID = -1

Protected Member Functions

virtual void print (QDebug dbg) const
 Stream operator for QDebug.

Protected Attributes

RDimAngularData data

Detailed Description

Aligned dimension entity class.

Scriptable:
This class is wrapped for script environments.
Shared Pointer Support:
Script wrappers of this class support wrapping in QSharedPointer.

Constructor & Destructor Documentation

RDimAngularEntity::RDimAngularEntity ( RDocument document,
const RDimAngularData data,
RObject::Id  objectId = RObject::INVALID_ID 
)
RDimAngularEntity::~RDimAngularEntity ( )
virtual

Member Function Documentation

virtual RDimAngularEntity* RDimAngularEntity::clone ( ) const
inlinevirtual

Implements REntity.

virtual RDimAngularData& RDimAngularEntity::getData ( )
inlinevirtual
Returns:
Reference to the data object of the entity.

Implements RDimensionEntity.

virtual const RDimAngularData& RDimAngularEntity::getData ( ) const
inlinevirtual
Returns:
Const reference to the data object of the entity.

Implements RDimensionEntity.

QPair< QVariant, RPropertyAttributes > RDimAngularEntity::getProperty ( RPropertyTypeId  propertyTypeId,
bool  humanReadable = false,
bool  noAttributes = 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 RDimensionEntity.

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

Reimplemented from RDimensionEntity.

void RDimAngularEntity::init ( )
static

Reimplemented from RDimensionEntity.

void RDimAngularEntity::print ( QDebug  dbg) const
protectedvirtual

Stream operator for QDebug.

Reimplemented from RDimensionEntity.

void RDimAngularEntity::setData ( RDimAngularData d)
inline
bool RDimAngularEntity::setProperty ( RPropertyTypeId  propertyTypeId,
const QVariant &  value 
)
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 RDimensionEntity.


Member Data Documentation

RDimAngularData RDimAngularEntity::data
protected
RPropertyTypeId RDimAngularEntity::PropertyBlock
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyColor
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyCustom
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyDimArcPositionX
static
RPropertyTypeId RDimAngularEntity::PropertyDimArcPositionY
static
RPropertyTypeId RDimAngularEntity::PropertyDimArcPositionZ
static
RPropertyTypeId RDimAngularEntity::PropertyDrawOrder
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1EndX
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1EndY
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1EndZ
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1StartX
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1StartY
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine1StartZ
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2EndX
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2EndY
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2EndZ
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2StartX
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2StartY
static
RPropertyTypeId RDimAngularEntity::PropertyExtensionLine2StartZ
static
RPropertyTypeId RDimAngularEntity::PropertyHandle
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyLayer
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyLinetype
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyLineweight
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyLowerTolerance
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyMiddleOfTextX
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyMiddleOfTextY
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyMiddleOfTextZ
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyText
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyType
static

Reimplemented from RDimensionEntity.

RPropertyTypeId RDimAngularEntity::PropertyUpperTolerance
static

Reimplemented from RDimensionEntity.


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