|
KiCad PCB EDA Suite
|
#include <footprint_wizard.h>
Public Member Functions | |
| void | FromProto (const kiapi::common::types::WizardMetaInfo &aProto) |
Public Attributes | |
| wxString | identifier |
| wxString | name |
| wxString | description |
| std::set< kiapi::common::types::WizardContentType > | types_generated |
Definition at line 35 of file footprint_wizard.h.
| void WIZARD_META_INFO::FromProto | ( | const kiapi::common::types::WizardMetaInfo & | aProto | ) |
Definition at line 184 of file footprint_wizard.cpp.
References description, identifier, name, and types_generated.
| wxString WIZARD_META_INFO::description |
Definition at line 39 of file footprint_wizard.h.
Referenced by FromProto(), and FOOTPRINT_WIZARD_FRAME::RegenerateFootprint().
| wxString WIZARD_META_INFO::identifier |
Definition at line 37 of file footprint_wizard.h.
Referenced by FromProto().
| wxString WIZARD_META_INFO::name |
Definition at line 38 of file footprint_wizard.h.
Referenced by FromProto(), FOOTPRINT_WIZARD_MANAGER::Generate(), and FOOTPRINT_WIZARD_MANAGER::Wizards().
| std::set<kiapi::common::types::WizardContentType> WIZARD_META_INFO::types_generated |
Definition at line 40 of file footprint_wizard.h.
Referenced by FromProto().