KiCad PCB EDA Suite
Loading...
Searching...
No Matches
cadstar_sch_archive_loader.cpp File Reference

Loads a csa file into a KiCad SCHEMATIC object. More...

#include <sch_io/cadstar/cadstar_sch_archive_loader.h>
#include <io/cadstar/cadstar_parts_lib_parser.h>
#include <bus_alias.h>
#include <core/mirror.h>
#include <core/kicad_algo.h>
#include <eda_text.h>
#include <macros.h>
#include <progress_reporter.h>
#include <string_utils.h>
#include <sch_bus_entry.h>
#include <sch_edit_frame.h>
#include <sch_io/sch_io_mgr.h>
#include <sch_junction.h>
#include <sch_line.h>
#include <sch_screen.h>
#include <sch_shape.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_sheet_pin.h>
#include <sch_label.h>
#include <schematic.h>
#include <sim/sim_model.h>
#include <trigo.h>
#include <wildcards_and_files_ext.h>

Go to the source code of this file.

Variables

const wxString PartNameFieldName = "Part Name"
 
const wxString PartNumberFieldName = "Part Number"
 
const wxString PartVersionFieldName = "Part Version"
 
const wxString PartAcceptanceFieldName = "Part Acceptance"
 

Detailed Description

Loads a csa file into a KiCad SCHEMATIC object.

Definition in file cadstar_sch_archive_loader.cpp.

Variable Documentation

◆ PartAcceptanceFieldName

const wxString PartAcceptanceFieldName = "Part Acceptance"

◆ PartNameFieldName

◆ PartNumberFieldName

const wxString PartNumberFieldName = "Part Number"

◆ PartVersionFieldName

const wxString PartVersionFieldName = "Part Version"