LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXFEntities () | |
~DXFEntities () | |
void | Read (DXFGroupReader &rDGR) |
void | Clear () |
Public Attributes | |
DXFBasicEntity * | pFirst |
bool | mbBeingDrawn |
Definition at line 508 of file dxfentrd.hxx.
|
inline |
Definition at line 512 of file dxfentrd.hxx.
|
inline |
Definition at line 518 of file dxfentrd.hxx.
References Clear().
void DXFEntities::Clear | ( | ) |
Definition at line 837 of file dxfentrd.cxx.
References pFirst, and DXFBasicEntity::pSucc.
Referenced by DXFRepresentation::Read(), and ~DXFEntities().
void DXFEntities::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 792 of file dxfentrd.cxx.
References DXFGroupReader::GetG(), DXFGroupReader::GetS(), pE, pFirst, and DXFGroupReader::Read().
Referenced by DXFBlock::Read(), and DXFRepresentation::Read().
|
mutable |
Definition at line 524 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawEntities().
DXFBasicEntity* DXFEntities::pFirst |
Definition at line 523 of file dxfentrd.hxx.
Referenced by DXFRepresentation::CalcBoundingBox(), Clear(), DXF2GDIMetaFile::CountEntities(), DXF2GDIMetaFile::DrawEntities(), and Read().