KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_io_kicad_legacy.cpp File Reference
#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 <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 <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
 

Macro Definition Documentation

◆ T_COLOR

#define T_COLOR   "rgb"

Definition at line 70 of file sch_io_kicad_legacy.cpp.

◆ T_COLORA

#define T_COLORA   "rgba"

Definition at line 71 of file sch_io_kicad_legacy.cpp.

◆ T_STYLE

#define T_STYLE   "style"

Definition at line 69 of file sch_io_kicad_legacy.cpp.

◆ T_WIDTH

#define T_WIDTH   "width"

Definition at line 72 of file sch_io_kicad_legacy.cpp.

Variable Documentation

◆ sheetLabelNames

const std::map<LABEL_FLAG_SHAPE, const char*> sheetLabelNames
Initial value:
{
}
@ L_BIDI
Definition: sch_label.h:96
@ L_TRISTATE
Definition: sch_label.h:97
@ L_UNSPECIFIED
Definition: sch_label.h:98
@ L_OUTPUT
Definition: sch_label.h:95
@ L_INPUT
Definition: sch_label.h:94

Definition at line 939 of file sch_io_kicad_legacy.cpp.

Referenced by SCH_IO_KICAD_LEGACY::loadText(), and SCH_IO_KICAD_LEGACY::saveText().