KiCad PCB EDA Suite
Loading...
Searching...
No Matches
footprint_wizard.h File Reference

Class FOOTPRINT_WIZARD and FOOTPRINT_WIZARDS. More...

#include <vector>
#include <pcb_edit_frame.h>

Go to the source code of this file.

Classes

class  FOOTPRINT_WIZARD
 The parent class from where any footprint wizard class must derive. More...
 
class  FOOTPRINT_WIZARD_LIST
 

Variables

const wxString WIZARD_PARAM_UNITS_MM = wxT( "mm" )
 
const wxString WIZARD_PARAM_UNITS_MILS = wxT( "mils" )
 
const wxString WIZARD_PARAM_UNITS_FLOAT = wxT( "float" )
 
const wxString WIZARD_PARAM_UNITS_INTEGER = wxT( "integer" )
 
const wxString WIZARD_PARAM_UNITS_BOOL = wxT( "bool" )
 
const wxString WIZARD_PARAM_UNITS_RADIANS = wxT( "radians" )
 
const wxString WIZARD_PARAM_UNITS_DEGREES = wxT( "degrees" )
 
const wxString WIZARD_PARAM_UNITS_PERCENT = wxT( "%" )
 
const wxString WIZARD_PARAM_UNITS_STRING = wxT( "string" )
 

Detailed Description

Class FOOTPRINT_WIZARD and FOOTPRINT_WIZARDS.

Definition in file footprint_wizard.h.

Variable Documentation

◆ WIZARD_PARAM_UNITS_BOOL

const wxString WIZARD_PARAM_UNITS_BOOL = wxT( "bool" )

Definition at line 42 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_DEGREES

const wxString WIZARD_PARAM_UNITS_DEGREES = wxT( "degrees" )

Definition at line 44 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_FLOAT

const wxString WIZARD_PARAM_UNITS_FLOAT = wxT( "float" )

Definition at line 40 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_INTEGER

const wxString WIZARD_PARAM_UNITS_INTEGER = wxT( "integer" )

Definition at line 41 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_MILS

const wxString WIZARD_PARAM_UNITS_MILS = wxT( "mils" )

Definition at line 39 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_MM

const wxString WIZARD_PARAM_UNITS_MM = wxT( "mm" )

Definition at line 38 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_PERCENT

const wxString WIZARD_PARAM_UNITS_PERCENT = wxT( "%" )

Definition at line 45 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_RADIANS

const wxString WIZARD_PARAM_UNITS_RADIANS = wxT( "radians" )

Definition at line 43 of file footprint_wizard.h.

Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().

◆ WIZARD_PARAM_UNITS_STRING

const wxString WIZARD_PARAM_UNITS_STRING = wxT( "string" )

Definition at line 46 of file footprint_wizard.h.