24#ifndef WIDGETS_GAL_OPTIONS_PANEL__H_
25#define WIDGETS_GAL_OPTIONS_PANEL__H_
27#include <../../common/widgets/gal_options_panel_base.h>
32class 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.
Class GAL_OPTIONS_PANEL_BASE.
bool ResetPanel(APP_SETTINGS_BASE *aAppSettings)
std::vector< double > m_gridThicknessList
bool TransferDataToWindow() override
Load the panel controls from the given opt.
bool TransferDataFromWindow() override
Read the options set in the UI into the given options object.
APP_SETTINGS_BASE * m_cfg