|
LibreOffice Module vcl (master) 1
|
#include <dxfblkrd.hxx>
Public Member Functions | |
| DXFBlock () | |
| ~DXFBlock () | |
| void | Read (DXFGroupReader &rDGR) |
Public Member Functions inherited from DXFEntities | |
| DXFEntities () | |
| ~DXFEntities () | |
| void | Read (DXFGroupReader &rDGR) |
| void | Clear () |
Public Attributes | |
| DXFBlock * | pSucc |
| OString | m_sName |
| OString | m_sAlsoName |
| tools::Long | nFlags |
| DXFVector | aBasePoint |
| OString | m_sXRef |
Public Attributes inherited from DXFEntities | |
| DXFBasicEntity * | pFirst |
| bool | mbBeingDrawn |
Definition at line 32 of file dxfblkrd.hxx.
| DXFBlock::DXFBlock | ( | ) |
Definition at line 27 of file dxfblkrd.cxx.
| DXFBlock::~DXFBlock | ( | ) |
Definition at line 34 of file dxfblkrd.cxx.
| void DXFBlock::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 39 of file dxfblkrd.cxx.
References aBasePoint, DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), DXFGroupReader::GetS(), m_sAlsoName, m_sName, m_sXRef, nFlags, DXFGroupReader::Read(), and DXFEntities::Read().
Referenced by DXFBlocks::Read().
| DXFVector DXFBlock::aBasePoint |
Definition at line 43 of file dxfblkrd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::DrawDimensionEntity(), DXF2GDIMetaFile::DrawInsertEntity(), and Read().
| OString DXFBlock::m_sAlsoName |
Definition at line 41 of file dxfblkrd.hxx.
Referenced by Read().
| OString DXFBlock::m_sName |
Definition at line 40 of file dxfblkrd.hxx.
Referenced by Read(), and DXFBlocks::Search().
| OString DXFBlock::m_sXRef |
Definition at line 44 of file dxfblkrd.hxx.
Referenced by Read().
| tools::Long DXFBlock::nFlags |
Definition at line 42 of file dxfblkrd.hxx.
Referenced by Read().
| DXFBlock* DXFBlock::pSucc |
Definition at line 36 of file dxfblkrd.hxx.
Referenced by DXFBlocks::Clear(), DXFBlocks::Read(), and DXFBlocks::Search().