24#ifndef WIDGETS_GAL_OPTIONS_PANEL__H_
25#define WIDGETS_GAL_OPTIONS_PANEL__H_
33class 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.
bool ResetPanel(APP_SETTINGS_BASE *aAppSettings)
wxSpinCtrlDouble * m_gridMinSpacing
wxCheckBox * m_forceCursorDisplay
wxStaticText * l_gridMinSpacing
wxRadioBox * m_cursorShape
wxStaticText * l_gridMinSpacingUnits
bool TransferDataToWindow() override
Load the panel controls from the given opt.
wxRadioBox * m_renderingEngine
wxChoice * m_gridSnapOptions
wxStaticText * l_gridLineWidthUnits
bool TransferDataFromWindow() override
Read the options set in the UI into the given options object.
wxStaticText * l_gridLineWidth
wxStaticText * l_gridSnapSpace
wxStaticText * l_gridSnapOptions
wxSpinCtrlDouble * m_gridLineWidth
APP_SETTINGS_BASE * m_cfg