KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EPART Struct Reference

#include <eagle_parser.h>

Public Member Functions

 EPART (wxXmlNode *aPart)
 

Public Attributes

wxString name
 
wxString library
 
wxString deviceset
 
wxString device
 
opt_wxString technology
 
opt_wxString value
 
std::map< std::string, std::string > attribute
 
std::map< std::string, std::string > variant
 

Detailed Description

Definition at line 916 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPART()

EPART::EPART ( wxXmlNode *  aPart)

Definition at line 1041 of file eagle_parser.cpp.

References EELEMENT::library, EELEMENT::name, EELEMENT::value, and EELEMENT::x.

Member Data Documentation

◆ attribute

std::map<std::string,std::string> EPART::attribute

Definition at line 936 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ device

wxString EPART::device

Definition at line 933 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ deviceset

wxString EPART::deviceset

Definition at line 932 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ library

wxString EPART::library

Definition at line 931 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ name

wxString EPART::name

Definition at line 930 of file eagle_parser.h.

◆ technology

opt_wxString EPART::technology

Definition at line 934 of file eagle_parser.h.

◆ value

opt_wxString EPART::value

Definition at line 935 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ variant

std::map<std::string,std::string> EPART::variant

Definition at line 937 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().


The documentation for this struct was generated from the following files: