![]() |
KiCad PCB EDA Suite
|
#include <functional>
#include <dialogs/dialog_bom_cfg_lexer.h>
#include <eeschema_settings.h>
#include <layers_id_colors_and_visibility.h>
#include <symbol_editor_settings.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/config.h>
#include <widgets/ui_common.h>
#include <default_values.h>
Go to the source code of this file.
Classes | |
class | BOM_CFG_PARSER |
Used for parsing legacy-format bom plugin configurations. More... | |
Variables | |
const int | eeschemaSchemaVersion = 1 |
! Update the schema version whenever a migration is required More... | |
const nlohmann::json | defaultBomPlugins |
Default value for bom.plugins. More... | |
const nlohmann::json defaultBomPlugins |
Default value for bom.plugins.
Definition at line 44 of file eeschema_settings.cpp.
Referenced by EESCHEMA_SETTINGS::DefaultBomPlugins(), and EESCHEMA_SETTINGS::EESCHEMA_SETTINGS().
const int eeschemaSchemaVersion = 1 |
! Update the schema version whenever a migration is required
Definition at line 41 of file eeschema_settings.cpp.