26#ifndef NETLIST_EXPORTER_CADSTAR_H
27#define NETLIST_EXPORTER_CADSTAR_H
46 bool WriteNetlist(
const wxString& aOutFileName,
unsigned aNetlistOptions )
override;
An abstract class used for the netlist exporters that Eeschema supports.
Generate a netlist compatible with CADSTAR.
NETLIST_EXPORTER_CADSTAR(SCHEMATIC *aSchematic)
bool writeListOfNets(FILE *f)
Write a net list (ranked by Netcode), and pins connected to it.
bool WriteNetlist(const wxString &aOutFileName, unsigned aNetlistOptions) override
Write to specified output file.
Holds all the data relating to one schematic.