LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFInsertEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
tools::Long | nAttrFlag |
OString | m_sName |
DXFVector | aP0 |
double | fXScale |
double | fYScale |
double | fZScale |
double | fRotAngle |
tools::Long | nColCount |
tools::Long | nRowCount |
double | fColSpace |
double | fRowSpace |
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 225 of file dxfentrd.hxx.
DXFInsertEntity::DXFInsertEntity | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 268 of file dxfentrd.cxx.
References aP0, DXFBasicEntity::EvaluateGroup(), fColSpace, fRotAngle, fRowSpace, DXFVector::fx, fXScale, DXFVector::fy, fYScale, DXFVector::fz, fZScale, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), DXFGroupReader::GetS(), m_sName, nAttrFlag, nColCount, and nRowCount.
DXFVector DXFInsertEntity::aP0 |
Definition at line 231 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fColSpace |
Definition at line 238 of file dxfentrd.hxx.
Referenced by DXFInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fRotAngle |
Definition at line 235 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), DXFInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fRowSpace |
Definition at line 239 of file dxfentrd.hxx.
Referenced by DXFInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fXScale |
Definition at line 232 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), DXFInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fYScale |
Definition at line 233 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), DXFInsertEntity(), and EvaluateGroup().
double DXFInsertEntity::fZScale |
Definition at line 234 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), DXFInsertEntity(), and EvaluateGroup().
OString DXFInsertEntity::m_sName |
Definition at line 230 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawInsertEntity(), and EvaluateGroup().
tools::Long DXFInsertEntity::nAttrFlag |
Definition at line 229 of file dxfentrd.hxx.
Referenced by DXFInsertEntity(), and EvaluateGroup().
tools::Long DXFInsertEntity::nColCount |
Definition at line 236 of file dxfentrd.hxx.
Referenced by DXFInsertEntity(), and EvaluateGroup().
tools::Long DXFInsertEntity::nRowCount |
Definition at line 237 of file dxfentrd.hxx.
Referenced by DXFInsertEntity(), and EvaluateGroup().