21#ifndef EESCHEMA_JOBS_HANDLER_H 
   22#define EESCHEMA_JOBS_HANDLER_H 
   63                             const wxString& aDrawingSheetOverride = wxEmptyString );
 
 
int JobExportNetlist(JOB *aJob)
 
void InitRenderSettings(SCH_RENDER_SETTINGS *aRenderSettings, const wxString &aTheme, SCHEMATIC *aSch, const wxString &aDrawingSheetOverride=wxEmptyString)
Configure the SCH_RENDER_SETTINGS object with the correct data to be used with plotting.
 
int JobSymUpgrade(JOB *aJob)
 
int JobExportBom(JOB *aJob)
 
int JobUpgrade(JOB *aJob)
 
int JobSymExportSvg(JOB *aJob)
 
SCHEMATIC * getSchematic(const wxString &aPath)
 
DS_PROXY_VIEW_ITEM * getDrawingSheetProxyView(SCHEMATIC *aSch)
 
int JobExportPythonBom(JOB *aJob)
 
EESCHEMA_JOBS_HANDLER(KIWAY *aKiway)
 
int JobExportPlot(JOB *aJob)
 
SCHEMATIC * m_cliSchematic
 
int doSymExportSvg(JOB_SYM_EXPORT_SVG *aSvgJob, SCH_RENDER_SETTINGS *aRenderSettings, LIB_SYMBOL *symbol)
 
JOB_DISPATCHER(KIWAY *aKiway)
 
An simple container class that lets us dispatch output jobs to kifaces.
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
 
Define a library symbol object.
 
Holds all the data relating to one schematic.