| 
    KiCad PCB EDA Suite
    
   | 
 
Class FOOTPRINT_WIZARD and FOOTPRINT_WIZARDS. More...
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" ) | 
Class FOOTPRINT_WIZARD and FOOTPRINT_WIZARDS.
Definition in file footprint_wizard.h.
| const wxString WIZARD_PARAM_UNITS_BOOL = wxT( "bool" ) | 
Definition at line 42 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_DEGREES = wxT( "degrees" ) | 
Definition at line 44 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_FLOAT = wxT( "float" ) | 
Definition at line 40 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_INTEGER = wxT( "integer" ) | 
Definition at line 41 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_MILS = wxT( "mils" ) | 
Definition at line 39 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_MM = wxT( "mm" ) | 
Definition at line 38 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_PERCENT = wxT( "%" ) | 
Definition at line 45 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_RADIANS = wxT( "radians" ) | 
Definition at line 43 of file footprint_wizard.h.
Referenced by FOOTPRINT_WIZARD_FRAME::ReCreateParameterList().
| const wxString WIZARD_PARAM_UNITS_STRING = wxT( "string" ) | 
Definition at line 46 of file footprint_wizard.h.