KiCad PCB EDA Suite
|
#include <pcb_plot_svg.h>
Public Attributes | |
wxString | m_outputFile |
wxString | m_colorTheme |
bool | m_mirror |
bool | m_blackAndWhite |
bool | m_plotFrame |
int | m_pageSizeMode |
LSET | m_printMaskLayer |
Definition at line 24 of file pcb_plot_svg.h.
bool PCB_PLOT_SVG_OPTIONS::m_blackAndWhite |
Definition at line 30 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
wxString PCB_PLOT_SVG_OPTIONS::m_colorTheme |
Definition at line 27 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
bool PCB_PLOT_SVG_OPTIONS::m_mirror |
Definition at line 29 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
wxString PCB_PLOT_SVG_OPTIONS::m_outputFile |
Definition at line 26 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
int PCB_PLOT_SVG_OPTIONS::m_pageSizeMode |
Definition at line 33 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
bool PCB_PLOT_SVG_OPTIONS::m_plotFrame |
Definition at line 31 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().
LSET PCB_PLOT_SVG_OPTIONS::m_printMaskLayer |
Definition at line 35 of file pcb_plot_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), DIALOG_EXPORT_SVG::ExportSVGFile(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and PCB_PLOT_SVG::Plot().