libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an object id. More...
#include <object_id.h>
Data Fields | |
int | group_code |
char * | data |
int | length |
struct DxfObjectId * | next |
DXF definition of an object id.
Definition at line 50 of file object_id.h.
Group code of the id.
Group code can be 330 or 340 or 350 or 360.
Definition at line 54 of file object_id.h.
Referenced by dxf_object_id_get_group_code(), and dxf_object_id_set_group_code().
Pointer to the id.
Definition at line 57 of file object_id.h.
Referenced by dxf_acad_proxy_entity_read(), dxf_object_id_free(), dxf_object_id_get_data(), dxf_object_id_init(), and dxf_object_id_set_data().
Length of the data member.
Definition at line 59 of file object_id.h.
Referenced by dxf_object_id_get_length(), and dxf_object_id_set_length().
Pointer to the next DxfObjectId.
NULL
in the last DxfObjectId.
Definition at line 60 of file object_id.h.
Referenced by dxf_acad_proxy_entity_read(), dxf_object_id_free(), dxf_object_id_free_chain(), dxf_object_id_get_last(), dxf_object_id_get_next(), dxf_object_id_init(), and dxf_object_id_set_next().