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

A project-level assembly variant parsed from an Altium .PrjPcb file. More...

#include <altium_project_variants.h>

Public Attributes

wxString name
 
wxString description
 
std::vector< ALTIUM_VARIANT_ENTRYvariations
 

Detailed Description

A project-level assembly variant parsed from an Altium .PrjPcb file.

Each [ProjectVariantN] section in the .PrjPcb becomes one of these.

Definition at line 52 of file altium_project_variants.h.

Member Data Documentation

◆ description

wxString ALTIUM_PROJECT_VARIANT::description

Definition at line 55 of file altium_project_variants.h.

Referenced by ParseAltiumProjectVariants().

◆ name

wxString ALTIUM_PROJECT_VARIANT::name

Definition at line 54 of file altium_project_variants.h.

Referenced by ParseAltiumProjectVariants().

◆ variations

std::vector<ALTIUM_VARIANT_ENTRY> ALTIUM_PROJECT_VARIANT::variations

Definition at line 56 of file altium_project_variants.h.

Referenced by ParseAltiumProjectVariants().


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