KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FOOTPRINT_WIZARD Class Reference

#include <footprint_wizard.h>

Public Member Functions

 FOOTPRINT_WIZARD ()
 
 ~FOOTPRINT_WIZARD ()=default
 
WIZARD_INFOInfo ()
 
const WIZARD_INFOInfo () const
 
const wxString & Identifier () const
 
void SetIdentifier (const wxString &aId)
 
void ResetParameters ()
 

Private Attributes

WIZARD_INFO m_info
 
wxString m_identifier
 

Detailed Description

Definition at line 135 of file footprint_wizard.h.

Constructor & Destructor Documentation

◆ FOOTPRINT_WIZARD()

FOOTPRINT_WIZARD::FOOTPRINT_WIZARD ( )
inline

Definition at line 138 of file footprint_wizard.h.

◆ ~FOOTPRINT_WIZARD()

FOOTPRINT_WIZARD::~FOOTPRINT_WIZARD ( )
default

Member Function Documentation

◆ Identifier()

const wxString & FOOTPRINT_WIZARD::Identifier ( ) const
inline

◆ Info() [1/2]

◆ Info() [2/2]

const WIZARD_INFO & FOOTPRINT_WIZARD::Info ( ) const
inline

Definition at line 142 of file footprint_wizard.h.

References m_info.

◆ ResetParameters()

void FOOTPRINT_WIZARD::ResetParameters ( )

Definition at line 32 of file footprint_wizard.cpp.

References m_info.

Referenced by FOOTPRINT_WIZARD_FRAME::DefaultParameters().

◆ SetIdentifier()

void FOOTPRINT_WIZARD::SetIdentifier ( const wxString & aId)
inline

Definition at line 145 of file footprint_wizard.h.

References m_identifier.

Member Data Documentation

◆ m_identifier

wxString FOOTPRINT_WIZARD::m_identifier
private

Definition at line 153 of file footprint_wizard.h.

Referenced by Identifier(), and SetIdentifier().

◆ m_info

WIZARD_INFO FOOTPRINT_WIZARD::m_info
private

Definition at line 150 of file footprint_wizard.h.

Referenced by Info(), Info(), and ResetParameters().


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