KiCad PCB EDA Suite
|
#include <panel_regulator.h>
Public Member Functions | |
PANEL_REGULATOR (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_REGULATOR () | |
void | OnRegulatorCalcButtonClick (wxCommandEvent &event) override |
void | OnRegulatorResetButtonClick (wxCommandEvent &event) override |
void | OnRegulTypeSelection (wxCommandEvent &event) override |
void | OnRegulatorSelection (wxCommandEvent &event) override |
void | OnDataFileSelection (wxCommandEvent &event) override |
void | OnAddRegulator (wxCommandEvent &event) override |
void | OnEditRegulator (wxCommandEvent &event) override |
void | OnRemoveRegulator (wxCommandEvent &event) override |
void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
Load the settings into the panel. More... | |
void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
Save the settings from the panel. More... | |
void | ThemeChanged () override |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme. More... | |
void | RegulatorPageUpdate () |
Update the regulator page dialog display. More... | |
void | SelectLastSelectedRegulator () |
If m_lastSelectedRegulatorName is empty, just calls RegulatorPageUpdate() More... | |
void | RegulatorsSolve () |
void | Regulators_WriteConfig (PCB_CALCULATOR_SETTINGS *aCfg) |
Write regulators parameters in configuration. More... | |
const wxString | GetDataFilename () |
void | SetDataFilename (const wxString &aFilename) |
Initialize the full filename of the selected pcb_calculator data file force the standard extension of the file (.pcbcalc). More... | |
bool | ReadDataFile () |
bool | WriteDataFile () |
Public Attributes | |
REGULATOR_LIST | m_RegulatorList |
wxString | m_lastSelectedRegulatorName |
bool | m_RegulatorListChanged |
Protected Attributes | |
wxStaticText * | m_staticTextRegType |
wxChoice * | m_choiceRegType |
wxStaticBitmap * | m_bitmapRegul4pins |
wxStaticBitmap * | m_bitmapRegul3pins |
wxStaticText * | m_RegulFormula |
wxChoice * | m_choiceRegulatorSelector |
wxStaticText * | m_staticTextRegFile |
wxTextCtrl * | m_regulators_fileNameCtrl |
wxButton * | m_buttonDataFile |
wxButton * | m_buttonEditItem |
wxButton * | m_buttonAddItem |
wxButton * | m_buttonRemoveItem |
wxRadioButton * | m_rbRegulR1 |
wxStaticText * | m_labelRegultR1 |
wxTextCtrl * | m_RegulR1Value |
wxStaticText * | m_r1Units |
wxRadioButton * | m_rbRegulR2 |
wxStaticText * | m_labelRegultR2 |
wxTextCtrl * | m_RegulR2Value |
wxStaticText * | m_r2Units |
wxRadioButton * | m_rbRegulVout |
wxStaticText * | m_labelVout |
wxTextCtrl * | m_RegulVoutValue |
wxStaticText * | m_unitsVout |
wxStaticText * | m_labelVRef |
wxTextCtrl * | m_RegulVrefValue |
wxStaticText * | m_unitsVref |
wxStaticText * | m_RegulIadjTitle |
wxTextCtrl * | m_RegulIadjValue |
wxStaticText * | m_IadjUnitLabel |
wxButton * | m_buttonCalculate |
wxStaticText * | m_RegulMessage |
wxButton * | m_buttonRegulReset |
Definition at line 27 of file panel_regulator.h.
PANEL_REGULATOR::PANEL_REGULATOR | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 37 of file panel_regulator.cpp.
References REGULATOR_LIST::GetRegList(), KiBitmap(), PANEL_REGULATOR_BASE::m_bitmapRegul3pins, PANEL_REGULATOR_BASE::m_bitmapRegul4pins, PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, PANEL_REGULATOR_BASE::m_IadjUnitLabel, PANEL_REGULATOR_BASE::m_r1Units, PANEL_REGULATOR_BASE::m_r2Units, m_RegulatorList, and SelectLastSelectedRegulator().
PANEL_REGULATOR::~PANEL_REGULATOR | ( | ) |
Definition at line 56 of file panel_regulator.cpp.
const wxString PANEL_REGULATOR::GetDataFilename | ( | ) |
Definition at line 468 of file panel_regulator.cpp.
References DataFileNameExt, and PANEL_REGULATOR_BASE::m_regulators_fileNameCtrl.
Referenced by PCB_CALCULATOR_FRAME::OnClosePcbCalc(), OnDataFileSelection(), ReadDataFile(), Regulators_WriteConfig(), SaveSettings(), and WriteDataFile().
|
overridevirtual |
Load the settings into the panel.
aCfg | is the settings structure to load from |
Implements CALCULATOR_PANEL.
Definition at line 423 of file panel_regulator.cpp.
References PCB_CALCULATOR_SETTINGS::REGULATORS::data_file, PCB_CALCULATOR_SETTINGS::REGULATORS::last_param, PANEL_REGULATOR_BASE::m_choiceRegType, m_lastSelectedRegulatorName, PANEL_REGULATOR_BASE::m_rbRegulR1, PANEL_REGULATOR_BASE::m_rbRegulR2, PANEL_REGULATOR_BASE::m_rbRegulVout, PCB_CALCULATOR_SETTINGS::m_Regulators, PANEL_REGULATOR_BASE::m_RegulR1Value, PANEL_REGULATOR_BASE::m_RegulR2Value, PANEL_REGULATOR_BASE::m_RegulVoutValue, PANEL_REGULATOR_BASE::m_RegulVrefValue, PCB_CALCULATOR_SETTINGS::REGULATORS::r1, PCB_CALCULATOR_SETTINGS::REGULATORS::r2, PCB_CALCULATOR_SETTINGS::REGULATORS::selected_regulator, SetDataFilename(), PCB_CALCULATOR_SETTINGS::REGULATORS::type, PCB_CALCULATOR_SETTINGS::REGULATORS::vout, and PCB_CALCULATOR_SETTINGS::REGULATORS::vref.
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 195 of file panel_regulator.cpp.
References _, REGULATOR_LIST::Add(), DIALOG_REGULATOR_FORM::BuildRegulatorFromData(), REGULATOR_LIST::GetReg(), REGULATOR_LIST::GetRegList(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_lastSelectedRegulatorName, REGULATOR_DATA::m_Name, m_RegulatorList, m_RegulatorListChanged, and SelectLastSelectedRegulator().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 149 of file panel_regulator.cpp.
References _, DataFileNameExt, REGULATOR_LIST::GetCount(), GetDataFilename(), REGULATOR_LIST::GetRegList(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_RegulatorList, m_RegulatorListChanged, ReadDataFile(), SelectLastSelectedRegulator(), and SetDataFilename().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 223 of file panel_regulator.cpp.
References DIALOG_REGULATOR_FORM::BuildRegulatorFromData(), DIALOG_REGULATOR_FORM::CopyRegulatorDataToDialog(), REGULATOR_LIST::GetReg(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_RegulatorList, m_RegulatorListChanged, name, REGULATOR_LIST::Replace(), and SelectLastSelectedRegulator().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 69 of file panel_regulator.cpp.
References RegulatorsSolve().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 75 of file panel_regulator.cpp.
References PANEL_REGULATOR_BASE::m_choiceRegType, PANEL_REGULATOR_BASE::m_rbRegulR1, PANEL_REGULATOR_BASE::m_rbRegulR2, PANEL_REGULATOR_BASE::m_rbRegulVout, PANEL_REGULATOR_BASE::m_RegulR1Value, PANEL_REGULATOR_BASE::m_RegulR2Value, PANEL_REGULATOR_BASE::m_RegulVoutValue, PANEL_REGULATOR_BASE::m_RegulVrefValue, and RegulatorPageUpdate().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 127 of file panel_regulator.cpp.
References REGULATOR_LIST::GetReg(), PANEL_REGULATOR_BASE::m_choiceRegType, PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, REGULATOR_DATA::m_Iadj, m_lastSelectedRegulatorName, REGULATOR_DATA::m_Name, m_RegulatorList, PANEL_REGULATOR_BASE::m_RegulIadjValue, PANEL_REGULATOR_BASE::m_RegulVrefValue, REGULATOR_DATA::m_Type, REGULATOR_DATA::m_Vref, name, and RegulatorPageUpdate().
Referenced by SelectLastSelectedRegulator().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 121 of file panel_regulator.cpp.
References RegulatorPageUpdate().
|
overridevirtual |
Reimplemented from PANEL_REGULATOR_BASE.
Definition at line 247 of file panel_regulator.cpp.
References _, REGULATOR_LIST::GetRegList(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_lastSelectedRegulatorName, m_RegulatorList, m_RegulatorListChanged, name, REGULATOR_LIST::Remove(), and SelectLastSelectedRegulator().
bool PANEL_REGULATOR::ReadDataFile | ( | ) |
Definition at line 49 of file datafile_read_write.cpp.
References _, GetDataFilename(), REGULATOR_LIST::GetRegList(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_RegulatorList, PCB_CALCULATOR_DATAFILE_PARSER::Parse(), SelectLastSelectedRegulator(), and IO_ERROR::What().
Referenced by OnDataFileSelection().
void PANEL_REGULATOR::RegulatorPageUpdate | ( | ) |
Update the regulator page dialog display.
Enable the current regulator drawings and the formula used for calculations.
Definition at line 89 of file panel_regulator.cpp.
References PANEL_REGULATOR_BASE::m_bitmapRegul3pins, PANEL_REGULATOR_BASE::m_bitmapRegul4pins, PANEL_REGULATOR_BASE::m_buttonEditItem, PANEL_REGULATOR_BASE::m_buttonRemoveItem, PANEL_REGULATOR_BASE::m_choiceRegType, PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, PANEL_REGULATOR_BASE::m_RegulFormula, PANEL_REGULATOR_BASE::m_RegulIadjValue, and Refresh().
Referenced by OnRegulatorResetButtonClick(), OnRegulatorSelection(), and OnRegulTypeSelection().
void PANEL_REGULATOR::Regulators_WriteConfig | ( | PCB_CALCULATOR_SETTINGS * | aCfg | ) |
Write regulators parameters in configuration.
aCfg | is the configuration settings. |
Definition at line 398 of file panel_regulator.cpp.
References PCB_CALCULATOR_SETTINGS::REGULATORS::data_file, GetDataFilename(), PCB_CALCULATOR_SETTINGS::REGULATORS::last_param, PANEL_REGULATOR_BASE::m_choiceRegType, m_lastSelectedRegulatorName, PANEL_REGULATOR_BASE::m_rbRegulR1, PANEL_REGULATOR_BASE::m_rbRegulR2, PANEL_REGULATOR_BASE::m_rbRegulVout, PCB_CALCULATOR_SETTINGS::m_Regulators, PANEL_REGULATOR_BASE::m_RegulR1Value, PANEL_REGULATOR_BASE::m_RegulR2Value, PANEL_REGULATOR_BASE::m_RegulVoutValue, PANEL_REGULATOR_BASE::m_RegulVrefValue, PCB_CALCULATOR_SETTINGS::REGULATORS::r1, PCB_CALCULATOR_SETTINGS::REGULATORS::r2, PCB_CALCULATOR_SETTINGS::REGULATORS::selected_regulator, PCB_CALCULATOR_SETTINGS::REGULATORS::type, PCB_CALCULATOR_SETTINGS::REGULATORS::vout, and PCB_CALCULATOR_SETTINGS::REGULATORS::vref.
void PANEL_REGULATOR::RegulatorsSolve | ( | ) |
Definition at line 289 of file panel_regulator.cpp.
References _, DoubleFromString(), PANEL_REGULATOR_BASE::m_choiceRegType, PANEL_REGULATOR_BASE::m_rbRegulR1, PANEL_REGULATOR_BASE::m_rbRegulR2, PANEL_REGULATOR_BASE::m_rbRegulVout, PANEL_REGULATOR_BASE::m_RegulIadjValue, PANEL_REGULATOR_BASE::m_RegulMessage, PANEL_REGULATOR_BASE::m_RegulR1Value, PANEL_REGULATOR_BASE::m_RegulR2Value, PANEL_REGULATOR_BASE::m_RegulVoutValue, and PANEL_REGULATOR_BASE::m_RegulVrefValue.
Referenced by OnRegulatorCalcButtonClick().
|
overridevirtual |
Save the settings from the panel.
aCfg | is the settings structure to save to |
Implements CALCULATOR_PANEL.
Definition at line 443 of file panel_regulator.cpp.
References PCB_CALCULATOR_SETTINGS::REGULATORS::data_file, GetDataFilename(), PCB_CALCULATOR_SETTINGS::REGULATORS::last_param, PANEL_REGULATOR_BASE::m_choiceRegType, m_lastSelectedRegulatorName, PANEL_REGULATOR_BASE::m_rbRegulR1, PANEL_REGULATOR_BASE::m_rbRegulR2, PANEL_REGULATOR_BASE::m_rbRegulVout, PCB_CALCULATOR_SETTINGS::m_Regulators, PANEL_REGULATOR_BASE::m_RegulR1Value, PANEL_REGULATOR_BASE::m_RegulR2Value, PANEL_REGULATOR_BASE::m_RegulVoutValue, PANEL_REGULATOR_BASE::m_RegulVrefValue, PCB_CALCULATOR_SETTINGS::REGULATORS::r1, PCB_CALCULATOR_SETTINGS::REGULATORS::r2, PCB_CALCULATOR_SETTINGS::REGULATORS::selected_regulator, PCB_CALCULATOR_SETTINGS::REGULATORS::type, PCB_CALCULATOR_SETTINGS::REGULATORS::vout, and PCB_CALCULATOR_SETTINGS::REGULATORS::vref.
void PANEL_REGULATOR::SelectLastSelectedRegulator | ( | ) |
If m_lastSelectedRegulatorName is empty, just calls RegulatorPageUpdate()
Definition at line 266 of file panel_regulator.cpp.
References REGULATOR_LIST::GetCount(), PANEL_REGULATOR_BASE::m_choiceRegulatorSelector, m_lastSelectedRegulatorName, REGULATOR_LIST::m_List, m_RegulatorList, and OnRegulatorSelection().
Referenced by OnAddRegulator(), OnDataFileSelection(), OnEditRegulator(), OnRemoveRegulator(), PANEL_REGULATOR(), and ReadDataFile().
void PANEL_REGULATOR::SetDataFilename | ( | const wxString & | aFilename | ) |
Initialize the full filename of the selected pcb_calculator data file force the standard extension of the file (.pcbcalc).
aFilename | is the full filename, with or without extension. |
Definition at line 479 of file panel_regulator.cpp.
References DataFileNameExt, and PANEL_REGULATOR_BASE::m_regulators_fileNameCtrl.
Referenced by LoadSettings(), and OnDataFileSelection().
|
overridevirtual |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
Implements CALCULATOR_PANEL.
Definition at line 61 of file panel_regulator.cpp.
References KiBitmap(), PANEL_REGULATOR_BASE::m_bitmapRegul3pins, and PANEL_REGULATOR_BASE::m_bitmapRegul4pins.
bool PANEL_REGULATOR::WriteDataFile | ( | ) |
Definition at line 92 of file datafile_read_write.cpp.
References GetDataFilename(), m_RegulatorList, m_RegulatorListChanged, and OUTPUTFORMATTER::Print().
Referenced by PCB_CALCULATOR_FRAME::OnClosePcbCalc().
|
protectedinherited |
Definition at line 46 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), and ThemeChanged().
|
protectedinherited |
Definition at line 45 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), and ThemeChanged().
|
protectedinherited |
Definition at line 53 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 73 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 51 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 52 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 75 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 54 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 44 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), OnRegulatorSelection(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), Regulators_WriteConfig(), RegulatorsSolve(), SaveSettings(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 48 of file panel_regulator_base.h.
Referenced by OnAddRegulator(), OnDataFileSelection(), OnEditRegulator(), OnRegulatorSelection(), OnRemoveRegulator(), PANEL_REGULATOR(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), ReadDataFile(), RegulatorPageUpdate(), SelectLastSelectedRegulator(), and PANEL_REGULATOR_BASE::~PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 72 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR(), and PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 56 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 60 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 64 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 67 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
wxString PANEL_REGULATOR::m_lastSelectedRegulatorName |
Definition at line 91 of file panel_regulator.h.
Referenced by LoadSettings(), OnAddRegulator(), OnRegulatorSelection(), OnRemoveRegulator(), Regulators_WriteConfig(), SaveSettings(), and SelectLastSelectedRegulator().
|
protectedinherited |
Definition at line 58 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR(), and PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 62 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR(), and PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 55 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 59 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 63 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
REGULATOR_LIST PANEL_REGULATOR::m_RegulatorList |
Definition at line 90 of file panel_regulator.h.
Referenced by OnAddRegulator(), OnDataFileSelection(), OnEditRegulator(), OnRegulatorSelection(), OnRemoveRegulator(), PANEL_REGULATOR(), ReadDataFile(), SelectLastSelectedRegulator(), and WriteDataFile().
bool PANEL_REGULATOR::m_RegulatorListChanged |
Definition at line 92 of file panel_regulator.h.
Referenced by OnAddRegulator(), PCB_CALCULATOR_FRAME::OnClosePcbCalc(), OnDataFileSelection(), OnEditRegulator(), OnRemoveRegulator(), and WriteDataFile().
|
protectedinherited |
Definition at line 50 of file panel_regulator_base.h.
Referenced by GetDataFilename(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and SetDataFilename().
|
protectedinherited |
Definition at line 47 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and RegulatorPageUpdate().
|
protectedinherited |
Definition at line 70 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 71 of file panel_regulator_base.h.
Referenced by OnRegulatorSelection(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), RegulatorPageUpdate(), and RegulatorsSolve().
|
protectedinherited |
Definition at line 74 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), and RegulatorsSolve().
|
protectedinherited |
Definition at line 57 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 61 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 65 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 68 of file panel_regulator_base.h.
Referenced by LoadSettings(), OnRegulatorResetButtonClick(), OnRegulatorSelection(), PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE(), Regulators_WriteConfig(), RegulatorsSolve(), and SaveSettings().
|
protectedinherited |
Definition at line 49 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 43 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 66 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().
|
protectedinherited |
Definition at line 69 of file panel_regulator_base.h.
Referenced by PANEL_REGULATOR_BASE::PANEL_REGULATOR_BASE().