| 
    KiCad PCB EDA Suite
    
   | 
 
#include <algorithm>#include <confirm.h>#include <project/project_file.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 <tools/sch_selection.h>#include <tools/sch_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 SCH_SELECTION &aSelection) | 
| std::unordered_set< SCH_SYMBOL * > getInferredSymbols | ( | const SCH_SELECTION & | aSelection | ) | 
Definition at line 181 of file annotate.cpp.
References SCH_FIELD::GetId(), EDA_ITEM::GetParent(), REFERENCE, SCH_FIELD_T, SCH_SYMBOL_T, and EDA_ITEM::Type().
Referenced by SCH_EDIT_FRAME::AnnotateSymbols(), and SCH_EDIT_FRAME::CheckAnnotate().