12#ifndef KICAD_PCB_NETLIST_UTILS_H
13#define KICAD_PCB_NETLIST_UTILS_H
27 bool aKeepUuid =
false );
Information pertinent to a Pcbnew printed circuit board.
A logical library item identifier and consists of various portions much like a URI.
Store information read from a netlist along with the flags used to update the NETLIST in the BOARD.
A pure virtual class used to derive REPORTER objects from.
void LoadNetlistFootprints(BOARD *aBoard, NETLIST &aNetlist, REPORTER &aReporter)
Load the footprints for each #SCH_COMPONENT in aNetlist from the list of libraries.
FOOTPRINT * LoadFootprintFromProject(BOARD *aBoard, const LIB_ID &aFootprintId, bool aKeepUuid=false)
Load a footprint from the project library table and apply board default settings.