KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_CREATE_NET_CHAIN::FOCUS_HINT Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ fromRef

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().

◆ netName

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().

◆ toRef

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().


The documentation for this struct was generated from the following file: