KiCad PCB EDA Suite
|
#include <dialogs/dialog_render_job.h>
#include <jobs/job_pcb_render.h>
#include <i18n_utility.h>
#include <wx/display.h>
Go to the source code of this file.
Variables | |
static std::map< JOB_PCB_RENDER::BG_STYLE, wxString > | bgStyleMap |
static std::map< JOB_PCB_RENDER::QUALITY, wxString > | qualityMap |
static std::map< JOB_PCB_RENDER::SIDE, wxString > | sideMap |
|
static |
Definition at line 26 of file dialog_render_job.cpp.
Referenced by DIALOG_RENDER_JOB::DIALOG_RENDER_JOB(), DIALOG_RENDER_JOB::getSelectedBgStyle(), and DIALOG_RENDER_JOB::setSelectedBgStyle().
|
static |
Definition at line 32 of file dialog_render_job.cpp.
Referenced by DIALOG_RENDER_JOB::DIALOG_RENDER_JOB(), DIALOG_RENDER_JOB::getSelectedQuality(), and DIALOG_RENDER_JOB::setSelectedQuality().
|
static |
Definition at line 38 of file dialog_render_job.cpp.
Referenced by DIALOG_RENDER_JOB::DIALOG_RENDER_JOB(), DIALOG_RENDER_JOB::getSelectedSide(), and DIALOG_RENDER_JOB::setSelectedSide().