libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

dxf_drawing_struct Struct Reference

Definition of a DXF drawing. More...

#include <drawing.h>

Collaboration diagram for dxf_drawing_struct:
Collaboration graph
[legend]

Data Fields

struct DxfHeaderheader
struct DxfClassclass_list
struct DxfTablestables_list
struct DxfBlockblock_list
struct DxfEntitiesentities_list
struct DxfObjectobject_list
struct DxfThumbnailthumbnail

Detailed Description

Definition of a DXF drawing.

Definition at line 58 of file drawing.h.


Field Documentation

Header data.

Definition at line 61 of file drawing.h.

Referenced by dxf_drawing_free(), dxf_drawing_get_header(), dxf_drawing_init(), and dxf_drawing_set_header().

Classes section data (single linked list).

Definition at line 63 of file drawing.h.

Referenced by dxf_drawing_free(), dxf_drawing_get_class_list(), dxf_drawing_init(), and dxf_drawing_set_class_list().

Tables section data (single linked list).

Definition at line 65 of file drawing.h.

Referenced by dxf_drawing_get_tables_list(), and dxf_drawing_set_tables_list().

Blocks section data (single linked list).

Definition at line 67 of file drawing.h.

Referenced by dxf_drawing_free(), dxf_drawing_get_block_list(), dxf_drawing_init(), and dxf_drawing_set_block_list().

Entities section data (single linked list).

Definition at line 69 of file drawing.h.

Referenced by dxf_drawing_get_entities_list(), and dxf_drawing_set_entities_list().

Objects section data (single linked list).

Definition at line 71 of file drawing.h.

Referenced by dxf_drawing_free(), dxf_drawing_get_object_list(), dxf_drawing_init(), and dxf_drawing_set_object_list().

Thumbnail data.

Definition at line 73 of file drawing.h.

Referenced by dxf_drawing_free(), dxf_drawing_get_thumbnail(), dxf_drawing_init(), and dxf_drawing_set_thumbnail().


The documentation for this struct was generated from the following file: