pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <global.h>
Data Fields | |
char * | Name |
char * | directory |
char * | Style |
Cardinal | EntryN |
Cardinal | EntryMax |
LibraryEntryType * | Entry |
char | flag |
char | internal |
If the internal flag is set, the only field that is valid is Name, and the struct is allocated with malloc instead of CreateLibraryEntry. These "internal" entries are used for electrical paths that aren't yet assigned to a real net.
Directory name library elements are from.
Definition at line 543 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), LoadFootprintByName(), make_footprint_hash(), ReadLibraryContents(), and UndoNetlistChange().
The entries.
Definition at line 547 of file global.h.
Referenced by ActionDumpLibrary(), ActionRenumber(), AddNetlistLibToUndoList(), GetLibraryEntryMemory(), gsvit_create_netlist(), gsvit_write_xnets(), hunt_named_node(), libnode_select(), LoadFootprintByName(), make_footprint_hash(), nbcb_select_common(), nelma_write_layer(), nelma_write_nets(), nelma_write_objects(), Netlist(), netlist_add(), netlist_clear(), netlist_find(), netlist_select(), netlist_select_cb(), netnode_browse(), netnode_to_netname(), node_get_node_from_name_helper(), pick_net(), ReportAllNetLengths(), ReportNetLength(), ReportNetLengthByName(), sort_library(), UndoNetlistChange(), and WritePCBNetlistData().
Number of reserved memory locations.
Definition at line 546 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), and GetLibraryEntryMemory().
Number of objects.
Definition at line 545 of file global.h.
Referenced by ActionDumpLibrary(), ActionRenumber(), AddNetlistLibToUndoList(), GetLibraryEntryMemory(), gsvit_create_netlist(), gsvit_write_xnets(), hunt_named_node(), LoadFootprintByName(), make_footprint_hash(), nbcb_select_common(), nelma_write_layer(), nelma_write_nets(), nelma_write_objects(), Netlist(), netlist_add(), netlist_clear(), netlist_select_cb(), netnode_to_netname(), node_get_node_from_name_helper(), pick_net(), ReportNetLength(), sort_library(), UndoNetlistChange(), and WritePCBNetlistData().
Used by the netlist window to enable/disable nets.
Definition at line 548 of file global.h.
Referenced by ActionDumpLibrary(), AddNet(), CreateNewNet(), nbcb_rat_off(), nbcb_rat_on(), net_selection_double_click_cb(), netlist_disable_all_cb(), netlist_norats(), netlist_rats(), netlist_select(), and ReadNetlist().
char* LibraryMenuType::Name |
Name of the menu entry.
Definition at line 542 of file global.h.
Referenced by ActionDumpLibrary(), AddNet(), AddNetlistLibToUndoList(), CheckShorts(), CreateNewNet(), define_pcb_net(), gsvit_create_netlist(), gsvit_write_xnets(), IPCD356_Netlist(), IPCD356_WriteAliases(), LesstifNetlistChanged(), LesstifNetlistShow(), LibraryChanged(), LoadFootprintByName(), nbcb_find(), nbcb_rat_off(), nbcb_rat_on(), nelma_write_nets(), Netlist(), netlist_add(), netlist_find_cb(), netlist_norats(), netlist_rats(), netlist_select(), netlist_sort(), netname_to_netname(), ReadLibraryContents(), ReadNetlist(), ReportAllNetLengths(), ReportNetLength(), ReportNetLengthByName(), UndoNetlistChange(), and WritePCBNetlistData().
char* LibraryMenuType::Style |
Routing style.
Definition at line 544 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), CreateNewNet(), LoadFootprintByName(), netlist_style(), ReadNetlist(), UndoNetlistChange(), and WritePCBNetlistData().