| 
    KiCad PCB EDA Suite
    
   | 
 
#include <kiface_base.h>#include <sch_plotter.h>#include "command_sch_export_plot.h"#include <cli/exit_codes.h>#include "font/kicad_font_name.h"#include "jobs/job_export_sch_plot.h"#include <layer_ids.h>#include <wx/crt.h>#include <string_utils.h>#include <macros.h>#include <wx/tokenzr.h>Go to the source code of this file.
Macros | |
| #define | ARG_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" | 
| #define | ARG_NO_BACKGROUND_COLOR "--no-background-color" | 
| #define | ARG_PAGES "--pages" | 
| #define | ARG_EXCLUDE_PDF_PROPERTY_POPUPS "--exclude-pdf-property-popups" | 
| #define | ARG_EXCLUDE_PDF_HIERARCHICAL_LINKS "--exclude-pdf-hierarchical-links" | 
| #define | ARG_EXCLUDE_PDF_METADATA "--exclude-pdf-metadata" | 
| #define | ARG_FONT_NAME "--default-font" | 
| #define | ARG_DRAW_HOP_OVER "--draw-hop-over" | 
| #define | DEPRECATED_ARG_HPGL_PEN_SIZE "--pen-size" | 
| #define | DEPRECATED_ARG_HPGL_ORIGIN "--origin" | 
| #define ARG_DRAW_HOP_OVER "--draw-hop-over" | 
Definition at line 41 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" | 
Definition at line 34 of file command_sch_export_plot.cpp.
| #define ARG_EXCLUDE_PDF_HIERARCHICAL_LINKS "--exclude-pdf-hierarchical-links" | 
Definition at line 38 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_EXCLUDE_PDF_METADATA "--exclude-pdf-metadata" | 
Definition at line 39 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_EXCLUDE_PDF_PROPERTY_POPUPS "--exclude-pdf-property-popups" | 
Definition at line 37 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_FONT_NAME "--default-font" | 
Definition at line 40 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_NO_BACKGROUND_COLOR "--no-background-color" | 
Definition at line 35 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_PAGES "--pages" | 
Definition at line 36 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define DEPRECATED_ARG_HPGL_ORIGIN "--origin" | 
Definition at line 44 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define DEPRECATED_ARG_HPGL_PEN_SIZE "--pen-size" | 
Definition at line 43 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().