|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFDimensionEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| OString | m_sPseudoBlock |
Public Attributes inherited from DXFBasicEntity | |
| DXFBasicEntity * | pSucc |
| DXFEntityType | eType |
| OString | m_sLayer |
| OString | m_sLineType |
| double | fThickness |
| tools::Long | nColor |
| tools::Long | nSpace |
| DXFVector | aExtrusion |
Protected Member Functions | |
| virtual void | EvaluateGroup (DXFGroupReader &rDGR) override |
Protected Member Functions inherited from DXFBasicEntity | |
| DXFBasicEntity (DXFEntityType eThisType) | |
| virtual void | EvaluateGroup (DXFGroupReader &rDGR) |
Definition at line 493 of file dxfentrd.hxx.
| DXFDimensionEntity::DXFDimensionEntity | ( | ) |
Definition at line 778 of file dxfentrd.cxx.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 782 of file dxfentrd.cxx.
References DXFBasicEntity::EvaluateGroup(), DXFGroupReader::GetG(), DXFGroupReader::GetS(), and m_sPseudoBlock.
| OString DXFDimensionEntity::m_sPseudoBlock |
Definition at line 497 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawDimensionEntity(), and EvaluateGroup().