20#ifndef PANEL_RF_ATTENUATORS_H
21#define PANEL_RF_ATTENUATORS_H
34 const wxPoint& pos = wxDefaultPosition,
35 const wxSize& size = wxDefaultSize,
36 long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_RF_ATTENUATORS_BASE.
wxRadioBox * m_AttenuatorsSelection
void TransfPanelDataToAttenuator()
void SaveSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Save the settings from the panel.
void OnAttenuatorSelection(wxCommandEvent &event) override
void SetAttenuator(unsigned aIdx)
void LoadSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Load the settings into the panel.
ATTENUATOR * m_CurrAttenuator
void TransfAttenuatorResultsToPanel()
void ThemeChanged() override
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appr...
std::vector< ATTENUATOR * > m_AttenuatorList
void OnCalculateAttenuator(wxCommandEvent &event) override
wxRadioBox * GetAttenuatorsSelector()
void TransfAttenuatorDataToPanel()