KiCad PCB EDA Suite
|
#include <project.h>
#include <project/net_settings.h>
#include <settings/json_settings_internals.h>
#include <project/project_file.h>
#include <settings/common_settings.h>
#include <settings/parameters.h>
#include <wildcards_and_files_ext.h>
#include <wx/config.h>
#include <wx/log.h>
Go to the source code of this file.
Functions | |
void | to_json (nlohmann::json &aJson, const FILE_INFO_PAIR &aPair) |
void | from_json (const nlohmann::json &aJson, FILE_INFO_PAIR &aPair) |
Variables | |
const int | projectFileSchemaVersion = 2 |
! Update the schema version whenever a migration is required | |
void from_json | ( | const nlohmann::json & | aJson, |
FILE_INFO_PAIR & | aPair | ||
) |
Definition at line 682 of file project_file.cpp.
void to_json | ( | nlohmann::json & | aJson, |
const FILE_INFO_PAIR & | aPair | ||
) |
Definition at line 676 of file project_file.cpp.
const int projectFileSchemaVersion = 2 |
! Update the schema version whenever a migration is required
Definition at line 34 of file project_file.cpp.