|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFVertexEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| DXFVector | aP0 |
| double | fSWidth |
| double | fEWidth |
| double | fBulge |
| tools::Long | nFlags |
| double | fCFTDir |
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 451 of file dxfentrd.hxx.
| DXFVertexEntity::DXFVertexEntity | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 727 of file dxfentrd.cxx.
References aP0, DXFBasicEntity::EvaluateGroup(), fBulge, fCFTDir, fEWidth, fSWidth, DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), and nFlags.
| DXFVector DXFVertexEntity::aP0 |
Definition at line 455 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| double DXFVertexEntity::fBulge |
Definition at line 458 of file dxfentrd.hxx.
Referenced by DXFVertexEntity(), and EvaluateGroup().
| double DXFVertexEntity::fCFTDir |
Definition at line 460 of file dxfentrd.hxx.
Referenced by DXFVertexEntity(), and EvaluateGroup().
| double DXFVertexEntity::fEWidth |
Definition at line 457 of file dxfentrd.hxx.
Referenced by DXFVertexEntity(), and EvaluateGroup().
| double DXFVertexEntity::fSWidth |
Definition at line 456 of file dxfentrd.hxx.
Referenced by DXFVertexEntity(), and EvaluateGroup().
| tools::Long DXFVertexEntity::nFlags |
Definition at line 459 of file dxfentrd.hxx.
Referenced by DXFVertexEntity(), and EvaluateGroup().