|
KiCad PCB EDA Suite
|
#include <footprint_wizard.h>
Public Member Functions | |
| void | FromProto (const kiapi::common::types::WizardInfo &aProto) |
Public Attributes | |
| WIZARD_META_INFO | meta |
| std::vector< std::unique_ptr< WIZARD_PARAMETER > > | parameters |
Definition at line 126 of file footprint_wizard.h.
| void WIZARD_INFO::FromProto | ( | const kiapi::common::types::WizardInfo & | aProto | ) |
Definition at line 397 of file footprint_wizard.cpp.
References WIZARD_PARAMETER::Create(), meta, and parameters.
Referenced by FOOTPRINT_WIZARD_MANAGER::RefreshInfo().
| WIZARD_META_INFO WIZARD_INFO::meta |
Definition at line 128 of file footprint_wizard.h.
Referenced by FromProto(), FOOTPRINT_WIZARD_MANAGER::Generate(), FOOTPRINT_WIZARD_FRAME::RegenerateFootprint(), and FOOTPRINT_WIZARD_MANAGER::Wizards().
| std::vector<std::unique_ptr<WIZARD_PARAMETER> > WIZARD_INFO::parameters |
Definition at line 129 of file footprint_wizard.h.
Referenced by FromProto(), FOOTPRINT_WIZARD_MANAGER::Generate(), and FOOTPRINT_WIZARD_PROPERTIES_PANEL::RebuildParameters().