#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/radiobox.h>
#include <wx/spinctrl.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
#include <wx/statline.h>
#include <core/ignore.h>
#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.
◆ gridMinSpacingMax
const double gridMinSpacingMax = 200 |
|
static |
◆ gridMinSpacingMin
const double gridMinSpacingMin = 5 |
|
static |
◆ gridMinSpacingStep
const double gridMinSpacingStep = 5 |
|
static |
◆ gridSnapConfigVals
◆ gridStyleSelectMap
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 54 of file gal_options_panel.cpp.
◆ gridThicknessMax
const double gridThicknessMax = 10.0 |
|
static |
◆ gridThicknessMin
const double gridThicknessMin = 1.0 |
|
static |
◆ gridThicknessStep
const double gridThicknessStep = 0.5 |
|
static |