|
KiCad PCB EDA Suite
|
#include <panel_fusing_current.h>
Public Member Functions | |
| PANEL_FUSING_CURRENT (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_FUSING_CURRENT () | |
| void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
| Load the settings into the panel. | |
| void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
| Save the settings from the panel. | |
| 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. | |
| void | m_onCalculateClick (wxCommandEvent &event) override |
Protected Attributes | |
| wxStaticText * | m_dummy1 |
| wxStaticText * | m_ambientText |
| wxTextCtrl * | m_ambientValue |
| wxStaticText * | m_ambientUnit |
| wxStaticText * | m_dummy2 |
| wxStaticText * | m_meltingText |
| wxTextCtrl * | m_meltingValue |
| wxStaticText * | m_meltingUnit |
| wxRadioButton * | m_widthRadio |
| wxStaticText * | m_widthText |
| wxTextCtrl * | m_widthValue |
| UNIT_SELECTOR_LEN * | m_widthUnit |
| wxRadioButton * | m_thicknessRadio |
| wxStaticText * | m_thicknessText |
| wxTextCtrl * | m_thicknessValue |
| UNIT_SELECTOR_THICKNESS * | m_thicknessUnit |
| wxRadioButton * | m_currentRadio |
| wxStaticText * | m_currentText |
| wxTextCtrl * | m_currentValue |
| wxStaticText * | m_currentUnit |
| wxRadioButton * | m_timeRadio |
| wxStaticText * | m_timeText |
| wxTextCtrl * | m_timeValue |
| wxStaticText * | m_timeUnit |
| wxButton * | m_calculateButton |
| wxStaticText * | m_comment |
| HTML_WINDOW * | m_htmlHelp |
Definition at line 28 of file panel_fusing_current.h.
| PANEL_FUSING_CURRENT::PANEL_FUSING_CURRENT | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) |
References name.
| PANEL_FUSING_CURRENT::~PANEL_FUSING_CURRENT | ( | ) |
|
inlineoverridevirtual |
Load the settings into the panel.
| aCfg | is the settings structure to load from |
Implements CALCULATOR_PANEL.
Definition at line 38 of file panel_fusing_current.h.
|
overridevirtual |
Reimplemented from PANEL_FUSING_CURRENT_BASE.
|
inlineoverridevirtual |
Save the settings from the panel.
| aCfg | is the settings structure to save to |
Implements CALCULATOR_PANEL.
Definition at line 39 of file panel_fusing_current.h.
|
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.
|
protectedinherited |
Definition at line 48 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 50 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 49 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 71 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE(), and ~PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 72 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 63 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 64 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 66 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 65 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 47 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 51 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 73 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 52 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 54 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 53 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 59 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 60 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 62 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 61 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 67 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 68 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 70 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 69 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 55 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 56 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 58 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
|
protectedinherited |
Definition at line 57 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().