_DxfList Struct Reference

Collaboration diagram for _DxfList:

Collaboration graph
[legend]

Detailed Description

List with pcb element header data.

Definition at line 747 of file dxf.c.

Data Fields

char * descr
char * value
int num
StringListrefdes
_DxfListnext


Field Documentation

char* _DxfList::descr
 

description of pcb element.

Definition at line 749 of file dxf.c.

Referenced by dxf_export_xref_file(), and dxf_insert().

struct _DxfList* _DxfList::next
 

pointer to next (unique) element header data.

Definition at line 754 of file dxf.c.

Referenced by dxf_export_xref_file(), and dxf_insert().

int _DxfList::num
 

amount of elements per unique pcb element.

Definition at line 751 of file dxf.c.

Referenced by dxf_insert().

StringList* _DxfList::refdes
 

list of reference designators (refdes's) of pcb elements.

Definition at line 752 of file dxf.c.

Referenced by dxf_insert().

char* _DxfList::value
 

value of pcb element.

Definition at line 750 of file dxf.c.

Referenced by dxf_insert().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 10:25:23 2007 for PCB-DXF-HID by  doxygen 1.4.6