| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| class | NETLIST_EXPORTER_XML | 
| Generate a generic XML based netlist file.  More... | |
Macros | |
| #define | GENERIC_INTERMEDIATE_NETLIST_EXT wxT( "xml" ) | 
| #define | GNL_ALL ( GNL_LIBRARIES | GNL_SYMBOLS | GNL_PARTS | GNL_HEADER | GNL_NETS ) | 
Enumerations | |
| enum | GNL_T {  GNL_LIBRARIES = 1 << 0 , GNL_SYMBOLS = 1 << 1 , GNL_PARTS = 1 << 2 , GNL_HEADER = 1 << 3 , GNL_NETS = 1 << 4 , GNL_OPT_KICAD = 1 << 5 , GNL_OPT_BOM = 1 << 6 }  | 
| A set of bits which control the totality of the tree built by makeRoot()  More... | |
| #define GENERIC_INTERMEDIATE_NETLIST_EXT wxT( "xml" ) | 
Definition at line 38 of file netlist_exporter_xml.h.
Referenced by SCH_EDIT_FRAME::WriteNetListFile().
| #define GNL_ALL ( GNL_LIBRARIES | GNL_SYMBOLS | GNL_PARTS | GNL_HEADER | GNL_NETS ) | 
Definition at line 80 of file netlist_exporter_xml.h.
Referenced by SCH::generateSchematicNetlist(), SCH_EDIT_FRAME::KiwayMailIn(), DIALOG_BOM::OnRunGenerator(), SCH_EDIT_FRAME::sendNetlistToCvpcb(), NETLIST_EXPORTER_KICAD::WriteNetlist(), and NETLIST_EXPORTER_XML::WriteNetlist().
| enum GNL_T | 
A set of bits which control the totality of the tree built by makeRoot()
| Enumerator | |
|---|---|
| GNL_LIBRARIES | |
| GNL_SYMBOLS | |
| GNL_PARTS | |
| GNL_HEADER | |
| GNL_NETS | |
| GNL_OPT_KICAD | |
| GNL_OPT_BOM | |
Definition at line 43 of file netlist_exporter_xml.h.