KiCad PCB EDA Suite
|
#include <widgets/gal_options_panel.h>
#include <settings/app_settings.h>
#include <eda_draw_frame.h>
#include <config_map.h>
Go to the source code of this file.
Variables | |
static const double | gridThicknessMin = 0.5 |
static const double | gridThicknessMax = 10.0 |
static const double | gridThicknessStep = 0.5 |
static const int | gridMinSpacingMin = 5 |
static const int | gridMinSpacingMax = 200 |
static const int | gridMinSpacingStep = 5 |
static const UTIL::CFG_MAP< KIGFX::GRID_STYLE > | gridStyleSelectMap |
TODO: These are duplicated in gal_display_options - Unify! | |
static const UTIL::CFG_MAP< KIGFX::GRID_SNAPPING > | gridSnapConfigVals |
|
static |
Definition at line 38 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().
|
static |
Definition at line 37 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().
|
static |
Definition at line 39 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().
|
static |
Definition at line 51 of file gal_options_panel.cpp.
|
static |
TODO: These are duplicated in gal_display_options - Unify!
Definition at line 43 of file gal_options_panel.cpp.
|
static |
Definition at line 34 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().
|
static |
Definition at line 33 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().
|
static |
Definition at line 35 of file gal_options_panel.cpp.
Referenced by GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL().