20#ifndef PANEL_COLOR_CODE_H
21#define PANEL_COLOR_CODE_H
31 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
32 long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
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(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