libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD dictionaryvar object (DICTIONARYVAR
).
More...
#include <dictionaryvar.h>
Data Fields | |
int | id_code |
char * | dictionary_owner_soft |
char * | dictionary_owner_hard |
char * | value |
char * | object_schema_number |
struct DxfDictionaryVar * | next |
DXF definition of an AutoCAD dictionaryvar object (DICTIONARYVAR
).
Definition at line 59 of file dictionaryvar.h.
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.
Definition at line 64 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_get_id_code(), dxf_dictionaryvar_read(), dxf_dictionaryvar_set_id_code(), and dxf_dimension_set_id_code().
Soft-pointer ID/handle to owner dictionary (optional).
Group code = 330.
Definition at line 69 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_get_dictionary_owner_soft(), dxf_dictionaryvar_read(), and dxf_dictionaryvar_set_dictionary_owner_soft().
Hard owner ID/handle to owner dictionary (optional).
Group code = 360.
Definition at line 72 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_get_dictionary_owner_hard(), dxf_dictionaryvar_read(), and dxf_dictionaryvar_set_dictionary_owner_hard().
Value of variable.
Group code = 1.
Definition at line 76 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_get_value(), dxf_dictionaryvar_read(), and dxf_dictionaryvar_set_value().
Object schema number (currently set to 0).
Group code = 280.
Definition at line 79 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_get_object_schema_number(), dxf_dictionaryvar_read(), and dxf_dictionaryvar_set_object_schema_number().
Pointer to the next DxfDictionaryVar.
NULL
in the last DxfDictionaryVar.
Definition at line 81 of file dictionaryvar.h.
Referenced by dxf_dictionaryvar_free_chain(), dxf_dictionaryvar_get_last(), dxf_dictionaryvar_get_next(), and dxf_dictionaryvar_set_next().