KiCad PCB EDA Suite
|
#include <algorithm>
#include <boost/algorithm/string/join.hpp>
#include <cctype>
#include <mutex>
#include <set>
#include <wx/mstream.h>
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include <wx_filename.h>
#include <bitmap_base.h>
#include <kiway.h>
#include <string_utils.h>
#include <locale_io.h>
#include <richio.h>
#include <trace_helpers.h>
#include <trigo.h>
#include <progress_reporter.h>
#include <general.h>
#include <gr_text.h>
#include <sch_bitmap.h>
#include <sch_bus_entry.h>
#include <sch_symbol.h>
#include <sch_junction.h>
#include <sch_line.h>
#include <sch_marker.h>
#include <sch_no_connect.h>
#include <sch_text.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <bus_alias.h>
#include <io/io_utils.h>
#include <sch_io/kicad_legacy/sch_io_kicad_legacy_lib_cache.h>
#include <sch_io/kicad_legacy/sch_io_kicad_legacy.h>
#include <sch_io/kicad_legacy/sch_io_kicad_legacy_helpers.h>
#include <sch_screen.h>
#include <schematic.h>
#include <symbol_library.h>
#include <symbol_lib_table.h>
#include <eeschema_id.h>
#include <tool/selection.h>
#include <wildcards_and_files_ext.h>
Go to the source code of this file.
Macros | |
#define | T_STYLE "style" |
#define | T_COLOR "rgb" |
#define | T_COLORA "rgba" |
#define | T_WIDTH "width" |
Variables | |
const std::map< LABEL_FLAG_SHAPE, const char * > | sheetLabelNames |
#define T_COLOR "rgb" |
Definition at line 72 of file sch_io_kicad_legacy.cpp.
#define T_COLORA "rgba" |
Definition at line 73 of file sch_io_kicad_legacy.cpp.
#define T_STYLE "style" |
Definition at line 71 of file sch_io_kicad_legacy.cpp.
#define T_WIDTH "width" |
Definition at line 74 of file sch_io_kicad_legacy.cpp.
const std::map<LABEL_FLAG_SHAPE, const char*> sheetLabelNames |
Definition at line 942 of file sch_io_kicad_legacy.cpp.
Referenced by SCH_IO_KICAD_LEGACY::loadText(), and SCH_IO_KICAD_LEGACY::saveText().