KiCad PCB EDA Suite
|
#include "panel_jobset.h"
#include "dialog_destination.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_JOBSET_RUN_LOG |
class | PANEL_DESTINATION |
Variables | |
KICOMMON_API std::map< JOBSET_DESTINATION_T, JOBSET_DESTINATION_T_INFO > | JobsetDestinationTypeInfos |
|
extern |
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().