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

#include <job_export_sch_plot.h>

Inheritance diagram for JOB_EXPORT_SCH_PLOT_PS:
JOB_EXPORT_SCH_PLOT JOB

Public Member Functions

 JOB_EXPORT_SCH_PLOT_PS ()
 
wxString GetDescription () override
 
const std::string & GetType () const
 
const std::map< wxString, wxString > & GetVarOverrides () const
 
void SetVarOverrides (const std::map< wxString, wxString > &aVarOverrides)
 
virtual void FromJson (const nlohmann::json &j)
 
virtual void ToJson (nlohmann::json &j) const
 
const std::vector< JOB_PARAM_BASE * > & GetParams ()
 
void ClearExistingOutputs ()
 
const std::vector< JOB_OUTPUT > & GetOutputs ()
 
void AddOutput (wxString aOutputPath)
 
void SetTempOutputDirectory (const wxString &aBase)
 
void SetOutputPath (const wxString &aPath)
 
wxString GetOutputPath () const
 
wxString GetFullOutputPath () const
 
bool OutputPathFullSpecified () const
 

Public Attributes

SCH_PLOT_FORMAT m_plotFormat
 
wxString m_filename
 
wxString m_drawingSheet
 
bool m_plotAll
 
bool m_plotDrawingSheet
 
std::vector< wxString > m_plotPages
 
bool m_blackAndWhite
 
JOB_PAGE_SIZE m_pageSizeSelect
 
bool m_useBackgroundColor
 
double m_HPGLPenSize
 
JOB_HPGL_PAGE_SIZE m_HPGLPaperSizeSelect
 
bool m_PDFPropertyPopups
 
bool m_PDFHierarchicalLinks
 
bool m_PDFMetadata
 
wxString m_theme
 
wxString m_outputDirectory
 
wxString m_outputFile
 
JOB_HPGL_PLOT_ORIGIN_AND_UNITS m_HPGLPlotOrigin
 

Protected Attributes

std::string m_type
 
std::map< wxString, wxString > m_varOverrides
 
wxString m_tempOutputDirectory
 
wxString m_outputPath
 
bool m_outputPathIsDirectory
 
std::vector< JOB_PARAM_BASE * > m_params
 
std::vector< JOB_OUTPUTm_outputs
 

Detailed Description

Definition at line 129 of file job_export_sch_plot.h.

Constructor & Destructor Documentation

◆ JOB_EXPORT_SCH_PLOT_PS()

JOB_EXPORT_SCH_PLOT_PS::JOB_EXPORT_SCH_PLOT_PS ( )

Member Function Documentation

◆ AddOutput()

void JOB::AddOutput ( wxString  aOutputPath)
inlineinherited

Definition at line 111 of file job.h.

Referenced by PCBNEW_JOBS_HANDLER::JobExportPos().

◆ ClearExistingOutputs()

void JOB::ClearExistingOutputs ( )
inlineinherited

Definition at line 103 of file job.h.

Referenced by JOB_DISPATCHER::RunJob().

◆ FromJson()

void JOB::FromJson ( const nlohmann::json &  j)
virtualinherited

Definition at line 53 of file job.cpp.

References JOB::m_params.

Referenced by from_json().

◆ GetDescription()

wxString JOB_EXPORT_SCH_PLOT_PS::GetDescription ( )
overridevirtual

Reimplemented from JOB.

◆ GetFullOutputPath()

◆ GetOutputPath()

◆ GetOutputs()

const std::vector< JOB_OUTPUT > & JOB::GetOutputs ( )
inlineinherited

Definition at line 107 of file job.h.

◆ GetParams()

const std::vector< JOB_PARAM_BASE * > & JOB::GetParams ( )
inlineinherited

Definition at line 99 of file job.h.

◆ GetType()

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

Definition at line 85 of file job.h.

Referenced by JOB_DISPATCHER::HandleJobConfig(), and JOB_DISPATCHER::RunJob().

◆ GetVarOverrides()

◆ OutputPathFullSpecified()

bool JOB::OutputPathFullSpecified ( ) const
inherited

Definition at line 135 of file job.cpp.

References JOB::m_outputPath, and JOB::m_outputPathIsDirectory.

Referenced by PCBNEW_JOBS_HANDLER::JobExportIpc2581().

◆ SetOutputPath()

◆ SetTempOutputDirectory()

void JOB::SetTempOutputDirectory ( const wxString &  aBase)
inherited

Definition at line 73 of file job.cpp.

References JOB::m_tempOutputDirectory.

◆ SetVarOverrides()

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

Definition at line 89 of file job.h.

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

◆ ToJson()

void JOB::ToJson ( nlohmann::json &  j) const
virtualinherited

Definition at line 60 of file job.cpp.

References JOB::m_params.

Referenced by to_json().

Member Data Documentation

◆ m_blackAndWhite

bool JOB_EXPORT_SCH_PLOT::m_blackAndWhite
inherited

◆ m_drawingSheet

wxString JOB_EXPORT_SCH_PLOT::m_drawingSheet
inherited

Definition at line 82 of file job_export_sch_plot.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().

◆ m_filename

wxString JOB_EXPORT_SCH_PLOT::m_filename
inherited

◆ m_HPGLPaperSizeSelect

JOB_HPGL_PAGE_SIZE JOB_EXPORT_SCH_PLOT::m_HPGLPaperSizeSelect
inherited

◆ m_HPGLPenSize

double JOB_EXPORT_SCH_PLOT::m_HPGLPenSize
inherited

◆ m_HPGLPlotOrigin

◆ m_outputDirectory

wxString JOB_EXPORT_SCH_PLOT::m_outputDirectory
inherited

Definition at line 98 of file job_export_sch_plot.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().

◆ m_outputFile

wxString JOB_EXPORT_SCH_PLOT::m_outputFile
inherited

Definition at line 99 of file job_export_sch_plot.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().

◆ m_outputPath

wxString JOB::m_outputPath
protectedinherited

◆ m_outputPathIsDirectory

bool JOB::m_outputPathIsDirectory
protectedinherited

Definition at line 132 of file job.h.

Referenced by JOB::GetFullOutputPath(), JOB::JOB(), and JOB::OutputPathFullSpecified().

◆ m_outputs

std::vector<JOB_OUTPUT> JOB::m_outputs
protectedinherited

Definition at line 136 of file job.h.

◆ m_pageSizeSelect

JOB_PAGE_SIZE JOB_EXPORT_SCH_PLOT::m_pageSizeSelect
inherited

◆ m_params

◆ m_PDFHierarchicalLinks

bool JOB_EXPORT_SCH_PLOT::m_PDFHierarchicalLinks
inherited

◆ m_PDFMetadata

bool JOB_EXPORT_SCH_PLOT::m_PDFMetadata
inherited

◆ m_PDFPropertyPopups

bool JOB_EXPORT_SCH_PLOT::m_PDFPropertyPopups
inherited

◆ m_plotAll

bool JOB_EXPORT_SCH_PLOT::m_plotAll
inherited

◆ m_plotDrawingSheet

bool JOB_EXPORT_SCH_PLOT::m_plotDrawingSheet
inherited

◆ m_plotFormat

SCH_PLOT_FORMAT JOB_EXPORT_SCH_PLOT::m_plotFormat
inherited

◆ m_plotPages

std::vector<wxString> JOB_EXPORT_SCH_PLOT::m_plotPages
inherited

Definition at line 86 of file job_export_sch_plot.h.

Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().

◆ m_tempOutputDirectory

wxString JOB::m_tempOutputDirectory
protectedinherited

Definition at line 129 of file job.h.

Referenced by JOB::GetFullOutputPath(), and JOB::SetTempOutputDirectory().

◆ m_theme

wxString JOB_EXPORT_SCH_PLOT::m_theme
inherited

◆ m_type

std::string JOB::m_type
protectedinherited

Definition at line 126 of file job.h.

◆ m_useBackgroundColor

bool JOB_EXPORT_SCH_PLOT::m_useBackgroundColor
inherited

◆ m_varOverrides

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

Definition at line 127 of file job.h.


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