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

#include <RBlockReferenceData.h>

Inheritance diagram for RBlockReferenceData:
REntityData

List of all members.

Public Member Functions

virtual RBox getBoundingBox () const
virtual QList< RBoxgetBoundingBoxes () const
virtual RVector getClosestPointOnEntity (const RVector &point, double range=RNANDOUBLE) const
virtual double getDistanceTo (const RVector &point, bool limited=true, double range=0.0, bool draft=false) const
virtual QList< RVectorgetIntersectionPoints (const REntity &other, bool limited=true) const
RVector getPosition () const
RBlock::Id getReferencedBlockId () const
QString getReferencedBlockName () const
virtual QList< RVectorgetReferencePoints (RS::ProjectionRenderingHint hint=RS::RenderTop) const
double getRotation () const
RVector getScaleFactors () const
virtual QList< QSharedPointer
< RShape > > 
getShapes (const RBox &queryBox=RDEFAULT_RBOX) const
virtual RVector getVectorTo (const RVector &point, bool limited=true) const
virtual bool mirror (const RLine &axis)
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.
QSharedPointer< REntityqueryEntity (REntity::Id entityId) const
 RBlockReferenceData ()
 RBlockReferenceData (RBlock::Id referencedBlockId, const RVector &position, const RVector &scaleFactors, double angle)
virtual bool rotate (double rotation, const RVector &center=RDEFAULT_RVECTOR)
virtual bool scale (const RVector &scaleFactors, const RVector &center=RDEFAULT_RVECTOR)
void setPosition (const RVector &p)
void setReferencedBlockId (RBlock::Id blockId)
void setReferencedBlockName (const QString &blockName)
void setRotation (double r)
void setScaleFactors (const RVector &sf)
virtual void update () const
 Entities can reimplement this function to invalidate any internal cache (mark the entity as dirty).
virtual void update (RObject::Id entityId) const
- Public Member Functions inherited from REntityData
virtual const RShapecastToConstShape () const
virtual RShapecastToShape ()
virtual bool flipHorizontal ()
virtual bool flipVertical ()
RLayer::Id getBlockId () const
QString getBlockName () 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) const
RDocumentgetDocument ()
const RDocumentgetDocument () const
virtual int getDrawOrder () const
virtual QList< RVectorgetEndPoints (const RBox &queryBox=RDEFAULT_RBOX) const
virtual QList< RVectorgetIntersectionPoints (const REntityData &other, bool limited=true, bool same=false, 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 bool intersectsWith (const RShape &shape) 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 &center=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 ()

Protected Member Functions

 RBlockReferenceData (RDocument *document, const RBlockReferenceData &data)

Private Attributes

RBox boundingBox
QMap< REntity::Id,
QSharedPointer< REntity > > 
cache
RVector position
RBlock::Id referencedBlockId
double rotation
RVector scaleFactors

Friends

class RBlockReferenceEntity

Additional Inherited Members

- Protected Attributes inherited from REntityData
RBlock::Id blockId
RColor color
RDocumentdocument
int drawOrder
RLayer::Id layerId
RLinetype::Id linetypeId
RLineweight::Lineweight lineweight
bool selectionStatus

Detailed Description

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RBlockReferenceData::RBlockReferenceData ( RDocument document,
const RBlockReferenceData data 
)
protected
RBlockReferenceData::RBlockReferenceData ( )
RBlockReferenceData::RBlockReferenceData ( RBlock::Id  referencedBlockId,
const RVector position,
const RVector scaleFactors,
double  angle 
)

Member Function Documentation

RBox RBlockReferenceData::getBoundingBox ( ) const
virtual
Returns:
The bounding box that contains this entity.

Reimplemented from REntityData.

QList< RBox > RBlockReferenceData::getBoundingBoxes ( ) const
virtual
Returns:
Vector of bounding boxes that contain this entity. This is used for complex entities such as block references to further optimize algorithms that depend on bounding boxes (e.g. spatial index algorithms). The default implementation returns the bounding box that contains the whole entity.

Reimplemented from REntityData.

RVector RBlockReferenceData::getClosestPointOnEntity ( const RVector point,
double  range = RNANDOUBLE 
) const
virtual
double RBlockReferenceData::getDistanceTo ( const RVector point,
bool  limited = true,
double  range = 0.0,
bool  draft = false 
) const
virtual
Returns:
The shortest distance from this entity to the given point.

Reimplemented from REntityData.

QList< RVector > RBlockReferenceData::getIntersectionPoints ( const REntity other,
bool  limited = true 
) const
virtual
RVector RBlockReferenceData::getPosition ( ) const
inline
RBlock::Id RBlockReferenceData::getReferencedBlockId ( ) const
inline
QString RBlockReferenceData::getReferencedBlockName ( ) const
QList< RVector > RBlockReferenceData::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.

double RBlockReferenceData::getRotation ( ) const
inline
RVector RBlockReferenceData::getScaleFactors ( ) const
inline
QList< QSharedPointer< RShape > > RBlockReferenceData::getShapes ( const RBox queryBox = RDEFAULT_RBOX) const
virtual
Returns:
Shapes that represent the geometry of this entity.

Reimplemented from REntityData.

RVector RBlockReferenceData::getVectorTo ( const RVector point,
bool  limited = true 
) const
virtual
Returns:
The distance vector from this entity to the given point.
Parameters:
pointthe point to which the distance was measured
limited,:If true, an invalid vector is returned if the closest point on the entity is outside of the entity (e.g. in the extension line of a line or outside the start / end angle of an arc).

Reimplemented from REntityData.

bool RBlockReferenceData::mirror ( const RLine axis)
virtual

Reimplemented from REntityData.

bool RBlockReferenceData::move ( const RVector offset)
virtual

Moves this entity by the given offset.

Returns:
Points on entity which are intersection points in the given document.
True if this entity intersects with the given box or is completely inside it, false otherwise.

Reimplemented from REntityData.

bool RBlockReferenceData::moveReferencePoint ( const RVector referencePoint,
const RVector targetPoint 
)
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.

QSharedPointer< REntity > RBlockReferenceData::queryEntity ( REntity::Id  entityId) const
Returns:
The entity with the given ID, transformed according to the transformation of this block reference.
bool RBlockReferenceData::rotate ( double  rotation,
const RVector center = RDEFAULT_RVECTOR 
)
virtual

Reimplemented from REntityData.

bool RBlockReferenceData::scale ( const RVector scaleFactors,
const RVector center = RDEFAULT_RVECTOR 
)
virtual

Reimplemented from REntityData.

void RBlockReferenceData::setPosition ( const RVector p)
inline
void RBlockReferenceData::setReferencedBlockId ( RBlock::Id  blockId)
inline
void RBlockReferenceData::setReferencedBlockName ( const QString &  blockName)
void RBlockReferenceData::setRotation ( double  r)
inline
void RBlockReferenceData::setScaleFactors ( const RVector sf)
inline
void RBlockReferenceData::update ( ) const
virtual

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

Reimplemented from REntityData.

void RBlockReferenceData::update ( RObject::Id  entityId) const
virtual

Friends And Related Function Documentation

friend class RBlockReferenceEntity
friend

Member Data Documentation

RBox RBlockReferenceData::boundingBox
mutableprivate
QMap<REntity::Id, QSharedPointer<REntity> > RBlockReferenceData::cache
mutableprivate
RVector RBlockReferenceData::position
private
RBlock::Id RBlockReferenceData::referencedBlockId
private
double RBlockReferenceData::rotation
private
RVector RBlockReferenceData::scaleFactors
private

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