31class wxSpinCtrlDouble;
 
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
 
The base class for create windows for drawing purpose.
 
PANEL_GAL_OPTIONS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
bool TransferDataFromWindow() override
Read the options set in the UI into the given options object.
 
bool ResetPanel(APP_SETTINGS_BASE *aAppSettings)
 
std::vector< double > m_gridThicknessList
 
APP_SETTINGS_BASE * m_cfg
 
PANEL_GAL_OPTIONS(wxWindow *aParent, APP_SETTINGS_BASE *aAppSettings)
 
bool TransferDataToWindow() override
Load the panel controls from the given opt.