| 
    KiCad PCB EDA Suite
    
   | 
 
#include "command_pcb_export_svg.h"#include <cli/exit_codes.h>#include "command_pcb_export_base.h"#include "jobs/job_export_pcb_svg.h"#include <kiface_base.h>#include <string_utils.h>#include <regex>#include <wx/crt.h>Go to the source code of this file.
Macros | |
| #define | ARG_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" | 
| #define | ARG_PAGE_SIZE "--page-size-mode" | 
| #define | ARG_FIT_PAGE_TO_BOARD "--fit-page-to-board" | 
| #define | ARG_MODE_SINGLE "--mode-single" | 
| #define | ARG_MODE_MULTI "--mode-multi" | 
| #define ARG_EXCLUDE_DRAWING_SHEET "--exclude-drawing-sheet" | 
Definition at line 32 of file command_pcb_export_svg.cpp.
Referenced by CLI::PCB_EXPORT_SVG_COMMAND::doPerform(), CLI::SCH_EXPORT_PLOT_COMMAND::doPerform(), CLI::PCB_EXPORT_SVG_COMMAND::PCB_EXPORT_SVG_COMMAND(), and CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND().
| #define ARG_FIT_PAGE_TO_BOARD "--fit-page-to-board" | 
Definition at line 34 of file command_pcb_export_svg.cpp.
Referenced by CLI::PCB_EXPORT_SVG_COMMAND::doPerform(), and CLI::PCB_EXPORT_SVG_COMMAND::PCB_EXPORT_SVG_COMMAND().
| #define ARG_MODE_MULTI "--mode-multi" | 
Definition at line 36 of file command_pcb_export_svg.cpp.
| #define ARG_MODE_SINGLE "--mode-single" | 
Definition at line 35 of file command_pcb_export_svg.cpp.
| #define ARG_PAGE_SIZE "--page-size-mode" | 
Definition at line 33 of file command_pcb_export_svg.cpp.
Referenced by CLI::PCB_EXPORT_SVG_COMMAND::doPerform(), and CLI::PCB_EXPORT_SVG_COMMAND::PCB_EXPORT_SVG_COMMAND().