KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_altium_plugin.h File Reference
#include <memory>
#include <vector>
#include <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_ALTIUM_PLUGIN
 

Variables

static std::vector< LIB_SYMBOL * > nullsym
 SCH_ALTIUM_PLUGIN is a SCH_PLUGIN derivation for loading Altium .SchDoc schematic files. More...
 
static std::vector< int > nullint
 

Variable Documentation

◆ nullint

std::vector<int> nullint
static

Definition at line 51 of file sch_altium_plugin.h.

◆ nullsym

std::vector<LIB_SYMBOL*> nullsym
static

SCH_ALTIUM_PLUGIN is a SCH_PLUGIN derivation for loading Altium .SchDoc schematic files.

As with all SCH_PLUGINs there is no UI dependencies i.e. windowing calls allowed.

Definition at line 50 of file sch_altium_plugin.h.