KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
void | PrependDirectoryToPath (wxFileName &aFileName, const wxString aDirPath) |
KICOMMON_API void | to_json (nlohmann::json &j, const JOB &f) |
KICOMMON_API void | from_json (const nlohmann::json &j, JOB &f) |
KICOMMON_API void from_json | ( | const nlohmann::json & | j, |
JOB & | f | ||
) |
Definition at line 160 of file job.cpp.
References JOB::FromJson().
void PrependDirectoryToPath | ( | wxFileName & | aFileName, |
const wxString | aDirPath | ||
) |
Definition at line 79 of file job.cpp.
Referenced by JOB::GetFullOutputPath().
KICOMMON_API void to_json | ( | nlohmann::json & | j, |
const JOB & | f | ||
) |
Definition at line 154 of file job.cpp.
References JOB::ToJson().