![]() |
KiCad PCB EDA Suite
|
#include <lib_symbol.h>
#include <collector.h>
#include <dialogs/dialog_schematic_find.h>
#include <sch_item.h>
Go to the source code of this file.
Classes | |
class | EE_COLLECTOR |
EE_COLLECTOR. More... | |
Functions | |
void | CollectOtherUnits (const wxString &thisRef, int thisUnit, SCH_SHEET_PATH &aSheet, std::vector< SCH_COMPONENT * > *otherUnits) |
void CollectOtherUnits | ( | const wxString & | thisRef, |
int | thisUnit, | ||
SCH_SHEET_PATH & | aSheet, | ||
std::vector< SCH_COMPONENT * > * | otherUnits | ||
) |
Definition at line 234 of file ee_collectors.cpp.
References SCH_REFERENCE_LIST::GetCount(), SCH_REFERENCE::GetRef(), SCH_REFERENCE::GetSymbol(), SCH_SHEET_PATH::GetSymbols(), and SCH_REFERENCE::GetUnit().
Referenced by DIALOG_SYMBOL_PROPERTIES::TransferDataFromWindow(), and DIALOG_SCH_EDIT_ONE_FIELD::UpdateField().