KiCad PCB EDA Suite
|
Container to handle a stock of specific vias each with unique diameter and drill sizes in the BOARD class. More...
#include <board_design_settings.h>
Public Member Functions | |
VIA_DIMENSION () | |
VIA_DIMENSION (int aDiameter, int aDrill) | |
bool | operator== (const VIA_DIMENSION &aOther) const |
bool | operator!= (const VIA_DIMENSION &aOther) const |
bool | operator< (const VIA_DIMENSION &aOther) const |
Public Attributes | |
int | m_Diameter |
int | m_Drill |
Container to handle a stock of specific vias each with unique diameter and drill sizes in the BOARD class.
Definition at line 118 of file board_design_settings.h.
|
inline |
Definition at line 123 of file board_design_settings.h.
References m_Diameter, and m_Drill.
|
inline |
Definition at line 129 of file board_design_settings.h.
References m_Diameter, and m_Drill.
|
inline |
Definition at line 140 of file board_design_settings.h.
References operator==().
|
inline |
Definition at line 142 of file board_design_settings.h.
References m_Diameter, and m_Drill.
|
inline |
Definition at line 135 of file board_design_settings.h.
References m_Diameter, and m_Drill.
Referenced by operator!=().
int VIA_DIMENSION::m_Diameter |
Definition at line 120 of file board_design_settings.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES(), BOARD_DESIGN_SETTINGS::GetCurrentViaSize(), BOARD_DESIGN_SETTINGS::GetCustomViaSize(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortViaSizesClick(), DIALOG_TRACK_VIA_PROPERTIES::onUnitsChanged(), DIALOG_TRACK_VIA_PROPERTIES::onViaSelect(), operator<(), operator==(), BOARD_DESIGN_SETTINGS::SetCustomViaSize(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), PCB_EDIT_FRAME::UpdateViaSizeSelectBox(), VIA_DIMENSION(), BOARD_EDITOR_CONTROL::ViaSizeDec(), and BOARD_EDITOR_CONTROL::ViaSizeInc().
int VIA_DIMENSION::m_Drill |
Definition at line 121 of file board_design_settings.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES(), BOARD_DESIGN_SETTINGS::GetCurrentViaDrill(), BOARD_DESIGN_SETTINGS::GetCustomViaDrill(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortViaSizesClick(), DIALOG_TRACK_VIA_PROPERTIES::onUnitsChanged(), DIALOG_TRACK_VIA_PROPERTIES::onViaSelect(), operator<(), operator==(), BOARD_DESIGN_SETTINGS::SetCustomViaDrill(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), PCB_EDIT_FRAME::UpdateViaSizeSelectBox(), VIA_DIMENSION(), BOARD_EDITOR_CONTROL::ViaSizeDec(), and BOARD_EDITOR_CONTROL::ViaSizeInc().