|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFAttribEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| DXFVector | aP0 |
| double | fHeight |
| OString | m_sText |
| OString | m_sTagStr |
| tools::Long | nAttrFlags |
| tools::Long | nFieldLen |
| double | fRotAngle |
| double | fXScale |
| double | fOblAngle |
| OString | m_sStyle |
| tools::Long | nGenFlags |
| tools::Long | nHorzJust |
| tools::Long | nVertJust |
| DXFVector | aAlign |
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 275 of file dxfentrd.hxx.
| DXFAttribEntity::DXFAttribEntity | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 348 of file dxfentrd.cxx.
References aAlign, aP0, DXFBasicEntity::EvaluateGroup(), fHeight, fOblAngle, fRotAngle, DXFVector::fx, fXScale, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), DXFGroupReader::GetS(), m_sStyle, m_sTagStr, m_sText, nAttrFlags, nFieldLen, nGenFlags, nHorzJust, and nVertJust.
| DXFVector DXFAttribEntity::aAlign |
Definition at line 292 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| DXFVector DXFAttribEntity::aP0 |
Definition at line 279 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), and EvaluateGroup().
| double DXFAttribEntity::fHeight |
Definition at line 280 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), DXFAttribEntity(), and EvaluateGroup().
| double DXFAttribEntity::fOblAngle |
Definition at line 287 of file dxfentrd.hxx.
Referenced by DXFAttribEntity(), and EvaluateGroup().
| double DXFAttribEntity::fRotAngle |
Definition at line 285 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), DXFAttribEntity(), and EvaluateGroup().
| double DXFAttribEntity::fXScale |
Definition at line 286 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), DXFAttribEntity(), and EvaluateGroup().
| OString DXFAttribEntity::m_sStyle |
Definition at line 288 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| OString DXFAttribEntity::m_sTagStr |
Definition at line 282 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| OString DXFAttribEntity::m_sText |
Definition at line 281 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), and EvaluateGroup().
| tools::Long DXFAttribEntity::nAttrFlags |
Definition at line 283 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawAttribEntity(), DXFAttribEntity(), and EvaluateGroup().
| tools::Long DXFAttribEntity::nFieldLen |
Definition at line 284 of file dxfentrd.hxx.
Referenced by DXFAttribEntity(), and EvaluateGroup().
| tools::Long DXFAttribEntity::nGenFlags |
Definition at line 289 of file dxfentrd.hxx.
Referenced by DXFAttribEntity(), and EvaluateGroup().
| tools::Long DXFAttribEntity::nHorzJust |
Definition at line 290 of file dxfentrd.hxx.
Referenced by DXFAttribEntity(), and EvaluateGroup().
| tools::Long DXFAttribEntity::nVertJust |
Definition at line 291 of file dxfentrd.hxx.
Referenced by DXFAttribEntity(), and EvaluateGroup().