KiCad PCB EDA Suite
|
#include <wx/grid.h>
#include <pcbnew_settings.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <string_utils.h>
#include <kiface_base.h>
#include <dialog_footprint_wizard_list.h>
#include <footprint_wizard_frame.h>
#include <python/scripting/pcbnew_scripting.h>
Go to the source code of this file.
Enumerations | |
enum | FPGeneratorRowNames { FP_GEN_ROW_NUMBER = 0 , FP_GEN_ROW_NAME , FP_GEN_ROW_DESCR } |
enum FPGeneratorRowNames |
Enumerator | |
---|---|
FP_GEN_ROW_NUMBER | |
FP_GEN_ROW_NAME | |
FP_GEN_ROW_DESCR |
Definition at line 42 of file dialog_footprint_wizard_list.cpp.