pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <toporouter.h>
Data Fields | |
GPtrArray * | clusters |
GPtrArray * | routes |
char * | netlist |
char * | style |
GList * | routed |
struct _toporouter_netlist_t * | pair |
Definition at line 308 of file toporouter.h.
GPtrArray* _toporouter_netlist_t::clusters |
Definition at line 309 of file toporouter.h.
Referenced by cluster_create(), cluster_merge(), cluster_vertices(), netlist_create(), netlist_recalculate(), netlists_rollback(), and print_netlist().
Definition at line 310 of file toporouter.h.
Referenced by constraint_netlist(), netlist_create(), oproute_rubberband(), print_cluster(), print_netlist(), print_vertex(), and vertex_netlist().
Definition at line 313 of file toporouter.h.
Referenced by netlist_create(), route(), and toporouter_set_pair().
Definition at line 311 of file toporouter.h.
Referenced by netlist_create(), and netlist_recalculate().
GPtrArray * _toporouter_netlist_t::routes |
Definition at line 309 of file toporouter.h.
Referenced by import_route(), and netlist_create().
char * _toporouter_netlist_t::style |
Definition at line 310 of file toporouter.h.
Referenced by cluster_keepaway(), cluster_thickness(), netlist_create(), oproute_rubberband(), and print_cluster().