KiCad PCB EDA Suite
|
#include <algorithm>
#include <wx/base64.h>
#include <wx/log.h>
#include <wx/mstream.h>
#include <boost/algorithm/string/join.hpp>
#include <advanced_config.h>
#include <base_units.h>
#include <bitmap_base.h>
#include <build_version.h>
#include <ee_selection.h>
#include <font/fontconfig.h>
#include <io/kicad/kicad_io_utils.h>
#include <locale_io.h>
#include <progress_reporter.h>
#include <schematic.h>
#include <schematic_lexer.h>
#include <sch_bitmap.h>
#include <sch_bus_entry.h>
#include <sch_edit_frame.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_common.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_lib_cache.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.h>
#include <sch_junction.h>
#include <sch_line.h>
#include <sch_no_connect.h>
#include <sch_pin.h>
#include <sch_rule_area.h>
#include <sch_screen.h>
#include <sch_shape.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <sch_symbol.h>
#include <sch_table.h>
#include <sch_tablecell.h>
#include <sch_text.h>
#include <sch_textbox.h>
#include <string_utils.h>
#include <symbol_lib_table.h>
#include <trace_helpers.h>
#include <wx_filename.h>
Go to the source code of this file.
Macros | |
#define | wxUSE_BASE64 1 |
#define | SCH_PARSE_ERROR(text, reader, pos) |
#define | MIME_BASE64_LENGTH 76 |
#define MIME_BASE64_LENGTH 76 |
#define SCH_PARSE_ERROR | ( | text, | |
reader, | |||
pos | |||
) |
Definition at line 73 of file sch_io_kicad_sexpr.cpp.
#define wxUSE_BASE64 1 |
Definition at line 27 of file sch_io_kicad_sexpr.cpp.