libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD comment entity (COMMENT
).
More...
#include <comment.h>
Data Fields | |
int | id_code |
char * | value |
struct DxfComment * | next |
group code = 5
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Definition at line 61 of file comment.h.
Referenced by dxf_comment_get_id_code(), and dxf_comment_set_id_code().
group code = 999
The comment text string.
Definition at line 66 of file comment.h.
Referenced by dxf_comment_get_value(), and dxf_comment_set_value().
struct DxfComment* dxf_comment_struct::next |
pointer to the next DxfComment.
NULL
in the last DxfComment.
Definition at line 68 of file comment.h.
Referenced by dxf_comment_free(), dxf_comment_free_chain(), dxf_comment_get_last(), dxf_comment_get_next(), and dxf_comment_set_next().