KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job.cpp File Reference
#include <jobs/job.h>
#include <wx/filename.h>
#include <common.h>
#include <project.h>

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)
 

Function Documentation

◆ from_json()

KICOMMON_API void from_json ( const nlohmann::json & j,
JOB & f )

Definition at line 165 of file job.cpp.

References JOB::FromJson(), and KICOMMON_API.

◆ PrependDirectoryToPath()

void PrependDirectoryToPath ( wxFileName & aFileName,
const wxString aDirPath )

Definition at line 92 of file job.cpp.

Referenced by JOB::GetFullOutputPath().

◆ to_json()

KICOMMON_API void to_json ( nlohmann::json & j,
const JOB & f )

Definition at line 159 of file job.cpp.

References KICOMMON_API, and JOB::ToJson().