KiCad PCB EDA Suite
|
#include <panel_setup_teardrops.h>
Public Member Functions | |
PANEL_SETUP_TEARDROPS (wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame) | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
void | ImportSettingsFrom (BOARD *aBoard) |
Protected Attributes | |
wxBoxSizer * | m_gridSizer |
wxStaticText * | m_roundShapesLabel |
wxStaticLine * | m_staticline1 |
wxStaticBitmap * | m_bitmapTeardrop |
wxStaticText * | m_edgesLabel |
wxRadioButton * | m_rbStraightLines |
wxRadioButton * | m_rbCurved |
wxStaticText * | m_stLenPercentLabel |
wxSpinCtrlDouble * | m_spLenPercent |
wxStaticText * | m_stMaxLen |
wxTextCtrl * | m_tcTdMaxLen |
wxStaticText * | m_stMaxLenUnits |
wxStaticText * | m_stWidthLabel |
wxSpinCtrlDouble * | m_spWidthPercent |
wxStaticText * | m_stMaxWidthLabel |
wxTextCtrl * | m_tcMaxWidth |
wxStaticText * | m_stMaxWidthUnits |
wxCheckBox * | m_cbPreferZoneConnection |
wxStaticText * | m_stHDRatio |
wxSpinCtrlDouble * | m_spTeardropHDPercent |
wxCheckBox * | m_cbTeardropsUseNextTrack |
wxStaticText * | m_rectShapesLabel |
wxStaticLine * | m_staticline2 |
wxStaticBitmap * | m_bitmapTeardrop1 |
wxStaticText * | m_edgesLabel1 |
wxRadioButton * | m_rbStraightLines1 |
wxRadioButton * | m_rbCurved1 |
wxStaticText * | m_stLenPercent1Label |
wxSpinCtrlDouble * | m_spLenPercent1 |
wxStaticText * | m_stMaxLen1 |
wxTextCtrl * | m_tcTdMaxLen1 |
wxStaticText * | m_stMaxLen1Units |
wxStaticText * | m_stWidth1Label |
wxSpinCtrlDouble * | m_spWidthPercent1 |
wxStaticText * | m_stMaxWidth1Label |
wxTextCtrl * | m_tcMaxWidth1 |
wxStaticText * | m_stMaxWidth1Units |
wxCheckBox * | m_cbPreferZoneConnection1 |
wxStaticText * | m_stHDRatio1 |
wxSpinCtrlDouble * | m_spTeardropHDPercent1 |
wxCheckBox * | m_cbTeardropsUseNextTrack1 |
wxStaticText * | m_tracksLabel |
wxStaticLine * | m_staticline3 |
wxStaticBitmap * | m_bitmapTeardrop2 |
wxStaticText * | m_edgesLabel2 |
wxRadioButton * | m_rbStraightLines2 |
wxRadioButton * | m_rbCurved2 |
wxStaticText * | m_stLenPercent2Label |
wxSpinCtrlDouble * | m_spLenPercent2 |
wxStaticText * | m_stMaxLen2 |
wxTextCtrl * | m_tcTdMaxLen2 |
wxStaticText * | m_stMaxLen2Units |
wxStaticText * | m_stWidth2Label |
wxSpinCtrlDouble * | m_spWidthPercent2 |
wxStaticText * | m_stMaxWidth2Label |
wxTextCtrl * | m_tcMaxWidth2 |
wxStaticText * | m_stMaxWidth2Units |
wxStaticText * | m_stHDRatio2 |
wxSpinCtrlDouble * | m_spTeardropHDPercent2 |
wxCheckBox * | m_cbTeardropsUseNextTrack2 |
Definition at line 31 of file panel_setup_teardrops.h.
PANEL_SETUP_TEARDROPS::PANEL_SETUP_TEARDROPS | ( | wxWindow * | aParentWindow, |
PCB_EDIT_FRAME * | aFrame | ||
) |
Definition at line 31 of file panel_setup_teardrops.cpp.
References KIUI::GetInfoFont(), KiBitmapBundle(), PANEL_SETUP_TEARDROPS_BASE::m_bitmapTeardrop, PANEL_SETUP_TEARDROPS_BASE::m_bitmapTeardrop1, and PANEL_SETUP_TEARDROPS_BASE::m_bitmapTeardrop2.
void PANEL_SETUP_TEARDROPS::ImportSettingsFrom | ( | BOARD * | aBoard | ) |
Definition at line 135 of file panel_setup_teardrops.cpp.
References BOARD::GetDesignSettings(), m_BrdSettings, and TransferDataToWindow().
|
override |
Definition at line 98 of file panel_setup_teardrops.cpp.
References UNIT_BINDER::GetIntValue(), TEARDROP_PARAMETERS_LIST::GetParameters(), BOARD_DESIGN_SETTINGS::GetTeadropParamsList(), TEARDROP_PARAMETERS::m_AllowUseTwoTracks, TEARDROP_PARAMETERS::m_BestLengthRatio, TEARDROP_PARAMETERS::m_BestWidthRatio, m_BrdSettings, PANEL_SETUP_TEARDROPS_BASE::m_cbPreferZoneConnection, PANEL_SETUP_TEARDROPS_BASE::m_cbPreferZoneConnection1, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack1, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack2, TEARDROP_PARAMETERS::m_CurveSegCount, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines1, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines2, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent2, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent2, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent2, TEARDROP_PARAMETERS::m_TdMaxLen, TEARDROP_PARAMETERS::m_TdMaxWidth, TEARDROP_PARAMETERS::m_TdOnPadsInZones, m_teardropMaxLenRect, m_teardropMaxLenRound, m_teardropMaxLenT2T, m_teardropMaxWidthRect, m_teardropMaxWidthRound, m_teardropMaxWidthT2T, TEARDROP_PARAMETERS::m_WidthtoSizeFilterRatio, TARGET_RECT, TARGET_ROUND, and TARGET_TRACK.
|
override |
Definition at line 49 of file panel_setup_teardrops.cpp.
References TEARDROP_PARAMETERS_LIST::GetParameters(), BOARD_DESIGN_SETTINGS::GetTeadropParamsList(), TEARDROP_PARAMETERS::IsCurved(), TEARDROP_PARAMETERS::m_AllowUseTwoTracks, TEARDROP_PARAMETERS::m_BestLengthRatio, TEARDROP_PARAMETERS::m_BestWidthRatio, m_BrdSettings, PANEL_SETUP_TEARDROPS_BASE::m_cbPreferZoneConnection, PANEL_SETUP_TEARDROPS_BASE::m_cbPreferZoneConnection1, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack1, PANEL_SETUP_TEARDROPS_BASE::m_cbTeardropsUseNextTrack2, PANEL_SETUP_TEARDROPS_BASE::m_rbCurved, PANEL_SETUP_TEARDROPS_BASE::m_rbCurved1, PANEL_SETUP_TEARDROPS_BASE::m_rbCurved2, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines1, PANEL_SETUP_TEARDROPS_BASE::m_rbStraightLines2, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spLenPercent2, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spTeardropHDPercent2, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent1, PANEL_SETUP_TEARDROPS_BASE::m_spWidthPercent2, TEARDROP_PARAMETERS::m_TdMaxLen, TEARDROP_PARAMETERS::m_TdMaxWidth, TEARDROP_PARAMETERS::m_TdOnPadsInZones, m_teardropMaxLenRect, m_teardropMaxLenRound, m_teardropMaxLenT2T, m_teardropMaxWidthRect, m_teardropMaxWidthRound, m_teardropMaxWidthT2T, TEARDROP_PARAMETERS::m_WidthtoSizeFilterRatio, UNIT_BINDER::SetValue(), TARGET_RECT, TARGET_ROUND, and TARGET_TRACK.
Referenced by ImportSettingsFrom().
|
protectedinherited |
Definition at line 45 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS(), and PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 65 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS(), and PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 85 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS(), and PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
private |
Definition at line 42 of file panel_setup_teardrops.h.
Referenced by ImportSettingsFrom(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 59 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 79 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 62 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 82 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 101 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 46 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 66 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 86 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 42 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 48 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 68 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 88 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 47 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 67 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 87 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 63 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 43 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 50 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 70 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 90 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 61 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 81 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 100 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 55 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 75 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 95 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 44 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 64 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 84 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 60 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 80 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 99 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 69 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 89 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 49 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 51 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 71 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 73 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 91 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 93 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 53 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 76 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 78 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 96 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 98 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 56 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 58 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 74 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 94 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 54 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 57 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 77 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 97 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 52 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 72 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
protectedinherited |
Definition at line 92 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().
|
private |
Definition at line 46 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 44 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 48 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 47 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 45 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 49 of file panel_setup_teardrops.h.
Referenced by TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 83 of file panel_setup_teardrops_base.h.
Referenced by PANEL_SETUP_TEARDROPS_BASE::PANEL_SETUP_TEARDROPS_BASE().