LibreOffice Module vcl (master) 1
|
#include <dxftblrd.hxx>
Public Member Functions | |
DXFLType () | |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
DXFLType * | pSucc |
OString | m_sName |
tools::Long | nFlags |
OString | m_sDescription |
tools::Long | nDashCount |
double | fPatternLength |
double | fDash [DXF_MAX_DASH_COUNT] |
Definition at line 35 of file dxftblrd.hxx.
DXFLType::DXFLType | ( | ) |
Definition at line 25 of file dxftblrd.cxx.
void DXFLType::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 34 of file dxftblrd.cxx.
References DXF_MAX_DASH_COUNT, fDash, fPatternLength, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), DXFGroupReader::GetS(), m_sDescription, m_sName, nDashCount, nFlags, DXFGroupReader::Read(), and DXFGroupReader::SetError().
Referenced by DXFTables::Read().
double DXFLType::fDash[DXF_MAX_DASH_COUNT] |
Definition at line 46 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::LTypeToDXFLineInfo(), and Read().
double DXFLType::fPatternLength |
Definition at line 45 of file dxftblrd.hxx.
Referenced by Read().
OString DXFLType::m_sDescription |
Definition at line 43 of file dxftblrd.hxx.
Referenced by Read().
OString DXFLType::m_sName |
Definition at line 41 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFLType::nDashCount |
Definition at line 44 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::LTypeToDXFLineInfo(), and Read().
tools::Long DXFLType::nFlags |
Definition at line 42 of file dxftblrd.hxx.
Referenced by Read().
DXFLType* DXFLType::pSucc |
Definition at line 39 of file dxftblrd.hxx.
Referenced by DXFTables::Clear(), and DXFTables::Read().