![]() |
KiCad PCB EDA Suite
|
#include <kiface_i.h>
#include <kiway_express.h>
#include <eda_dde.h>
#include <connection_graph.h>
#include <sch_symbol.h>
#include <schematic.h>
#include <reporter.h>
#include <kicad_string.h>
#include <netlist_exporters/netlist_exporter_kicad.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include <tools/ee_actions.h>
#include <tools/reannotate.h>
#include <tools/sch_editor_control.h>
#include <advanced_config.h>
#include <netclass.h>
Go to the source code of this file.
Functions | |
std::string | FormatProbeItem (EDA_ITEM *aItem, SCH_COMPONENT *aSymbol) |
std::string FormatProbeItem | ( | EDA_ITEM * | aItem, |
SCH_COMPONENT * | aSymbol | ||
) |
Definition at line 372 of file eeschema/cross-probing.cpp.
References KIID::AsString(), SCH_COMPONENT::GetField(), SCH_PIN::GetNumber(), EDA_ITEM::GetParent(), SCH_PIN::GetParentSymbol(), EDA_TEXT::GetText(), EDA_ITEM::m_Uuid, REFERENCE_FIELD, SCH_COMPONENT_T, SCH_FIELD_T, SCH_PIN_T, SCH_SHEET_T, StrPrintf(), TO_UTF8, and EDA_ITEM::Type().
Referenced by SCH_EDIT_FRAME::SendMessageToPCBNEW().