KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_io_altium.h File Reference
#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 "altium_parser_sch.h"

Go to the source code of this file.

Classes

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
 

Variable Documentation

◆ nullint

std::vector<int> nullint
static

Definition at line 53 of file sch_io_altium.h.

◆ nullsym

std::vector<LIB_SYMBOL*> nullsym
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 52 of file sch_io_altium.h.