KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | CLI::EXPORT_PCB_BASE_COMMAND |
Namespaces | |
namespace | CLI |
Macros | |
#define | ARG_OUTPUT "--output" |
#define | ARG_INPUT "input" |
#define | ARG_BLACKANDWHITE "--black-and-white" |
#define | ARG_BLACKANDWHITE_DESC "Black and white only" |
#define | ARG_LAYERS "--layers" |
#define | ARG_EXCLUDE_REFDES "--exclude-refdes" |
#define | ARG_EXCLUDE_VALUE "--exclude-value" |
#define | ARG_THEME "--theme" |
#define | ARG_INCLUDE_BORDER_TITLE "--include-border-title" |
#define ARG_BLACKANDWHITE "--black-and-white" |
Definition at line 32 of file command_export_pcb_base.h.
#define ARG_BLACKANDWHITE_DESC "Black and white only" |
Definition at line 33 of file command_export_pcb_base.h.
#define ARG_EXCLUDE_REFDES "--exclude-refdes" |
Definition at line 36 of file command_export_pcb_base.h.
#define ARG_EXCLUDE_VALUE "--exclude-value" |
Definition at line 37 of file command_export_pcb_base.h.
#define ARG_INCLUDE_BORDER_TITLE "--include-border-title" |
Definition at line 39 of file command_export_pcb_base.h.
#define ARG_INPUT "input" |
Definition at line 30 of file command_export_pcb_base.h.
#define ARG_LAYERS "--layers" |
Definition at line 35 of file command_export_pcb_base.h.
#define ARG_OUTPUT "--output" |
Definition at line 29 of file command_export_pcb_base.h.
#define ARG_THEME "--theme" |
Definition at line 38 of file command_export_pcb_base.h.