LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFPolyLineEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
tools::Long | nFlags |
double | fSWidth |
double | fEWidth |
tools::Long | nMeshMCount |
tools::Long | nMeshNCount |
tools::Long | nMDensity |
tools::Long | nNDensity |
tools::Long | nCSSType |
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 301 of file dxfentrd.hxx.
DXFPolyLineEntity::DXFPolyLineEntity | ( | ) |
Definition at line 375 of file dxfentrd.cxx.
References fEWidth, fSWidth, nCSSType, nFlags, nMDensity, nMeshMCount, nMeshNCount, and nNDensity.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 387 of file dxfentrd.cxx.
References DXFBasicEntity::EvaluateGroup(), fEWidth, fSWidth, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), nCSSType, nFlags, nMDensity, nMeshMCount, nMeshNCount, and nNDensity.
double DXFPolyLineEntity::fEWidth |
Definition at line 307 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
double DXFPolyLineEntity::fSWidth |
Definition at line 306 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nCSSType |
Definition at line 312 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nFlags |
Definition at line 305 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawPolyLineEntity(), DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nMDensity |
Definition at line 310 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nMeshMCount |
Definition at line 308 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nMeshNCount |
Definition at line 309 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().
tools::Long DXFPolyLineEntity::nNDensity |
Definition at line 311 of file dxfentrd.hxx.
Referenced by DXFPolyLineEntity(), and EvaluateGroup().