KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
jobset.cpp File Reference
#include <i18n_utility.h>
#include <nlohmann/json.hpp>
#include <settings/parameters.h>
#include <wildcards_and_files_ext.h>
#include <jobs/jobset.h>
#include <jobs/job_registry.h>
#include <jobs/jobs_output_folder.h>
#include <jobs/jobs_output_archive.h>
#include <kiid.h>
#include <reporter.h>
#include <algorithm>

Go to the source code of this file.

Functions

 NLOHMANN_JSON_SERIALIZE_ENUM (JOBSET_DESTINATION_T, { { JOBSET_DESTINATION_T::FOLDER, "folder" }, { JOBSET_DESTINATION_T::ARCHIVE, "archive" } }) KICOMMON_API void to_json(nlohmann
 
KICOMMON_API void from_json (const nlohmann::json &j, JOBSET_JOB &f)
 
KICOMMON_API void to_json (nlohmann::json &j, const JOBSET_DESTINATION &destination)
 
KICOMMON_API void from_json (const nlohmann::json &j, JOBSET_DESTINATION &destination)
 

Variables

const int jobsFileSchemaVersion = 1
 
KICOMMON_API std::map< JOBSET_DESTINATION_T, JOBSET_DESTINATION_T_INFOJobsetDestinationTypeInfos
 
template class KICOMMON_API PARAM_LIST< JOBSET_JOB >
 
template class KICOMMON_API PARAM_LIST< JOBSET_DESTINATION >
 

Function Documentation

◆ from_json() [1/2]

◆ from_json() [2/2]

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

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

NLOHMANN_JSON_SERIALIZE_ENUM ( JOBSET_DESTINATION_T  ,
{ { JOBSET_DESTINATION_T::FOLDER, "folder" }, { JOBSET_DESTINATION_T::ARCHIVE, "archive" } }   
)

Definition at line 48 of file jobset.cpp.

◆ to_json()

Variable Documentation

◆ JobsetDestinationTypeInfos

KICOMMON_API std::map<JOBSET_DESTINATION_T, JOBSET_DESTINATION_T_INFO> JobsetDestinationTypeInfos
Initial value:
=
{
{ JOBSET_DESTINATION_T::FOLDER,
{ _HKI( "Folder" ), BITMAPS::small_folder, true, "" } },
{ JOBSET_DESTINATION_T::ARCHIVE,
{ _HKI( "Archive" ), BITMAPS::zip, false, FILEEXT::ZipFileWildcard() } },
}
@ small_folder
#define _HKI(x)
static wxString ZipFileWildcard()

Definition at line 39 of file jobset.cpp.

Referenced by DIALOG_DESTINATION::DIALOG_DESTINATION(), PANEL_JOBSET::OnAddDestinationClick(), DIALOG_DESTINATION::onOutputPathBrowseClicked(), and PANEL_DESTINATION::PANEL_DESTINATION().

◆ jobsFileSchemaVersion

const int jobsFileSchemaVersion = 1

Definition at line 36 of file jobset.cpp.

◆ PARAM_LIST< JOBSET_DESTINATION >

Definition at line 332 of file jobset.cpp.

◆ PARAM_LIST< JOBSET_JOB >

template class KICOMMON_API PARAM_LIST< JOBSET_JOB >

Definition at line 331 of file jobset.cpp.