LibreOffice Module vcl (master)
1
|
#include "dxfgrprd.hxx"
#include "dxfvec.hxx"
#include <tools/long.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | DXFBasicEntity |
class | DXFLineEntity |
class | DXFPointEntity |
class | DXFCircleEntity |
class | DXFArcEntity |
class | DXFTraceEntity |
class | DXFSolidEntity |
class | DXFTextEntity |
class | DXFShapeEntity |
class | DXFInsertEntity |
class | DXFAttDefEntity |
class | DXFAttribEntity |
class | DXFPolyLineEntity |
class | DXFLWPolyLineEntity |
struct | DXFEdgeType |
struct | DXFEdgeTypeLine |
struct | DXFEdgeTypeCircularArc |
struct | DXFEdgeTypeEllipticalArc |
struct | DXFEdgeTypeSpline |
struct | DXFBoundaryPathData |
class | DXFHatchEntity |
class | DXFVertexEntity |
class | DXFSeqEndEntity |
class | DXF3DFaceEntity |
class | DXFDimensionEntity |
class | DXFEntities |
Enumerations | |
enum | DXFEntityType { DXF_LINE, DXF_POINT, DXF_CIRCLE, DXF_ARC, DXF_TRACE, DXF_SOLID, DXF_TEXT, DXF_SHAPE, DXF_INSERT, DXF_ATTDEF, DXF_ATTRIB, DXF_POLYLINE, DXF_VERTEX, DXF_SEQEND, DXF_3DFACE, DXF_DIMENSION, DXF_LWPOLYLINE, DXF_HATCH } |
enum DXFEntityType |
Definition at line 30 of file dxfentrd.hxx.