KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_export_pcb_base.h File Reference
#include "command.h"
#include <layer_ids.h>

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"
 

Macro Definition Documentation

◆ ARG_BLACKANDWHITE

#define ARG_BLACKANDWHITE   "--black-and-white"

Definition at line 32 of file command_export_pcb_base.h.

◆ ARG_BLACKANDWHITE_DESC

#define ARG_BLACKANDWHITE_DESC   "Black and white only"

Definition at line 33 of file command_export_pcb_base.h.

◆ ARG_EXCLUDE_REFDES

#define ARG_EXCLUDE_REFDES   "--exclude-refdes"

Definition at line 36 of file command_export_pcb_base.h.

◆ ARG_EXCLUDE_VALUE

#define ARG_EXCLUDE_VALUE   "--exclude-value"

Definition at line 37 of file command_export_pcb_base.h.

◆ ARG_INCLUDE_BORDER_TITLE

#define ARG_INCLUDE_BORDER_TITLE   "--include-border-title"

Definition at line 39 of file command_export_pcb_base.h.

◆ ARG_INPUT

#define ARG_INPUT   "input"

Definition at line 30 of file command_export_pcb_base.h.

◆ ARG_LAYERS

#define ARG_LAYERS   "--layers"

Definition at line 35 of file command_export_pcb_base.h.

◆ ARG_OUTPUT

#define ARG_OUTPUT   "--output"

Definition at line 29 of file command_export_pcb_base.h.

◆ ARG_THEME

#define ARG_THEME   "--theme"

Definition at line 38 of file command_export_pcb_base.h.