|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFTraceEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| DXFVector | aP0 |
| DXFVector | aP1 |
| DXFVector | aP2 |
| DXFVector | aP3 |
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 152 of file dxfentrd.hxx.
| DXFTraceEntity::DXFTraceEntity | ( | ) |
Definition at line 143 of file dxfentrd.cxx.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 147 of file dxfentrd.cxx.
References aP0, aP1, aP2, aP3, DXFBasicEntity::EvaluateGroup(), DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), and DXFGroupReader::GetG().
| DXFVector DXFTraceEntity::aP0 |
Definition at line 156 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTraceEntity(), and EvaluateGroup().
| DXFVector DXFTraceEntity::aP1 |
Definition at line 157 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTraceEntity(), and EvaluateGroup().
| DXFVector DXFTraceEntity::aP2 |
Definition at line 158 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTraceEntity(), and EvaluateGroup().
| DXFVector DXFTraceEntity::aP3 |
Definition at line 159 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTraceEntity(), and EvaluateGroup().