|
KiCad PCB EDA Suite
|
#include <wx/string.h>#include <kicommon.h>#include <map>#include <settings/json_settings.h>#include <lseq.h>#include <lset.h>#include <title_block.h>Go to the source code of this file.
Classes | |
| class | JOB_PARAM_BASE |
| class | JOB_PARAM< ValueType > |
| class | JOB_PARAM_LIST< ListElementType > |
| class | JOB_PARAM_LSEQ |
| struct | JOB_OUTPUT |
| class | JOB |
| An simple container class that lets us dispatch output jobs to kifaces. More... | |
Functions | |
| KICOMMON_API void | from_json (const nlohmann::json &j, JOB &f) |
| KICOMMON_API void | to_json (nlohmann::json &j, const JOB &f) |
| 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.
| 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().