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

#include <dxfentrd.hxx>

Inheritance diagram for DXFArcEntity:
[legend]
Collaboration diagram for DXFArcEntity:
[legend]

Public Member Functions

 DXFArcEntity ()
 
- Public Member Functions inherited from DXFBasicEntity
virtual ~DXFBasicEntity ()
 
void Read (DXFGroupReader &rDGR)
 

Public Attributes

DXFVector aP0
 
double fRadius
 
double fStart
 
double fEnd
 
- Public Attributes inherited from DXFBasicEntity
DXFBasicEntitypSucc
 
DXFEntityType eType
 
OString m_sLayer
 
OString m_sLineType
 
double fThickness
 
tools::Long nColor
 
tools::Long nSpace
 
DXFVector aExtrusion
 

Protected Member Functions

virtual void EvaluateGroup (DXFGroupReader &rDGR) override
 
- Protected Member Functions inherited from DXFBasicEntity
 DXFBasicEntity (DXFEntityType eThisType)
 
virtual void EvaluateGroup (DXFGroupReader &rDGR)
 

Detailed Description

Definition at line 136 of file dxfentrd.hxx.

Constructor & Destructor Documentation

◆ DXFArcEntity()

DXFArcEntity::DXFArcEntity ( )

Definition at line 121 of file dxfentrd.cxx.

References fEnd, fRadius, and fStart.

Member Function Documentation

◆ EvaluateGroup()

void DXFArcEntity::EvaluateGroup ( DXFGroupReader rDGR)
overrideprotectedvirtual

Member Data Documentation

◆ aP0

DXFVector DXFArcEntity::aP0

Definition at line 140 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawArcEntity(), and EvaluateGroup().

◆ fEnd

double DXFArcEntity::fEnd

Definition at line 143 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().

◆ fRadius

double DXFArcEntity::fRadius

Definition at line 141 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().

◆ fStart

double DXFArcEntity::fStart

Definition at line 142 of file dxfentrd.hxx.

Referenced by DXF2GDIMetaFile::DrawArcEntity(), DXFArcEntity(), and EvaluateGroup().


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