|
KiCad PCB EDA Suite
|
A named microvia stack definition, chosen while routing instead of entering the values each time. More...
#include <board_design_settings.h>
Public Member Functions | |
| bool | operator== (const VIA_STACK_PRESET &aOther) const =default |
Public Attributes | |
| wxString | m_Name |
| PCB_LAYER_ID | m_StartLayer = F_Cu |
| PCB_LAYER_ID | m_EndLayer = In1_Cu |
| bool | m_Staggered = false |
| int | m_ViaSize = 0 |
| int | m_ViaDrill = 0 |
| bool | m_UseNetclass = false |
| bool | m_Filled = true |
| bool | m_Capped = false |
| int | m_Pitch = 0 |
A named microvia stack definition, chosen while routing instead of entering the values each time.
See PCB_VIA_STACK.
Definition at line 165 of file board_design_settings.h.
|
default |
| bool VIA_STACK_PRESET::m_Capped = false |
Definition at line 175 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), and PCB_VIA_STACK::ToPreset().
| PCB_LAYER_ID VIA_STACK_PRESET::m_EndLayer = In1_Cu |
Definition at line 169 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| bool VIA_STACK_PRESET::m_Filled = true |
Definition at line 174 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| wxString VIA_STACK_PRESET::m_Name |
Definition at line 167 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PANEL_SETUP_VIA_STACKS::editPreset(), PANEL_SETUP_VIA_STACKS::onAdd(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| int VIA_STACK_PRESET::m_Pitch = 0 |
Definition at line 176 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| bool VIA_STACK_PRESET::m_Staggered = false |
Definition at line 170 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| PCB_LAYER_ID VIA_STACK_PRESET::m_StartLayer = F_Cu |
Definition at line 168 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| bool VIA_STACK_PRESET::m_UseNetclass = false |
Definition at line 173 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| int VIA_STACK_PRESET::m_ViaDrill = 0 |
Definition at line 172 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().
| int VIA_STACK_PRESET::m_ViaSize = 0 |
Definition at line 171 of file board_design_settings.h.
Referenced by PCB_VIA_STACK::ApplyPreset(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), BOOST_AUTO_TEST_CASE(), ROUTER_TOOL::onViaStackCommand(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PCB_VIA_STACK::ToPreset().