KiCad PCB EDA Suite
|
#include <wx/log.h>
#include <core/profile.h>
#include <tool/tool_manager.h>
#include <kiface_base.h>
#include <sch_edit_frame.h>
#include <sch_bus_entry.h>
#include <sch_line.h>
#include <sch_junction.h>
#include <sch_no_connect.h>
#include <sch_sheet_pin.h>
#include <schematic.h>
#include <string_utils.h>
#include <trace_helpers.h>
#include <connection_graph.h>
#include <widgets/wx_aui_utils.h>
#include <tools/ee_actions.h>
Go to the source code of this file.
Functions | |
static wxString | GetNetNavigatorItemText (const SCH_ITEM *aItem, const SCH_SHEET_PATH &aSheetPath, UNITS_PROVIDER *aUnitsProvider) |
|
static |
Definition at line 41 of file net_navigator.cpp.
References _, SCH_BUS_ENTRY_BASE::GetEnd(), SCH_LINE::GetEndPoint(), SCH_ITEM::GetLayer(), SCH_BUS_ENTRY_BASE::GetPosition(), SCH_JUNCTION::GetPosition(), SCH_NO_CONNECT::GetPosition(), SCH_TEXT::GetPosition(), SCH_LINE::GetStartPoint(), EDA_TEXT::GetText(), LAYER_BUS, LAYER_WIRE, UNITS_PROVIDER::MessageTextFromValue(), pin, SCH_BUS_BUS_ENTRY_T, SCH_BUS_WIRE_ENTRY_T, SCH_DIRECTIVE_LABEL_T, SCH_GLOBAL_LABEL_T, SCH_HIER_LABEL_T, SCH_JUNCTION_T, SCH_LABEL_T, SCH_LINE_T, SCH_NO_CONNECT_T, SCH_PIN_T, SCH_SHEET_PIN_T, EDA_ITEM::Type(), UnescapeString(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by SCH_EDIT_FRAME::MakeNetNavigatorNode().