KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_export_stats.cpp File Reference
#include "command_pcb_export_stats.h"
#include <cli/exit_codes.h>
#include <jobs/job_export_pcb_stats.h>
#include <string_utils.h>
#include <wx/crt.h>

Go to the source code of this file.

Macros

#define ARG_EXCLUDE_NO_PADS   "--exclude-footprints-without-pads"
 
#define ARG_SUBTRACT_HOLES   "--subtract-holes-from-board"
 
#define ARG_SUBTRACT_HOLES_COPPER   "--subtract-holes-from-copper"
 
#define ARG_FORMAT   "--format"
 
#define ARG_UNITS   "--units"
 

Macro Definition Documentation

◆ ARG_EXCLUDE_NO_PADS

#define ARG_EXCLUDE_NO_PADS   "--exclude-footprints-without-pads"

◆ ARG_FORMAT

#define ARG_FORMAT   "--format"

Definition at line 30 of file command_pcb_export_stats.cpp.

◆ ARG_SUBTRACT_HOLES

#define ARG_SUBTRACT_HOLES   "--subtract-holes-from-board"

◆ ARG_SUBTRACT_HOLES_COPPER

#define ARG_SUBTRACT_HOLES_COPPER   "--subtract-holes-from-copper"

◆ ARG_UNITS

#define ARG_UNITS   "--units"

Definition at line 31 of file command_pcb_export_stats.cpp.