KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
static bool | ByFPID (const COMPONENT &ref, const COMPONENT &cmp) |
A helper function used to sort the component list used by loadNewModules. More... | |
bool | operator< (const COMPONENT &item1, const COMPONENT &item2) |
Compare two COMPONENT objects by reference designator. More... | |
A helper function used to sort the component list used by loadNewModules.
Definition at line 204 of file pcb_netlist.cpp.
References COMPONENT::GetFPID().
Referenced by NETLIST::SortByFPID().
Compare two COMPONENT objects by reference designator.
Definition at line 219 of file pcb_netlist.cpp.
References COMPONENT::GetReference(), and StrNumCmp().