30 wxASSERT( wxThread::IsMain() );
41 isBus = connection->
IsBus();
46 aList.emplace_back(
_(
"Resolved Netclass" ),
const wxString GetHumanReadableName() const
Gets the consolidated name of this netclass (which may be an aggregate).
Each graphical item can have a SCH_CONNECTION describing its logical connection (to a bus or net).
wxString Name(bool aIgnoreSheet=false) const
void AppendInfoToMsgPanel(std::vector< MSG_PANEL_ITEM > &aList) const
Adds information about the connection object to aList.
Base class for any item which can be embedded within the SCHEMATIC container class,...
std::shared_ptr< NETCLASS > GetEffectiveNetClass(const SCH_SHEET_PATH *aSheet=nullptr) const
SCH_CONNECTION * Connection(const SCH_SHEET_PATH *aSheet=nullptr) const
Retrieve the connection associated with this object in the given sheet.
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
Message panel definition file.
std::optional< wxString > 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.
wxString UnescapeString(const wxString &aSource)