KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JOB_EXPORT_PCB_PDF Class Reference

#include <job_export_pcb_pdf.h>

Inheritance diagram for JOB_EXPORT_PCB_PDF:
JOB

Public Member Functions

 JOB_EXPORT_PCB_PDF (bool aIsCli)
 
const std::string & GetType () const
 
bool IsCli () const
 
const std::map< wxString, wxString > & GetVarOverrides () const
 
void SetVarOverrides (const std::map< wxString, wxString > &aVarOverrides)
 

Public Attributes

wxString m_filename
 
wxString m_outputFile
 
wxString m_colorTheme
 
wxString m_drawingSheet
 
bool m_mirror
 
bool m_blackAndWhite
 
bool m_negative
 
bool m_plotFootprintValues
 
bool m_plotRefDes
 
bool m_plotBorderTitleBlocks
 
LSEQ m_printMaskLayer
 
int m_drillShapeOption
 

Protected Attributes

std::string m_type
 
bool m_isCli
 
std::map< wxString, wxString > m_varOverrides
 

Detailed Description

Definition at line 30 of file job_export_pcb_pdf.h.

Constructor & Destructor Documentation

◆ JOB_EXPORT_PCB_PDF()

JOB_EXPORT_PCB_PDF::JOB_EXPORT_PCB_PDF ( bool  aIsCli)

Definition at line 24 of file job_export_pcb_pdf.cpp.

Member Function Documentation

◆ GetType()

const std::string & JOB::GetType ( ) const
inlineinherited

Definition at line 38 of file job.h.

Referenced by JOB_DISPATCHER::RunJob().

◆ GetVarOverrides()

◆ IsCli()

◆ SetVarOverrides()

void JOB::SetVarOverrides ( const std::map< wxString, wxString > &  aVarOverrides)
inlineinherited

Definition at line 43 of file job.h.

Referenced by CLI::PCB_EXPORT_GERBER_COMMAND::populateJob().

Member Data Documentation

◆ m_blackAndWhite

bool JOB_EXPORT_PCB_PDF::m_blackAndWhite

Definition at line 41 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_colorTheme

wxString JOB_EXPORT_PCB_PDF::m_colorTheme

Definition at line 37 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_drawingSheet

wxString JOB_EXPORT_PCB_PDF::m_drawingSheet

Definition at line 38 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_drillShapeOption

int JOB_EXPORT_PCB_PDF::m_drillShapeOption

Definition at line 52 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_filename

wxString JOB_EXPORT_PCB_PDF::m_filename

Definition at line 35 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_isCli

bool JOB::m_isCli
protectedinherited

Definition at line 50 of file job.h.

◆ m_mirror

bool JOB_EXPORT_PCB_PDF::m_mirror

Definition at line 40 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_negative

bool JOB_EXPORT_PCB_PDF::m_negative

Definition at line 42 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_outputFile

wxString JOB_EXPORT_PCB_PDF::m_outputFile

Definition at line 36 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_plotBorderTitleBlocks

bool JOB_EXPORT_PCB_PDF::m_plotBorderTitleBlocks

Definition at line 45 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_plotFootprintValues

bool JOB_EXPORT_PCB_PDF::m_plotFootprintValues

Definition at line 43 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_plotRefDes

bool JOB_EXPORT_PCB_PDF::m_plotRefDes

Definition at line 44 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_printMaskLayer

LSEQ JOB_EXPORT_PCB_PDF::m_printMaskLayer

Definition at line 47 of file job_export_pcb_pdf.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPdf().

◆ m_type

std::string JOB::m_type
protectedinherited

Definition at line 49 of file job.h.

◆ m_varOverrides

std::map<wxString, wxString> JOB::m_varOverrides
protectedinherited

Definition at line 51 of file job.h.


The documentation for this class was generated from the following files: