|
KiCad PCB EDA Suite
|
Optional context derived from the user selection that opened the dialog. More...
#include <dialog_create_net_chain.h>
Public Attributes | |
| wxString | fromRef |
| Selected symbol reference (or first of two) | |
| wxString | toRef |
| Second selected symbol reference, if any. | |
| wxString | netName |
| Net name from a selected pin or wire/bus. | |
Optional context derived from the user selection that opened the dialog.
Any field may be empty. When set, the dialog narrows the grid (and may auto-select a row) so the user lands on the chain that matches their right-click instead of the full potentials list.
Definition at line 44 of file dialog_create_net_chain.h.
| wxString DIALOG_CREATE_NET_CHAIN::FOCUS_HINT::fromRef |
Selected symbol reference (or first of two)
Definition at line 46 of file dialog_create_net_chain.h.
Referenced by SCH_EDITOR_CONTROL::ShowCreateNetChain().
| wxString DIALOG_CREATE_NET_CHAIN::FOCUS_HINT::netName |
Net name from a selected pin or wire/bus.
Definition at line 48 of file dialog_create_net_chain.h.
Referenced by SCH_EDITOR_CONTROL::ShowCreateNetChain().
| wxString DIALOG_CREATE_NET_CHAIN::FOCUS_HINT::toRef |
Second selected symbol reference, if any.
Definition at line 47 of file dialog_create_net_chain.h.
Referenced by SCH_EDITOR_CONTROL::ShowCreateNetChain().