LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFShapeEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
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 | |
DXFVector | aP0 |
double | fSize |
OString | m_sName |
double | fRotAngle |
double | fXScale |
double | fOblAngle |
Additional Inherited Members | |
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 |
Definition at line 207 of file dxfentrd.hxx.
DXFShapeEntity::DXFShapeEntity | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 238 of file dxfentrd.cxx.
References aP0, DXFBasicEntity::EvaluateGroup(), fOblAngle, fRotAngle, fSize, DXFVector::fx, fXScale, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetS(), and m_sName.
|
private |
Definition at line 209 of file dxfentrd.hxx.
Referenced by EvaluateGroup().
|
private |
Definition at line 214 of file dxfentrd.hxx.
Referenced by DXFShapeEntity(), and EvaluateGroup().
|
private |
Definition at line 212 of file dxfentrd.hxx.
Referenced by DXFShapeEntity(), and EvaluateGroup().
|
private |
Definition at line 210 of file dxfentrd.hxx.
Referenced by DXFShapeEntity(), and EvaluateGroup().
|
private |
Definition at line 213 of file dxfentrd.hxx.
Referenced by DXFShapeEntity(), and EvaluateGroup().
|
private |
Definition at line 211 of file dxfentrd.hxx.
Referenced by EvaluateGroup().