KiCad PCB EDA Suite
Loading...
Searching...
No Matches
gal_display_options_common.cpp File Reference
#include <gal_display_options_common.h>
#include <settings/app_settings.h>
#include <settings/common_settings.h>
#include <wx/log.h>
#include <config_map.h>
#include <dpi_scaling_common.h>

Go to the source code of this file.

Variables

static const wxChar * traceGalDispOpts = wxT( "KICAD_GAL_DISPLAY_OPTIONS" )
 Flag to enable GAL_DISPLAY_OPTIONS logging.
 
static const UTIL::CFG_MAP< KIGFX::GRID_STYLEgridStyleConfigVals
 
static const UTIL::CFG_MAP< KIGFX::GRID_SNAPPINGgridSnapConfigVals
 

Variable Documentation

◆ gridSnapConfigVals

◆ gridStyleConfigVals

const UTIL::CFG_MAP<KIGFX::GRID_STYLE> gridStyleConfigVals
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.

Definition at line 45 of file gal_display_options_common.cpp.

Referenced by GAL_DISPLAY_OPTIONS_IMPL::ReadWindowSettings(), and GAL_DISPLAY_OPTIONS_IMPL::WriteConfig().