![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|

Data Fields | |
| char * | name |
| GList * | Pin |
| GList * | Via |
| GList * | Pad |
| struct gsvit_net_layer | layer [MAX_LAYER] |
| struct color_struct | color |
| int | colorIndex |
| struct color_struct gsvit_netlist::color |
Definition at line 121 of file gsvit.c.
Referenced by gsvit_alloc_colors(), and gsvit_create_netlist().
Definition at line 122 of file gsvit.c.
Referenced by gsvit_alloc_colors(), gsvit_draw_pcb_arc(), gsvit_draw_pcb_line(), gsvit_fill_pcb_pad(), gsvit_fill_pcb_polygon(), and gsvit_fill_pcb_pv().
| struct gsvit_net_layer gsvit_netlist::layer[MAX_LAYER] |
Definition at line 120 of file gsvit.c.
Referenced by gsvit_build_net_from_selected(), gsvit_destroy_netlist(), gsvit_lookup_net_from_arc(), gsvit_lookup_net_from_line(), and gsvit_lookup_net_from_polygon().
| char* gsvit_netlist::name |
Definition at line 116 of file gsvit.c.
Referenced by gsvit_create_netlist(), and gsvit_write_xcentroids().
| GList* gsvit_netlist::Pad |
Definition at line 119 of file gsvit.c.
Referenced by gsvit_build_net_from_selected(), and gsvit_destroy_netlist().
| GList* gsvit_netlist::Pin |
Definition at line 117 of file gsvit.c.
Referenced by gsvit_build_net_from_selected(), and gsvit_destroy_netlist().
| GList* gsvit_netlist::Via |
Definition at line 118 of file gsvit.c.
Referenced by gsvit_build_net_from_selected(), and gsvit_destroy_netlist().