pcb 4.1.1
An interactive printed circuit board layout editor.
|
Holds a connection. More...
#include <global.h>
Data Fields | |
Coord | X |
Coord | Y |
long int | type |
void * | ptr1 |
void * | ptr2 |
Cardinal | group |
LibraryMenuType * | menu |
The layer group of the connection.
Definition at line 890 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().
The netmenu this *SHOULD* belong to.
Definition at line 891 of file global.h.
Referenced by GatherSubnets(), and ProcNetlist().
void* ConnectionType::ptr1 |
The object of the connection.
Definition at line 888 of file global.h.
Referenced by FindPad(), GatherSubnets(), gsvit_create_netlist(), nbcb_select_common(), netlist_select_cb(), padDX(), ProcNetlist(), smartdisperse(), toggle_pin_selected(), and UpdateXY().
void* ConnectionType::ptr2 |
The object of the connection.
Definition at line 889 of file global.h.
Referenced by DrawShortestRats(), FindPad(), GatherSubnets(), gsvit_create_netlist(), nbcb_select_common(), netlist_select_cb(), node_selection_changed_cb(), padDX(), pin_name_to_xy(), ProcNetlist(), ReportNetLengthByName(), toggle_pin_selected(), and UpdateXY().
long int ConnectionType::type |
Type of object in ptr1 - 3.
Definition at line 887 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), gsvit_create_netlist(), nbcb_select_common(), netlist_select_cb(), node_selection_changed_cb(), pin_name_to_xy(), ProcNetlist(), ReportNetLengthByName(), toggle_pin_selected(), and UpdateXY().
Coordinate of connection (X value).
Definition at line 885 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().
Coordinate of connection (Y value).
Definition at line 886 of file global.h.
Referenced by ComputeCost(), DrawShortestRats(), FindPad(), GatherSubnets(), and UpdateXY().