KiCad PCB EDA Suite
|
#include "panel_jobset.h"
#include "dialog_jobset_output_options.h"
#include "dialog_copyfiles_job_settings.h"
#include <wx/aui/auibook.h>
#include <jobs/jobset.h>
#include <jobs/job_registry.h>
#include <eda_list_dialog.h>
#include <wx/checkbox.h>
#include <wx/menu.h>
#include <bitmaps.h>
#include <i18n_utility.h>
#include <jobs_runner.h>
#include <widgets/wx_progress_reporters.h>
#include <kicad_manager_frame.h>
#include <vector>
#include <wildcards_and_files_ext.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <widgets/grid_text_button_helpers.h>
#include <kiplatform/ui.h>
#include <confirm.h>
#include <jobs/job_special_execute.h>
#include <jobs/job_special_copyfiles.h>
#include <dialogs/dialog_executecommand_job_settings.h>
Go to the source code of this file.
Classes | |
class | DIALOG_OUTPUT_RUN_RESULTS |
class | PANEL_JOBSET_OUTPUT |
Variables | |
KICOMMON_API std::map< JOBSET_OUTPUT_TYPE, JOBSET_OUTPUT_TYPE_INFO > | JobsetOutputTypeInfos |
|
extern |
Definition at line 39 of file jobset.cpp.
Referenced by DIALOG_JOBSET_OUTPUT_OPTIONS::DIALOG_JOBSET_OUTPUT_OPTIONS(), PANEL_JOBSET::OnAddOutputClick(), DIALOG_JOBSET_OUTPUT_OPTIONS::onOutputPathBrowseClicked(), and PANEL_JOBSET_OUTPUT::PANEL_JOBSET_OUTPUT().