KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_export_sch_plot.h File Reference
#include <vector>
#include <kicommon.h>
#include "job.h"

Go to the source code of this file.

Classes

class  JOB_EXPORT_SCH_PLOT
 
class  JOB_EXPORT_SCH_PLOT_PDF
 
class  JOB_EXPORT_SCH_PLOT_DXF
 
class  JOB_EXPORT_SCH_PLOT_SVG
 
class  JOB_EXPORT_SCH_PLOT_PS
 
class  JOB_EXPORT_SCH_PLOT_HPGL
 

Enumerations

enum class  JOB_PAGE_SIZE { PAGE_SIZE_AUTO , PAGE_SIZE_A4 , PAGE_SIZE_A }
 
enum class  SCH_PLOT_FORMAT {
  HPGL , POST , DXF , PDF ,
  SVG
}
 

Enumeration Type Documentation

◆ JOB_PAGE_SIZE

enum class JOB_PAGE_SIZE
strong
Enumerator
PAGE_SIZE_AUTO 
PAGE_SIZE_A4 
PAGE_SIZE_A 

Definition at line 29 of file job_export_sch_plot.h.

◆ SCH_PLOT_FORMAT

enum class SCH_PLOT_FORMAT
strong
Enumerator
HPGL 
POST 
DXF 
PDF 
SVG 

Definition at line 37 of file job_export_sch_plot.h.