LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFArcEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
DXFVector | aP0 |
double | fRadius |
double | fStart |
double | fEnd |
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 136 of file dxfentrd.hxx.
DXFArcEntity::DXFArcEntity | ( | ) |
Definition at line 121 of file dxfentrd.cxx.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 128 of file dxfentrd.cxx.
References aP0, DXFBasicEntity::EvaluateGroup(), fEnd, fRadius, fStart, DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), and DXFGroupReader::GetG().
DXFVector DXFArcEntity::aP0 |
Definition at line 140 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawArcEntity(), and EvaluateGroup().
double DXFArcEntity::fEnd |
Definition at line 143 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().
double DXFArcEntity::fRadius |
Definition at line 141 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().
double DXFArcEntity::fStart |
Definition at line 142 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().