KiCad PCB EDA Suite
|
Class PANEL_COLOR_CODE_BASE. More...
#include <panel_color_code_base.h>
Public Member Functions | |
PANEL_COLOR_CODE_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_COLOR_CODE_BASE () | |
virtual void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0 |
Load the settings into the panel. | |
virtual void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0 |
Save the settings from the panel. | |
virtual void | ThemeChanged ()=0 |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme. | |
Protected Member Functions | |
virtual void | OnToleranceSelection (wxCommandEvent &event) |
Protected Attributes | |
wxRadioBox * | m_rbToleranceSelection |
wxStaticText * | m_staticTextBand1 |
wxStaticText * | m_staticTextBand2 |
wxStaticText * | m_staticTextBand3 |
wxStaticText * | m_staticTextBand4 |
wxStaticText * | m_staticTextBand5 |
wxStaticText * | m_staticTextBand6 |
wxStaticBitmap * | m_Band1bitmap |
wxStaticBitmap * | m_Band2bitmap |
wxStaticBitmap * | m_Band3bitmap |
wxStaticBitmap * | m_Band4bitmap |
wxStaticBitmap * | m_Band_mult_bitmap |
wxStaticBitmap * | m_Band_tol_bitmap |
Class PANEL_COLOR_CODE_BASE.
Definition at line 34 of file panel_color_code_base.h.
PANEL_COLOR_CODE_BASE::PANEL_COLOR_CODE_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 500,300 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 12 of file panel_color_code_base.cpp.
References _, m_Band1bitmap, m_Band2bitmap, m_Band3bitmap, m_Band4bitmap, m_Band_mult_bitmap, m_Band_tol_bitmap, m_rbToleranceSelection, m_staticTextBand1, m_staticTextBand2, m_staticTextBand3, m_staticTextBand4, m_staticTextBand5, m_staticTextBand6, and OnToleranceSelection().
PANEL_COLOR_CODE_BASE::~PANEL_COLOR_CODE_BASE | ( | ) |
Definition at line 87 of file panel_color_code_base.cpp.
References m_rbToleranceSelection, and OnToleranceSelection().
|
pure virtualinherited |
Load the settings into the panel.
aCfg | is the settings structure to load from |
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
|
inlineprotectedvirtual |
Reimplemented in PANEL_COLOR_CODE.
Definition at line 54 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), and ~PANEL_COLOR_CODE_BASE().
|
pure virtualinherited |
Save the settings from the panel.
aCfg | is the settings structure to save to |
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
|
pure virtualinherited |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
|
protected |
Definition at line 46 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 47 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 48 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 49 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 50 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 51 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::ThemeChanged(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 39 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE::LoadSettings(), PANEL_COLOR_CODE::PANEL_COLOR_CODE(), PANEL_COLOR_CODE_BASE(), PANEL_COLOR_CODE::SaveSettings(), and ~PANEL_COLOR_CODE_BASE().
|
protected |
Definition at line 40 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE().
|
protected |
Definition at line 41 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE().
|
protected |
Definition at line 42 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE().
|
protected |
Definition at line 43 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE(), and PANEL_COLOR_CODE::ToleranceSelection().
|
protected |
Definition at line 44 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE().
|
protected |
Definition at line 45 of file panel_color_code_base.h.
Referenced by PANEL_COLOR_CODE_BASE().