KiCad PCB EDA Suite
Loading...
Searching...
No Matches
project_file.cpp File Reference
#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 = 1
 ! Update the schema version whenever a migration is required
 

Function Documentation

◆ from_json()

void from_json ( const nlohmann::json &  aJson,
FILE_INFO_PAIR aPair 
)

Definition at line 658 of file project_file.cpp.

◆ to_json()

void to_json ( nlohmann::json &  aJson,
const FILE_INFO_PAIR aPair 
)

Definition at line 652 of file project_file.cpp.

Variable Documentation

◆ projectFileSchemaVersion

const int projectFileSchemaVersion = 1

! Update the schema version whenever a migration is required

Definition at line 34 of file project_file.cpp.