KiCad PCB EDA Suite
|
#include "command_sym_export_svg.h"
#include <cli/exit_codes.h>
#include "jobs/job_sym_export_svg.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <macros.h>
#include <wx/tokenzr.h>
Go to the source code of this file.
Macros | |
#define | ARG_NO_BACKGROUND_COLOR "--no-background-color" |
#define | ARG_SYMBOL "--symbol" |
#define | ARG_INC_HIDDEN_PINS "--include-hidden-pins" |
#define | ARG_INC_HIDDEN_FIELDS "--include-hidden-fields" |
#define ARG_INC_HIDDEN_FIELDS "--include-hidden-fields" |
Definition at line 36 of file command_sym_export_svg.cpp.
#define ARG_INC_HIDDEN_PINS "--include-hidden-pins" |
Definition at line 35 of file command_sym_export_svg.cpp.
#define ARG_NO_BACKGROUND_COLOR "--no-background-color" |
Definition at line 33 of file command_sym_export_svg.cpp.
#define ARG_SYMBOL "--symbol" |
Definition at line 34 of file command_sym_export_svg.cpp.