KiCad PCB EDA Suite
|
#include <panel_setup_constraints.h>
Public Member Functions | |
PANEL_SETUP_CONSTRAINTS (wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame) | |
~PANEL_SETUP_CONSTRAINTS () override | |
void | ImportSettingsFrom (BOARD *aBoard) |
Private Member Functions | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
Private Attributes | |
PCB_EDIT_FRAME * | m_Frame |
BOARD_DESIGN_SETTINGS * | m_BrdSettings |
Definition at line 38 of file panel_setup_constraints.h.
PANEL_SETUP_CONSTRAINTS::PANEL_SETUP_CONSTRAINTS | ( | wxWindow * | aParentWindow, |
PCB_EDIT_FRAME * | aFrame | ||
) |
Definition at line 38 of file panel_setup_constraints.cpp.
References PCB_BASE_FRAME::GetBoard(), ADVANCED_CFG::GetCfg(), BOARD::GetDesignSettings(), KIUI::GetInfoFont(), KIUI::GetTextSize(), KiBitmapBundle(), PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapClearance, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapEdgeClearance, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapHoleClearance, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinConn, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinHoleClearance, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinTrackWidth, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinuViaDiameter, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinuViaDrill, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinViaAnnulus, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinViaDiameter, PANEL_SETUP_CONSTRAINTS_BASE::m_bitmapMinViaDrill, m_BrdSettings, PANEL_SETUP_CONSTRAINTS_BASE::m_filletBitmap, m_Frame, PANEL_SETUP_CONSTRAINTS_BASE::m_minGrooveWidthCtrl, PANEL_SETUP_CONSTRAINTS_BASE::m_minGrooveWidthLabel, PANEL_SETUP_CONSTRAINTS_BASE::m_minGrooveWidthUnits, PANEL_SETUP_CONSTRAINTS_BASE::m_minResolvedSpokeCountCtrl, PANEL_SETUP_CONSTRAINTS_BASE::m_spokeBitmap, and PANEL_SETUP_CONSTRAINTS_BASE::m_stCircleToPolyWarning.
|
inlineoverride |
Definition at line 42 of file panel_setup_constraints.h.
void PANEL_SETUP_CONSTRAINTS::ImportSettingsFrom | ( | BOARD * | aBoard | ) |
Definition at line 191 of file panel_setup_constraints.cpp.
References BOARD::GetDesignSettings(), m_BrdSettings, and TransferDataToWindow().
|
overrideprivate |
Definition at line 125 of file panel_setup_constraints.cpp.
References UNIT_BINDER::GetValue(), EDA_IU_SCALE::IU_PER_MM, KiROUND(), PANEL_SETUP_CONSTRAINTS_BASE::m_allowExternalFilletsOpt, m_BrdSettings, BOARD_DESIGN_SETTINGS::m_CopperEdgeClearance, m_edgeClearance, BOARD_DESIGN_SETTINGS::m_HoleClearance, m_holeClearance, BOARD_DESIGN_SETTINGS::m_HoleToHoleMin, m_holeToHoleMin, BOARD_DESIGN_SETTINGS::m_MaxError, m_maxError, BOARD_DESIGN_SETTINGS::m_MicroViasMinDrill, BOARD_DESIGN_SETTINGS::m_MicroViasMinSize, BOARD_DESIGN_SETTINGS::m_MinClearance, m_minClearance, BOARD_DESIGN_SETTINGS::m_MinConn, m_minConn, BOARD_DESIGN_SETTINGS::m_MinGrooveWidth, m_minGrooveWidth, PANEL_SETUP_CONSTRAINTS_BASE::m_minResolvedSpokeCountCtrl, BOARD_DESIGN_SETTINGS::m_MinResolvedSpokes, BOARD_DESIGN_SETTINGS::m_MinSilkTextHeight, BOARD_DESIGN_SETTINGS::m_MinSilkTextThickness, m_minTextHeight, m_minTextThickness, BOARD_DESIGN_SETTINGS::m_MinThroughDrill, BOARD_DESIGN_SETTINGS::m_SilkClearance, m_silkClearance, m_throughHoleMin, BOARD_DESIGN_SETTINGS::m_TrackMinWidth, m_trackMinWidth, BOARD_DESIGN_SETTINGS::m_UseHeightForLengthCalcs, PANEL_SETUP_CONSTRAINTS_BASE::m_useHeightForLengthCalcs, m_uviaMinDrill, m_uviaMinSize, m_viaMinAnnulus, m_viaMinSize, BOARD_DESIGN_SETTINGS::m_ViasMinAnnularWidth, BOARD_DESIGN_SETTINGS::m_ViasMinSize, BOARD_DESIGN_SETTINGS::m_ZoneKeepExternalFillets, MAXIMUM_ERROR_SIZE_MM, MINIMUM_ERROR_SIZE_MM, pcbIUScale, and UNIT_BINDER::Validate().
|
overrideprivate |
Definition at line 89 of file panel_setup_constraints.cpp.
References ARC_HIGH_DEF, PANEL_SETUP_CONSTRAINTS_BASE::m_allowExternalFilletsOpt, m_BrdSettings, BOARD_DESIGN_SETTINGS::m_CopperEdgeClearance, m_edgeClearance, m_Frame, BOARD_DESIGN_SETTINGS::m_HoleClearance, m_holeClearance, BOARD_DESIGN_SETTINGS::m_HoleToHoleMin, m_holeToHoleMin, BOARD_DESIGN_SETTINGS::m_MaxError, m_maxError, BOARD_DESIGN_SETTINGS::m_MicroViasMinDrill, BOARD_DESIGN_SETTINGS::m_MicroViasMinSize, BOARD_DESIGN_SETTINGS::m_MinClearance, m_minClearance, BOARD_DESIGN_SETTINGS::m_MinConn, m_minConn, BOARD_DESIGN_SETTINGS::m_MinGrooveWidth, m_minGrooveWidth, PANEL_SETUP_CONSTRAINTS_BASE::m_minResolvedSpokeCountCtrl, BOARD_DESIGN_SETTINGS::m_MinResolvedSpokes, BOARD_DESIGN_SETTINGS::m_MinSilkTextHeight, BOARD_DESIGN_SETTINGS::m_MinSilkTextThickness, m_minTextHeight, m_minTextThickness, BOARD_DESIGN_SETTINGS::m_MinThroughDrill, BOARD_DESIGN_SETTINGS::m_SilkClearance, m_silkClearance, PANEL_SETUP_CONSTRAINTS_BASE::m_stCircleToPolyWarning, m_throughHoleMin, BOARD_DESIGN_SETTINGS::m_TrackMinWidth, m_trackMinWidth, BOARD_DESIGN_SETTINGS::m_UseHeightForLengthCalcs, PANEL_SETUP_CONSTRAINTS_BASE::m_useHeightForLengthCalcs, m_uviaMinDrill, m_uviaMinSize, m_viaMinAnnulus, m_viaMinSize, BOARD_DESIGN_SETTINGS::m_ViasMinAnnularWidth, BOARD_DESIGN_SETTINGS::m_ViasMinSize, BOARD_DESIGN_SETTINGS::m_ZoneKeepExternalFillets, UNIT_BINDER::SetValue(), and UNITS_PROVIDER::StringFromValue().
Referenced by ImportSettingsFrom().
|
protectedinherited |
Definition at line 124 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 43 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 67 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 63 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 51 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 71 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 84 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 47 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 93 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 97 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 55 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 59 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 80 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
private |
Definition at line 70 of file panel_setup_constraints.h.
Referenced by ImportSettingsFrom(), PANEL_SETUP_CONSTRAINTS(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 120 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 45 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 44 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 46 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_edgeClearance |
Definition at line 61 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 69 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 68 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 70 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 123 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
private |
Definition at line 69 of file panel_setup_constraints.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and TransferDataToWindow().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_holeClearance |
Definition at line 60 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 65 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 64 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 66 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_holeToHoleMin |
Definition at line 59 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 85 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 87 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_maxError |
Definition at line 66 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 117 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 116 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 118 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_minClearance |
Definition at line 51 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_minConn |
Definition at line 52 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 53 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 52 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 54 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 82 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 81 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 83 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_minGrooveWidth |
Definition at line 63 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 73 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 72 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 74 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 127 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 126 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_minTextHeight |
Definition at line 64 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_minTextThickness |
Definition at line 65 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
inherited |
Definition at line 133 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 86 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 61 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_silkClearance |
Definition at line 62 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 107 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 106 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 108 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 125 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), and PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 121 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 90 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 91 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 101 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 102 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 103 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 104 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 128 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 75 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 76 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 77 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 78 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 88 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 89 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 42 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 79 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 92 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 105 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 129 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 115 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 119 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS(), PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 122 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 110 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 109 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 111 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 113 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 112 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 114 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_throughHoleMin |
Definition at line 56 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_trackMinWidth |
Definition at line 53 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 49 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 48 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 50 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 130 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_uviaMinDrill |
Definition at line 58 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 99 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 98 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 100 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_uviaMinSize |
Definition at line 57 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 95 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 94 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 96 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_viaMinAnnulus |
Definition at line 54 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 57 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 56 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 58 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
UNIT_BINDER PANEL_SETUP_CONSTRAINTS::m_viaMinSize |
Definition at line 55 of file panel_setup_constraints.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 60 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().
|
protectedinherited |
Definition at line 62 of file panel_setup_constraints_base.h.
Referenced by PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE().