libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of a tables section. More...
#include <tables.h>
Data Fields | |
int | max_table_entries |
struct DxfAppid * | appids |
struct DxfBlockRecord * | block_records |
struct DxfDimStyle * | dimstyles |
struct DxfLayer * | layers |
struct DxfLType * | ltypes |
struct DxfStyle * | styles |
struct DxfUcs * | ucss |
struct DxfView * | views |
struct DxfVPort * | vports |
Maximum number of table entries that may follow.
Group code = 70.
Definition at line 73 of file tables.h.
Referenced by dxf_tables_init().
struct DxfAppid* dxf_tables::appids |
Pointer to the first APPID
symbol table entry.
Definition at line 75 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
Pointer to the first BLOCK_RECORD
symbol table entry.
Definition at line 77 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfDimStyle* dxf_tables::dimstyles |
Pointer to the first DIMSTYLE
symbol table entry.
Definition at line 79 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfLayer* dxf_tables::layers |
Pointer to the first LAYER
symbol table entry.
Definition at line 81 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfLType* dxf_tables::ltypes |
Pointer to the first LTYPE
symbol table entry.
Definition at line 83 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfStyle* dxf_tables::styles |
Pointer to the first STYLE
symbol table entry.
Definition at line 85 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfUcs* dxf_tables::ucss |
Pointer to the first UCS
symbol table entry.
Definition at line 87 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfView* dxf_tables::views |
Pointer to the first VIEW
symbol table entry.
Definition at line 89 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().
struct DxfVPort* dxf_tables::vports |
Pointer to the first VPORT
symbol table entry.
Definition at line 91 of file tables.h.
Referenced by dxf_tables_free(), and dxf_tables_init().