KiCad PCB EDA Suite
|
#include <altium_parser_sch.h>
Public Member Functions | |
ASCH_NO_ERC (const std::map< wxString, wxString > &aProps) | |
Public Attributes | |
VECTOR2I | location |
bool | isActive |
bool | suppressAll |
Definition at line 650 of file altium_parser_sch.h.
|
explicit |
Definition at line 649 of file altium_parser_sch.cpp.
References isActive, location, NO_ERC, ALTIUM_PARSER::ReadBool(), ALTIUM_PARSER::ReadInt(), ReadKiCadUnitFrac(), ReadRecord(), and suppressAll.
bool ASCH_NO_ERC::isActive |
Definition at line 654 of file altium_parser_sch.h.
Referenced by ASCH_NO_ERC(), and SCH_ALTIUM_PLUGIN::ParseNoERC().
VECTOR2I ASCH_NO_ERC::location |
Definition at line 652 of file altium_parser_sch.h.
Referenced by ASCH_NO_ERC(), and SCH_ALTIUM_PLUGIN::ParseNoERC().
bool ASCH_NO_ERC::suppressAll |
Definition at line 655 of file altium_parser_sch.h.
Referenced by ASCH_NO_ERC().