|
KiCad PCB EDA Suite
|
#include <base_screen.h>#include <lib_symbol.h>#include <default_values.h>#include <eeschema_settings.h>#include <macros.h>#include <pgm_base.h>#include <project/net_settings.h>#include <project/project_file.h>#include <refdes_tracker.h>#include <schematic_settings.h>#include <settings/json_settings_internals.h>#include <settings/parameters.h>#include <settings/settings_manager.h>#include <settings/bom_settings.h>#include <sim/spice_settings.h>Go to the source code of this file.
Variables | |
| const std::vector< double > | hopover_size_mult_list = { 0.0, 1.7, 4.0, 6.0, 9.0, 12.0 } |
| const std::vector< double > | junction_size_mult_list = { 0.0, 1.7, 4.0, 6.0, 9.0, 12.0 } |
| const int | schSettingsSchemaVersion = 1 |
| const std::vector<double> hopover_size_mult_list = { 0.0, 1.7, 4.0, 6.0, 9.0, 12.0 } |
Definition at line 40 of file schematic_settings.cpp.
Referenced by SCHEMATIC_SETTINGS::GetHopOverScale().
| const std::vector<double> junction_size_mult_list = { 0.0, 1.7, 4.0, 6.0, 9.0, 12.0 } |
Definition at line 41 of file schematic_settings.cpp.
Referenced by SCHEMATIC_SETTINGS::GetJunctionSize().
| const int schSettingsSchemaVersion = 1 |
Definition at line 43 of file schematic_settings.cpp.
Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().