26#ifndef NETLIST_EXPORTER_KICAD_H 
   27#define NETLIST_EXPORTER_KICAD_H 
   50    bool WriteNetlist( 
const wxString& aOutFileName, 
unsigned aNetlistOptions,
 
 
void Format(OUTPUTFORMATTER *aOutputFormatter, int aCtl)
Output this s-expression netlist into aOutputFormatter.
 
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions, REPORTER &aReporter) override
Write netlist to aOutFileName.
 
NETLIST_EXPORTER_KICAD(SCHEMATIC *aSchematic)
 
NETLIST_EXPORTER_XML(SCHEMATIC *aSchematic)
 
A pure virtual class used to derive REPORTER objects from.
 
Holds all the data relating to one schematic.