| 
    KiCad PCB EDA Suite
    
   | 
 
#include <memory>#include <sch_sheet_path.h>#include <vector>#include <sch_io/sch_io.h>#include <sch_io/sch_io_mgr.h>#include <wx/filename.h>#include <wx/gdicmn.h>#include <case_insensitive_map.h>#include "altium_parser_sch.h"Go to the source code of this file.
Classes | |
| struct | HARNESS | 
| struct | HARNESS::HARNESS_PORT | 
| class | SCH_IO_ALTIUM | 
Variables | |
| static std::vector< LIB_SYMBOL * > | nullsym | 
| SCH_IO_ALTIUM is a SCH_IO derivation for loading Altium .SchDoc schematic files.   | |
| static std::vector< int > | nullint | 
      
  | 
  static | 
Definition at line 54 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::ParseHyperlink().
      
  | 
  static | 
SCH_IO_ALTIUM is a SCH_IO derivation for loading Altium .SchDoc schematic files.
As with all SCH_IO there is no UI dependencies i.e. windowing calls allowed.
Definition at line 53 of file sch_io_altium.h.
Referenced by SCH_IO_ALTIUM::ParseHyperlink().