20#ifndef PANEL_R_CALCULATOR_H
21#define PANEL_R_CALCULATOR_H
34 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
35 long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_R_CALCULATOR_BASE.
void OnCalculateESeries(wxCommandEvent &event) override
Called on calculate button and executes all E-series calculations.
void LoadSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Load the settings into the panel.
void ThemeChanged() override
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appr...
void OnESeriesSelection(wxCommandEvent &event) override
Radio Buttons to select the E-series for the resistor calculator.
void SaveSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Save the settings from the panel.
Performs calculations on E-series values primarily to find target values as combinations (serial,...