KiCad PCB EDA Suite
|
#include <kiface_base.h>
#include <sch_plotter.h>
#include "command_sch_export_plot.h"
#include <cli/exit_codes.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_HPGL_PEN_SIZE "--pen-size" |
#define | ARG_HPGL_ORIGIN "--origin" |
#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" |
Variables | |
const JOB_HPGL_PLOT_ORIGIN_AND_UNITS | hpgl_origin_ops [4] |
#define ARG_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" |
Definition at line 33 of file command_sch_export_plot.cpp.
#define ARG_EXCLUDE_PDF_HIERARCHICAL_LINKS "--exclude-pdf-hierarchical-links" |
Definition at line 39 of file command_sch_export_plot.cpp.
#define ARG_EXCLUDE_PDF_METADATA "--exclude-pdf-metadata" |
Definition at line 40 of file command_sch_export_plot.cpp.
#define ARG_EXCLUDE_PDF_PROPERTY_POPUPS "--exclude-pdf-property-popups" |
Definition at line 38 of file command_sch_export_plot.cpp.
#define ARG_HPGL_ORIGIN "--origin" |
Definition at line 36 of file command_sch_export_plot.cpp.
#define ARG_HPGL_PEN_SIZE "--pen-size" |
Definition at line 35 of file command_sch_export_plot.cpp.
#define ARG_NO_BACKGROUND_COLOR "--no-background-color" |
Definition at line 34 of file command_sch_export_plot.cpp.
#define ARG_PAGES "--pages" |
Definition at line 37 of file command_sch_export_plot.cpp.
const JOB_HPGL_PLOT_ORIGIN_AND_UNITS hpgl_origin_ops[4] |
Definition at line 42 of file command_sch_export_plot.cpp.
Referenced by CLI::SCH_EXPORT_PLOT_COMMAND::doPerform().