KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_gal_options.cpp File Reference

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_STYLEgridStyleSelectMap
 TODO: These are duplicated in gal_display_options - Unify!
 
static const UTIL::CFG_MAP< KIGFX::GRID_SNAPPINGgridSnapConfigVals
 

Variable Documentation

◆ gridMinSpacingMax

const int gridMinSpacingMax = 200
static

Definition at line 39 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().

◆ gridMinSpacingMin

const int gridMinSpacingMin = 5
static

Definition at line 38 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().

◆ gridMinSpacingStep

const int gridMinSpacingStep = 5
static

Definition at line 40 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().

◆ gridSnapConfigVals

◆ gridStyleSelectMap

const UTIL::CFG_MAP<KIGFX::GRID_STYLE> gridStyleSelectMap
static
Initial value:
=
{
}
@ SMALL_CROSS
Use small cross instead of dots for the grid.
@ DOTS
Use dots for the grid.
@ LINES
Use lines for the grid.

TODO: These are duplicated in gal_display_options - Unify!

Definition at line 44 of file panel_gal_options.cpp.

◆ gridThicknessMax

const double gridThicknessMax = 10.0
static

Definition at line 35 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().

◆ gridThicknessMin

const double gridThicknessMin = 0.5
static

Definition at line 34 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().

◆ gridThicknessStep

const double gridThicknessStep = 0.5
static

Definition at line 36 of file panel_gal_options.cpp.

Referenced by PANEL_GAL_OPTIONS::PANEL_GAL_OPTIONS().