LibreOffice Module vcl (master) 1
|
#include <dxfblkrd.hxx>
Public Member Functions | |
DXFBlocks () | |
~DXFBlocks () | |
void | Read (DXFGroupReader &rDGR) |
DXFBlock * | Search (std::string_view rName) const |
void | Clear () |
Private Attributes | |
DXFBlock * | pFirst |
Definition at line 58 of file dxfblkrd.hxx.
DXFBlocks::DXFBlocks | ( | ) |
Definition at line 69 of file dxfblkrd.cxx.
References pFirst.
DXFBlocks::~DXFBlocks | ( | ) |
Definition at line 75 of file dxfblkrd.cxx.
References Clear().
void DXFBlocks::Clear | ( | ) |
Definition at line 113 of file dxfblkrd.cxx.
References pFirst, and DXFBlock::pSucc.
Referenced by DXFRepresentation::Read(), and ~DXFBlocks().
void DXFBlocks::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 81 of file dxfblkrd.cxx.
References DXFGroupReader::GetG(), DXFGroupReader::GetS(), pFirst, DXFBlock::pSucc, DXFGroupReader::Read(), and DXFBlock::Read().
Referenced by DXFRepresentation::Read().
DXFBlock * DXFBlocks::Search | ( | std::string_view | rName | ) | const |
Definition at line 103 of file dxfblkrd.cxx.
References DXFBlock::m_sName, pFirst, and DXFBlock::pSucc.
Referenced by DXFRepresentation::CalcBoundingBox(), DXF2GDIMetaFile::DrawDimensionEntity(), and DXF2GDIMetaFile::DrawInsertEntity().
|
private |
Definition at line 60 of file dxfblkrd.hxx.
Referenced by Clear(), DXFBlocks(), Read(), and Search().