KiCad PCB EDA Suite
|
#include <altium_parser_pcb.h>
Public Member Functions | |
ACLASS6 (ALTIUM_BINARY_PARSER &aReader) | |
Public Attributes | |
wxString | name |
wxString | uniqueid |
ALTIUM_CLASS_KIND | kind |
std::vector< wxString > | names |
Definition at line 392 of file altium_parser_pcb.h.
|
explicit |
Definition at line 324 of file altium_parser_pcb.cpp.
References ALTIUM_BINARY_PARSER::HasParsingError(), kind, name, names, ALTIUM_PROPS_UTILS::ReadInt(), ALTIUM_BINARY_PARSER::ReadProperties(), ALTIUM_PROPS_UTILS::ReadString(), THROW_IO_ERROR, and uniqueid.
ALTIUM_CLASS_KIND ACLASS6::kind |
Definition at line 397 of file altium_parser_pcb.h.
Referenced by ACLASS6(), and ALTIUM_PCB::ParseClasses6Data().
wxString ACLASS6::name |
Definition at line 394 of file altium_parser_pcb.h.
Referenced by ACLASS6(), and ALTIUM_PCB::ParseClasses6Data().
std::vector<wxString> ACLASS6::names |
Definition at line 399 of file altium_parser_pcb.h.
Referenced by ACLASS6(), and ALTIUM_PCB::ParseClasses6Data().
wxString ACLASS6::uniqueid |
Definition at line 395 of file altium_parser_pcb.h.
Referenced by ACLASS6().