|
KiCad PCB EDA Suite
|
#include <conn_facade.h>
Public Member Functions | |
| NODE_ID | Component () const |
| KIID_PATH | Instance () const |
| wxString | Name (bool aIgnoreSheet=false) const |
| bool | IsBus () const |
| bool | IsNet () const |
| SCH_ITEM * | Driver () const |
| KIID_PATH | Sheet () const |
| BUS_MEMBERS | Members () const |
| std::vector< SCH_ITEM * > | Items () const |
Private Member Functions | |
| NET_VIEW (std::weak_ptr< const FACADE_STATE > aState, NODE_ID aComponent, INST_ID aInstance) | |
Private Attributes | |
| std::weak_ptr< const FACADE_STATE > | m_state |
| NODE_ID | m_component |
| INST_ID | m_instance |
Friends | |
| class | FACADE |
| struct | FACADE_STATE |
Definition at line 68 of file conn_facade.h.
|
inlineprivate |
Definition at line 87 of file conn_facade.h.
References m_component, m_instance, m_state, and move.
|
inline |
Definition at line 71 of file conn_facade.h.
References m_component.
| SCH_ITEM * SCH_CONNECTIVITY::NET_VIEW::Driver | ( | ) | const |
Definition at line 1357 of file conn_facade.cpp.
References m_component, m_instance, and m_state.
| KIID_PATH SCH_CONNECTIVITY::NET_VIEW::Instance | ( | ) | const |
Definition at line 1330 of file conn_facade.cpp.
References m_instance, and m_state.
Referenced by SCH_CONNECTIVITY::NAVIGATION_QUERY::netItemsByEngine().
| bool SCH_CONNECTIVITY::NET_VIEW::IsBus | ( | ) | const |
Definition at line 1343 of file conn_facade.cpp.
References SCH_CONNECTIVITY::BUNDLE, m_component, m_instance, and m_state.
| bool SCH_CONNECTIVITY::NET_VIEW::IsNet | ( | ) | const |
Definition at line 1350 of file conn_facade.cpp.
References m_component, m_instance, m_state, and SCH_CONNECTIVITY::SIGNAL.
| std::vector< SCH_ITEM * > SCH_CONNECTIVITY::NET_VIEW::Items | ( | ) | const |
Definition at line 1378 of file conn_facade.cpp.
References m_component, m_instance, m_state, and result.
Referenced by SCH_CONNECTIVITY::NAVIGATION_QUERY::netItemsByEngine().
| BUS_MEMBERS SCH_CONNECTIVITY::NET_VIEW::Members | ( | ) | const |
Definition at line 1371 of file conn_facade.cpp.
References m_component, m_instance, and m_state.
| wxString SCH_CONNECTIVITY::NET_VIEW::Name | ( | bool | aIgnoreSheet = false | ) | const |
Definition at line 1336 of file conn_facade.cpp.
References m_component, m_instance, and m_state.
| KIID_PATH SCH_CONNECTIVITY::NET_VIEW::Sheet | ( | ) | const |
Definition at line 1364 of file conn_facade.cpp.
References m_component, m_instance, and m_state.
|
friend |
|
friend |
|
private |
Definition at line 92 of file conn_facade.h.
Referenced by Component(), Driver(), IsBus(), IsNet(), Items(), Members(), Name(), NET_VIEW(), and Sheet().
|
private |
Definition at line 93 of file conn_facade.h.
Referenced by Driver(), Instance(), IsBus(), IsNet(), Items(), Members(), Name(), NET_VIEW(), and Sheet().
|
private |
Definition at line 91 of file conn_facade.h.
Referenced by Driver(), Instance(), IsBus(), IsNet(), Items(), Members(), Name(), NET_VIEW(), and Sheet().