#include <bus_alias.h>
|
wxString | m_name |
|
std::vector< wxString > | m_members |
|
SCH_SCREEN * | m_parent |
| Schematic Setup can edit aliases from all sheets, so we have to store a reference back to our parent so that the dialog can update the parent if aliases are changed or removed.
|
|
Definition at line 33 of file bus_alias.h.
◆ BUS_ALIAS()
BUS_ALIAS::BUS_ALIAS |
( |
SCH_SCREEN * |
aParent = nullptr | ) |
|
|
inline |
◆ ~BUS_ALIAS()
BUS_ALIAS::~BUS_ALIAS |
( |
| ) |
|
|
inline |
◆ Clone()
std::shared_ptr< BUS_ALIAS > BUS_ALIAS::Clone |
( |
| ) |
const |
|
inline |
◆ GetName()
wxString BUS_ALIAS::GetName |
( |
| ) |
|
|
inline |
◆ GetParent()
◆ Members() [1/2]
std::vector< wxString > & BUS_ALIAS::Members |
( |
| ) |
|
|
inline |
◆ Members() [2/2]
const std::vector< wxString > & BUS_ALIAS::Members |
( |
| ) |
const |
|
inline |
◆ SetName()
void BUS_ALIAS::SetName |
( |
const wxString & |
aName | ) |
|
|
inline |
◆ SetParent()
◆ m_members
std::vector<wxString> BUS_ALIAS::m_members |
|
protected |
◆ m_name
wxString BUS_ALIAS::m_name |
|
protected |
◆ m_parent
Schematic Setup can edit aliases from all sheets, so we have to store a reference back to our parent so that the dialog can update the parent if aliases are changed or removed.
Definition at line 65 of file bus_alias.h.
Referenced by GetParent(), and SetParent().
The documentation for this class was generated from the following file: