27                                    const wxSize& size, 
long style, 
const wxString& 
name ) :
 
   33    GetSizer()->SetSizeHints( 
this );
 
 
   80    bool show4thBand = aSelection != 0;
 
 
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
 
@ color_code_value_and_name
 
wxStaticBitmap * m_Band_tol_bitmap
 
wxStaticText * m_staticTextBand4
 
wxStaticBitmap * m_Band2bitmap
 
wxStaticBitmap * m_Band4bitmap
 
wxStaticBitmap * m_Band_mult_bitmap
 
wxRadioBox * m_rbToleranceSelection
 
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)
 
wxStaticBitmap * m_Band1bitmap
 
wxStaticBitmap * m_Band3bitmap
 
PANEL_COLOR_CODE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
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 appr...
 
void ToleranceSelection(int aSelection)
 
void LoadSettings(PCB_CALCULATOR_SETTINGS *aCfg) override
Load the settings into the panel.
 
void OnToleranceSelection(wxCommandEvent &event) override
 
void Refresh()
Update the board display after modifying it by a python script (note: it is automatically called by a...