KiCad PCB EDA Suite
|
#include <algorithm>
#include <confirm.h>
#include <reporter.h>
#include <sch_edit_frame.h>
#include <schematic.h>
#include <sch_commit.h>
#include <erc/erc_settings.h>
#include <sch_reference_list.h>
#include <symbol_library.h>
#include <tools/ee_selection.h>
#include <tools/ee_selection_tool.h>
#include <tool/tool_manager.h>
#include <dialog_erc.h>
Go to the source code of this file.
Functions | |
std::unordered_set< SCH_SYMBOL * > | getInferredSymbols (const EE_SELECTION &aSelection) |
std::unordered_set< SCH_SYMBOL * > getInferredSymbols | ( | const EE_SELECTION & | aSelection | ) |
Definition at line 181 of file annotate.cpp.
References SCH_FIELD::GetId(), EDA_ITEM::GetParent(), REFERENCE_FIELD, SCH_FIELD_T, SCH_SYMBOL_T, and EDA_ITEM::Type().
Referenced by SCH_EDIT_FRAME::AnnotateSymbols(), and SCH_EDIT_FRAME::CheckAnnotate().