|
KiCad PCB EDA Suite
|
#include <optional>#include <vector>#include <wx/string.h>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
Functions | |
| std::optional< wxString > | SCH_CONNECTIVITY::AppendConnectionInfo (const SCH_ITEM &aItem, std::vector< MSG_PANEL_ITEM > &aList, const SCH_SHEET_PATH *aPath=nullptr) |
| Append connection details; return its name for a signal, or no value for a bus/missing row. | |