|
KiCad PCB EDA Suite
|
#include <footprint_wizard.h>
Public Member Functions | |
| FOOTPRINT_WIZARD () | |
| ~FOOTPRINT_WIZARD ()=default | |
| WIZARD_INFO & | Info () |
| const WIZARD_INFO & | Info () const |
| const wxString & | Identifier () const |
| void | SetIdentifier (const wxString &aId) |
| void | ResetParameters () |
Private Attributes | |
| WIZARD_INFO | m_info |
| wxString | m_identifier |
Definition at line 135 of file footprint_wizard.h.
|
inline |
Definition at line 138 of file footprint_wizard.h.
|
default |
|
inline |
Definition at line 144 of file footprint_wizard.h.
References m_identifier.
Referenced by FOOTPRINT_WIZARD_MANAGER::Generate(), and FOOTPRINT_WIZARD_MANAGER::RefreshInfo().
|
inline |
Definition at line 141 of file footprint_wizard.h.
References m_info.
Referenced by FOOTPRINT_WIZARD_MANAGER::Generate(), FOOTPRINT_WIZARD_PROPERTIES_PANEL::RebuildParameters(), FOOTPRINT_WIZARD_MANAGER::RefreshInfo(), FOOTPRINT_WIZARD_FRAME::RegenerateFootprint(), and FOOTPRINT_WIZARD_MANAGER::Wizards().
|
inline |
Definition at line 142 of file footprint_wizard.h.
References m_info.
| void FOOTPRINT_WIZARD::ResetParameters | ( | ) |
Definition at line 32 of file footprint_wizard.cpp.
References m_info.
Referenced by FOOTPRINT_WIZARD_FRAME::DefaultParameters().
|
inline |
Definition at line 145 of file footprint_wizard.h.
References m_identifier.
|
private |
Definition at line 153 of file footprint_wizard.h.
Referenced by Identifier(), and SetIdentifier().
|
private |
Definition at line 150 of file footprint_wizard.h.
Referenced by Info(), Info(), and ResetParameters().