|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| static ALTIUM_VARIANT_ENTRY | ParseVariationString (const wxString &aValue) |
| std::vector< ALTIUM_PROJECT_VARIANT > | ParseAltiumProjectVariants (const wxString &aPrjPcbPath) |
| Parse all [ProjectVariantN] sections from an Altium .PrjPcb project file. | |
| std::vector< ALTIUM_PROJECT_VARIANT > ParseAltiumProjectVariants | ( | const wxString & | aPrjPcbPath | ) |
Parse all [ProjectVariantN] sections from an Altium .PrjPcb project file.
| aPrjPcbPath | Full path to the .PrjPcb file. |
Definition at line 107 of file altium_project_variants.cpp.
References config, ALTIUM_PROJECT_VARIANT::description, ALTIUM_VARIANT_ENTRY::designator, ALTIUM_PROJECT_VARIANT::name, ParseVariationString(), and ALTIUM_PROJECT_VARIANT::variations.
Referenced by PCB_IO_ALTIUM_CIRCUIT_MAKER::LoadBoard(), PCB_IO_ALTIUM_CIRCUIT_STUDIO::LoadBoard(), PCB_IO_ALTIUM_DESIGNER::LoadBoard(), PCB_IO_SOLIDWORKS::LoadBoard(), and SCH_IO_ALTIUM::LoadSchematicFile().
|
static |
Definition at line 30 of file altium_project_variants.cpp.
References ALTIUM_VARIANT_ENTRY::alternateFields, ALTIUM_VARIANT_ENTRY::designator, ALTIUM_VARIANT_ENTRY::kind, and ALTIUM_VARIANT_ENTRY::uniqueId.
Referenced by ParseAltiumProjectVariants().