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

This class handles imports of entities that are not supported. More...

#include <RDwgImporter.h>

Inheritance diagram for RDwgEntityImporter:
RDwgArcImporter RDwgBlockReferenceImporter RDwgCircleImporter RDwgDimAlignedImporter RDwgDimAngular3PImporter RDwgDimAngularImporter RDwgDimDiametricImporter RDwgDimOrdinateImporter RDwgDimRadialImporter RDwgDimRotatedImporter RDwgEllipseImporter RDwgHatchImporter RDwgImageImporter RDwgLeaderImporter RDwgLineImporter RDwgMTextImporter RDwgPointImporter RDwgPolyline2dImporter RDwgPolyline3dImporter RDwgPolylineImporter RDwgSolidImporter RDwgSplineImporter RDwgTextImporter

List of all members.

Public Member Functions

virtual void import (RDwgImporter &importer, OdDbEntity *odEntity) const
virtual void importCommon (RDwgImporter &importer, OdDbEntity *odEntity, QSharedPointer< REntity > entity) const
virtual void importDimCommon (RDwgImporter &importer, OdDbDimension *odDimension, RDimensionData &dimData) const
virtual void importXData (OdDbEntity *odEntity, QSharedPointer< REntity > entity) const
 Imports the XDATA (custom properties) for the givnen entity.
 ODRX_DECLARE_MEMBERS (RDwgEntityImporter)

Detailed Description

This class handles imports of entities that are not supported.


Member Function Documentation

void RDwgEntityImporter::importCommon ( RDwgImporter importer,
OdDbEntity *  odEntity,
QSharedPointer< REntity entity 
) const
virtual
void RDwgEntityImporter::importDimCommon ( RDwgImporter importer,
OdDbDimension *  odDimension,
RDimensionData dimData 
) const
virtual
void RDwgEntityImporter::importXData ( OdDbEntity *  odEntity,
QSharedPointer< REntity entity 
) const
virtual

Imports the XDATA (custom properties) for the givnen entity.

RDwgEntityImporter::ODRX_DECLARE_MEMBERS ( RDwgEntityImporter  )

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