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

#include <dxfblkrd.hxx>

Collaboration diagram for DXFBlocks:
[legend]

Public Member Functions

 DXFBlocks ()
 
 ~DXFBlocks ()
 
void Read (DXFGroupReader &rDGR)
 
DXFBlockSearch (std::string_view rName) const
 
void Clear ()
 

Private Attributes

DXFBlockpFirst
 

Detailed Description

Definition at line 58 of file dxfblkrd.hxx.

Constructor & Destructor Documentation

◆ DXFBlocks()

DXFBlocks::DXFBlocks ( )

Definition at line 69 of file dxfblkrd.cxx.

References pFirst.

◆ ~DXFBlocks()

DXFBlocks::~DXFBlocks ( )

Definition at line 75 of file dxfblkrd.cxx.

References Clear().

Member Function Documentation

◆ Clear()

void DXFBlocks::Clear ( )

Definition at line 113 of file dxfblkrd.cxx.

References pFirst, and DXFBlock::pSucc.

Referenced by DXFRepresentation::Read(), and ~DXFBlocks().

◆ Read()

void DXFBlocks::Read ( DXFGroupReader rDGR)

◆ Search()

DXFBlock * DXFBlocks::Search ( std::string_view  rName) const

Member Data Documentation

◆ pFirst

DXFBlock* DXFBlocks::pFirst
private

Definition at line 60 of file dxfblkrd.hxx.

Referenced by Clear(), DXFBlocks(), Read(), and Search().


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