KiCad PCB EDA Suite
|
#include <sch_plotter.h>
Public Member Functions | |
SCH_PLOT_SETTINGS () | |
Public Attributes | |
bool | m_plotAll |
bool | m_plotDrawingSheet |
bool | m_blackAndWhite |
int | m_pageSizeSelect |
bool | m_useBackgroundColor |
double | m_HPGLPenSize |
HPGL_PAGE_SIZE | m_HPGLPaperSizeSelect |
wxString | m_theme |
wxString | m_outputDirectory |
wxString | m_outputFile |
HPGL_PLOT_ORIGIN_AND_UNITS | m_HPGLPlotOrigin |
Definition at line 79 of file sch_plotter.h.
|
inline |
Definition at line 95 of file sch_plotter.h.
bool SCH_PLOT_SETTINGS::m_blackAndWhite |
Definition at line 83 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createPDFFile(), CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetDXF(), SCH_PLOTTER::plotOneSheetHpgl(), SCH_PLOTTER::plotOneSheetPS(), SCH_PLOTTER::plotOneSheetSVG(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
HPGL_PAGE_SIZE SCH_PLOT_SETTINGS::m_HPGLPaperSizeSelect |
Definition at line 87 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createHPGLFiles(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
double SCH_PLOT_SETTINGS::m_HPGLPenSize |
Definition at line 86 of file sch_plotter.h.
Referenced by CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetHpgl(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
HPGL_PLOT_ORIGIN_AND_UNITS SCH_PLOT_SETTINGS::m_HPGLPlotOrigin |
Definition at line 93 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createHPGLFiles(), CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetHpgl(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
wxString SCH_PLOT_SETTINGS::m_outputDirectory |
Definition at line 90 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createPlotFileName(), CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
wxString SCH_PLOT_SETTINGS::m_outputFile |
Definition at line 91 of file sch_plotter.h.
Referenced by CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), and SCH_PLOTTER::getOutputFilenameSingle().
int SCH_PLOT_SETTINGS::m_pageSizeSelect |
Definition at line 84 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createPSFiles(), CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetSVG(), DIALOG_PLOT_SCHEMATIC::plotSchematic(), and SCH_PLOTTER::setupPlotPagePDF().
bool SCH_PLOT_SETTINGS::m_plotAll |
Definition at line 81 of file sch_plotter.h.
Referenced by SCH_PLOTTER::createDXFFiles(), SCH_PLOTTER::createHPGLFiles(), SCH_PLOTTER::createPDFFile(), SCH_PLOTTER::createPSFiles(), SCH_PLOTTER::createSVGFiles(), CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
bool SCH_PLOT_SETTINGS::m_plotDrawingSheet |
Definition at line 82 of file sch_plotter.h.
Referenced by CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetDXF(), SCH_PLOTTER::plotOneSheetHpgl(), SCH_PLOTTER::plotOneSheetPDF(), SCH_PLOTTER::plotOneSheetPS(), SCH_PLOTTER::plotOneSheetSVG(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
wxString SCH_PLOT_SETTINGS::m_theme |
Definition at line 88 of file sch_plotter.h.
Referenced by CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), SCH_PLOTTER::Plot(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().
bool SCH_PLOT_SETTINGS::m_useBackgroundColor |
Definition at line 85 of file sch_plotter.h.
Referenced by CLI::EXPORT_SCH_PLOT_COMMAND::doPerform(), SCH_PLOTTER::plotOneSheetPDF(), SCH_PLOTTER::plotOneSheetPS(), SCH_PLOTTER::plotOneSheetSVG(), and DIALOG_PLOT_SCHEMATIC::plotSchematic().