20 #ifndef PANEL_ELECTRICAL_SPACING_H 21 #define PANEL_ELECTRICAL_SPACING_H 32 const wxPoint& pos = wxDefaultPosition,
33 const wxSize& size = wxDefaultSize,
34 long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
void OnElectricalSpacingRefresh(wxCommandEvent &event) override
void OnElectricalSpacingUnitsSelection(wxCommandEvent &event) override
PANEL_ELECTRICAL_SPACING(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
void LoadSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Load the settings into the panel.
Class PANEL_ELECTRICAL_SPACING_BASE.
void SaveSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Save the settings from the panel.
void ElectricalSpacingUpdateData(double aUnitScale)
void ThemeChanged() override
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appr...
~PANEL_ELECTRICAL_SPACING()