LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
DXFTables Class Reference

#include <dxftblrd.hxx>

Collaboration diagram for DXFTables:
[legend]

Public Member Functions

 DXFTables ()
 
 ~DXFTables ()
 
void Read (DXFGroupReader &rDGR)
 
void Clear ()
 
DXFLTypeSearchLType (std::string_view rName) const
 
DXFLayerSearchLayer (std::string_view rName) const
 
DXFVPortSearchVPort (std::string_view rName) const
 

Private Attributes

DXFLTypepLTypes
 
DXFLayerpLayers
 
DXFStylepStyles
 
DXFVPortpVPorts
 

Detailed Description

Definition at line 146 of file dxftblrd.hxx.

Constructor & Destructor Documentation

◆ DXFTables()

DXFTables::DXFTables ( )

Definition at line 254 of file dxftblrd.cxx.

References pLayers, pLTypes, pStyles, and pVPorts.

◆ ~DXFTables()

DXFTables::~DXFTables ( )

Definition at line 263 of file dxftblrd.cxx.

References Clear().

Member Function Documentation

◆ Clear()

void DXFTables::Clear ( )

◆ Read()

void DXFTables::Read ( DXFGroupReader rDGR)

◆ SearchLayer()

DXFLayer * DXFTables::SearchLayer ( std::string_view  rName) const

◆ SearchLType()

DXFLType * DXFTables::SearchLType ( std::string_view  rName) const

Definition at line 351 of file dxftblrd.cxx.

References p, and pLTypes.

Referenced by DXF2GDIMetaFile::LTypeToDXFLineInfo().

◆ SearchVPort()

DXFVPort * DXFTables::SearchVPort ( std::string_view  rName) const

Definition at line 371 of file dxftblrd.cxx.

References p, and pVPorts.

Referenced by DXF2GDIMetaFile::Convert().

Member Data Documentation

◆ pLayers

DXFLayer* DXFTables::pLayers
private

Definition at line 149 of file dxftblrd.hxx.

Referenced by Clear(), DXFTables(), Read(), and SearchLayer().

◆ pLTypes

DXFLType* DXFTables::pLTypes
private

Definition at line 148 of file dxftblrd.hxx.

Referenced by Clear(), DXFTables(), Read(), and SearchLType().

◆ pStyles

DXFStyle* DXFTables::pStyles
private

Definition at line 150 of file dxftblrd.hxx.

Referenced by Clear(), DXFTables(), and Read().

◆ pVPorts

DXFVPort* DXFTables::pVPorts
private

Definition at line 151 of file dxftblrd.hxx.

Referenced by Clear(), DXFTables(), Read(), and SearchVPort().


The documentation for this class was generated from the following files: