LibreOffice Module vcl (master) 1
|
#include <dxftblrd.hxx>
Public Member Functions | |
DXFTables () | |
~DXFTables () | |
void | Read (DXFGroupReader &rDGR) |
void | Clear () |
DXFLType * | SearchLType (std::string_view rName) const |
DXFLayer * | SearchLayer (std::string_view rName) const |
DXFVPort * | SearchVPort (std::string_view rName) const |
Private Attributes | |
DXFLType * | pLTypes |
DXFLayer * | pLayers |
DXFStyle * | pStyles |
DXFVPort * | pVPorts |
Definition at line 146 of file dxftblrd.hxx.
DXFTables::DXFTables | ( | ) |
DXFTables::~DXFTables | ( | ) |
Definition at line 263 of file dxftblrd.cxx.
References Clear().
void DXFTables::Clear | ( | ) |
Definition at line 321 of file dxftblrd.cxx.
References pLayers, pLTypes, pStyles, DXFLType::pSucc, DXFLayer::pSucc, DXFStyle::pSucc, DXFVPort::pSucc, and pVPorts.
Referenced by DXFRepresentation::Read(), and ~DXFTables().
void DXFTables::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 269 of file dxftblrd.cxx.
References DXFGroupReader::GetG(), DXFGroupReader::GetS(), pLayers, pLTypes, pStyles, DXFLType::pSucc, DXFLayer::pSucc, DXFStyle::pSucc, DXFVPort::pSucc, pVPorts, DXFGroupReader::Read(), DXFLType::Read(), DXFLayer::Read(), DXFStyle::Read(), and DXFVPort::Read().
Referenced by DXFRepresentation::Read().
DXFLayer * DXFTables::SearchLayer | ( | std::string_view | rName | ) | const |
Definition at line 361 of file dxftblrd.cxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::DrawDimensionEntity(), DXF2GDIMetaFile::DrawInsertEntity(), DXF2GDIMetaFile::GetEntityColor(), and DXF2GDIMetaFile::GetEntityDXFLineInfo().
DXFLType * DXFTables::SearchLType | ( | std::string_view | rName | ) | const |
Definition at line 351 of file dxftblrd.cxx.
Referenced by DXF2GDIMetaFile::LTypeToDXFLineInfo().
DXFVPort * DXFTables::SearchVPort | ( | std::string_view | rName | ) | const |
Definition at line 371 of file dxftblrd.cxx.
Referenced by DXF2GDIMetaFile::Convert().
|
private |
Definition at line 149 of file dxftblrd.hxx.
Referenced by Clear(), DXFTables(), Read(), and SearchLayer().
|
private |
Definition at line 148 of file dxftblrd.hxx.
Referenced by Clear(), DXFTables(), Read(), and SearchLType().
|
private |
Definition at line 150 of file dxftblrd.hxx.
Referenced by Clear(), DXFTables(), and Read().
|
private |
Definition at line 151 of file dxftblrd.hxx.
Referenced by Clear(), DXFTables(), Read(), and SearchVPort().