|
KiCad PCB EDA Suite
|
#include <diff_merge/sym_item_diff.h>#include <diff_merge/property_diff.h>#include <lib_symbol.h>#include <sch_field.h>#include <sch_item.h>#include <sch_pin.h>#include <map>#include <set>Go to the source code of this file.
Namespaces | |
| namespace | KICAD_DIFF |
Functions | |
| std::vector< SYM_ELEMENT > | KICAD_DIFF::DiffSymbolElements (const LIB_SYMBOL *aBefore, const LIB_SYMBOL *aAfter) |
| Compares the elements of two library symbols. | |