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

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
 

Variable Documentation

◆ hopover_size_mult_list

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().

◆ junction_size_mult_list

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().

◆ schSettingsSchemaVersion

const int schSettingsSchemaVersion = 1

Definition at line 43 of file schematic_settings.cpp.

Referenced by SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().