|
KiCad PCB EDA Suite
|
#include <api/api_handler_sch.h>#include <api/api_enums.h>#include <api/api_sch_utils.h>#include <api/api_utils.h>#include <api/sch_context.h>#include <magic_enum.hpp>#include <jobs/job_export_sch_bom.h>#include <jobs/job_export_sch_netlist.h>#include <jobs/job_export_sch_plot.h>#include <kiway.h>#include <sch_commit.h>#include <sch_edit_frame.h>#include <wx/filename.h>#include <api/common/types/base_types.pb.h>Go to the source code of this file.
Functions | |
| HANDLER_RESULT< types::RunJobResponse > | ExecuteSchematicJob (KIWAY *aKiway, JOB &aJob) |
| HANDLER_RESULT< types::RunJobResponse > ExecuteSchematicJob | ( | KIWAY * | aKiway, |
| JOB & | aJob ) |
Definition at line 43 of file api_handler_sch.cpp.
References KIWAY::FACE_SCH, WX_STRING_REPORTER::GetMessages(), JOB::GetOutputs(), JOB::GetType(), output, and KIWAY::ProcessJob().
Referenced by API_HANDLER_SCH::handleRunSchematicJobExportBOM(), API_HANDLER_SCH::handleRunSchematicJobExportDxf(), API_HANDLER_SCH::handleRunSchematicJobExportNetlist(), API_HANDLER_SCH::handleRunSchematicJobExportPdf(), API_HANDLER_SCH::handleRunSchematicJobExportPs(), and API_HANDLER_SCH::handleRunSchematicJobExportSvg().