33 m_fitPageToBoard( false ),
35 m_genMode( GEN_MODE::
SINGLE )
37 m_plotDrawingSheet =
true;
39 m_params.emplace_back(
new JOB_PARAM<wxString>(
"color_theme", &m_colorTheme, m_colorTheme ) );
40 m_params.emplace_back(
41 new JOB_PARAM<bool>(
"fit_page_to_board", &m_fitPageToBoard, m_fitPageToBoard ) );
49 return _(
"Export SVG" );
55 return _(
"Export SVG Job Settings" );
wxString GetSettingsDialogTitle() const override
wxString GetDefaultDescription() const override
Some functions to handle hotkeys in KiCad.
NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_SVG::GEN_MODE, { { JOB_EXPORT_PCB_SVG::GEN_MODE::MULTI, "multi" }, { JOB_EXPORT_PCB_SVG::GEN_MODE::SINGLE, "single" }, }) JOB_EXPORT_PCB_SVG
#define REGISTER_JOB(job_name, title, face, T)
PLOT_FORMAT
The set of supported output plot formats.