pcb 4.1.1
An interactive printed circuit board layout editor.
|
Structure used by library routines. More...
#include <global.h>
Data Fields | |
char * | ListEntry |
char * | AllocatedMemory |
char * | Template |
char * | Package |
char * | Value |
char * | Description |
Pointer to allocated memory; all others point to parts of the string.
Definition at line 524 of file global.h.
Referenced by AddNetlistLibToUndoList(), libnode_select(), library_window_callback_tree_selection_changed(), LoadFootprintByName(), LoadNewlibFootprintsFromDir(), make_footprint_hash(), ReadLibraryContents(), and UndoNetlistChange().
Some descriptional text.
Definition at line 529 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), LoadFootprintByName(), make_footprint_hash(), ReadLibraryContents(), and UndoNetlistChange().
The string for the selection box.
Definition at line 523 of file global.h.
Referenced by ActionDumpLibrary(), ActionRenumber(), AddNet(), AddNetlistLibToUndoList(), CreateNewConnection(), define_pcb_net(), gsvit_write_xnets(), hunt_named_node(), LoadFootprintByName(), LoadNewlibFootprintsFromDir(), nelma_write_layer(), nelma_write_nets(), nelma_write_object(), Netlist(), netlist_add(), netnode_browse(), netnode_sort(), netnode_to_netname(), node_get_node_from_name_helper(), node_selection_changed_cb(), pick_net(), ReadLibraryContents(), ReadNetlist(), ReportAllNetLengths(), ReportNetLength(), SeekPad(), UndoNetlistChange(), and WritePCBNetlistData().
Package.
Definition at line 527 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), libnode_select(), library_window_callback_tree_selection_changed(), LoadFootprintByName(), ReadLibraryContents(), and UndoNetlistChange().
m4 template name.
Definition at line 526 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), libnode_select(), library_window_callback_tree_selection_changed(), LoadFootprintByName(), LoadNewlibFootprintsFromDir(), make_footprint_hash(), ReadLibraryContents(), and UndoNetlistChange().
char* LibraryEntryType::Value |
The value field.
Definition at line 528 of file global.h.
Referenced by ActionDumpLibrary(), AddNetlistLibToUndoList(), libnode_select(), library_window_callback_tree_selection_changed(), LoadFootprintByName(), ReadLibraryContents(), and UndoNetlistChange().