|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFTextEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| DXFVector | aP0 |
| double | fHeight |
| OString | m_sText |
| 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 184 of file dxfentrd.hxx.
| DXFTextEntity::DXFTextEntity | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 206 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_sText, nGenFlags, nHorzJust, and nVertJust.
| DXFVector DXFTextEntity::aAlign |
Definition at line 198 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| DXFVector DXFTextEntity::aP0 |
Definition at line 188 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTextEntity(), and EvaluateGroup().
| double DXFTextEntity::fHeight |
Definition at line 189 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTextEntity(), DXFTextEntity(), and EvaluateGroup().
| double DXFTextEntity::fOblAngle |
Definition at line 193 of file dxfentrd.hxx.
Referenced by DXFTextEntity(), and EvaluateGroup().
| double DXFTextEntity::fRotAngle |
Definition at line 191 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTextEntity(), DXFTextEntity(), and EvaluateGroup().
| double DXFTextEntity::fXScale |
Definition at line 192 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTextEntity(), DXFTextEntity(), and EvaluateGroup().
| OString DXFTextEntity::m_sStyle |
Definition at line 194 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
| OString DXFTextEntity::m_sText |
Definition at line 190 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawTextEntity(), and EvaluateGroup().
| tools::Long DXFTextEntity::nGenFlags |
Definition at line 195 of file dxfentrd.hxx.
Referenced by DXFTextEntity(), and EvaluateGroup().
| tools::Long DXFTextEntity::nHorzJust |
Definition at line 196 of file dxfentrd.hxx.
Referenced by DXFTextEntity(), and EvaluateGroup().
| tools::Long DXFTextEntity::nVertJust |
Definition at line 197 of file dxfentrd.hxx.
Referenced by DXFTextEntity(), and EvaluateGroup().