|
KiCad PCB EDA Suite
|
#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" |
| #define ARG_EXCLUDE_NO_PADS "--exclude-footprints-without-pads" |
Definition at line 27 of file command_pcb_export_stats.cpp.
Referenced by CLI::PCB_EXPORT_STATS_COMMAND::doPerform(), and CLI::PCB_EXPORT_STATS_COMMAND::PCB_EXPORT_STATS_COMMAND().
| #define ARG_FORMAT "--format" |
Definition at line 30 of file command_pcb_export_stats.cpp.
| #define ARG_SUBTRACT_HOLES "--subtract-holes-from-board" |
Definition at line 28 of file command_pcb_export_stats.cpp.
Referenced by CLI::PCB_EXPORT_STATS_COMMAND::doPerform(), and CLI::PCB_EXPORT_STATS_COMMAND::PCB_EXPORT_STATS_COMMAND().
| #define ARG_SUBTRACT_HOLES_COPPER "--subtract-holes-from-copper" |
Definition at line 29 of file command_pcb_export_stats.cpp.
Referenced by CLI::PCB_EXPORT_STATS_COMMAND::doPerform(), and CLI::PCB_EXPORT_STATS_COMMAND::PCB_EXPORT_STATS_COMMAND().
| #define ARG_UNITS "--units" |
Definition at line 31 of file command_pcb_export_stats.cpp.