LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFLWPolyLineEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
sal_Int32 | nFlags |
double | fConstantWidth |
double | fStartWidth |
double | fEndWidth |
std::vector< DXFVector > | aP |
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) |
Private Attributes | |
sal_Int32 | nIndex |
sal_Int32 | nCount |
Definition at line 321 of file dxfentrd.hxx.
DXFLWPolyLineEntity::DXFLWPolyLineEntity | ( | ) |
Definition at line 404 of file dxfentrd.cxx.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 415 of file dxfentrd.cxx.
References aP, DXFBasicEntity::EvaluateGroup(), fConstantWidth, fEndWidth, fStartWidth, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), o3tl::make_unsigned(), nCount, nFlags, nIndex, and DXFGroupReader::remainingSize().
std::vector<DXFVector> DXFLWPolyLineEntity::aP |
Definition at line 333 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawLWPolyLineEntity(), and EvaluateGroup().
double DXFLWPolyLineEntity::fConstantWidth |
Definition at line 329 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
double DXFLWPolyLineEntity::fEndWidth |
Definition at line 331 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
double DXFLWPolyLineEntity::fStartWidth |
Definition at line 330 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
|
private |
Definition at line 324 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
sal_Int32 DXFLWPolyLineEntity::nFlags |
Definition at line 328 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawLWPolyLineEntity(), and EvaluateGroup().
|
private |
Definition at line 323 of file dxfentrd.hxx.
Referenced by EvaluateGroup().