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

#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
 

Detailed Description

Definition at line 35 of file footprint_wizard.h.

Member Function Documentation

◆ FromProto()

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.

Member Data Documentation

◆ description

wxString WIZARD_META_INFO::description

Definition at line 39 of file footprint_wizard.h.

Referenced by FromProto(), and FOOTPRINT_WIZARD_FRAME::RegenerateFootprint().

◆ identifier

wxString WIZARD_META_INFO::identifier

Definition at line 37 of file footprint_wizard.h.

Referenced by FromProto().

◆ name

wxString WIZARD_META_INFO::name

◆ types_generated

std::set<kiapi::common::types::WizardContentType> WIZARD_META_INFO::types_generated

Definition at line 40 of file footprint_wizard.h.

Referenced by FromProto().


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