|
KiCad PCB EDA Suite
|
#include <pcb_dimension.h>#include <pcb_track.h>#include <algorithm>#include <cmath>#include <layer_ids.h>#include <lset.h>#include <kiface_base.h>#include <pad.h>#include <board_design_settings.h>#include <project/net_settings.h>#include <drc/drc_item.h>#include <drc/drc_engine.h>#include <settings/json_settings_internals.h>#include <settings/parameters.h>#include <project/project_file.h>#include <advanced_config.h>Go to the source code of this file.
Functions | |
| static int | nextPredefinedIndex (int aIndex, bool aForward, int aListSize) |
Variables | |
| const int | bdsSchemaVersion = 2 |
|
static |
Definition at line 1654 of file board_design_settings.cpp.
References next().
Referenced by BOARD_DESIGN_SETTINGS::GetNextDiffPairIndex(), BOARD_DESIGN_SETTINGS::GetNextTrackWidthIndex(), and BOARD_DESIGN_SETTINGS::GetNextViaSizeIndex().
| const int bdsSchemaVersion = 2 |
Definition at line 37 of file board_design_settings.cpp.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), and BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().