|
KiCad PCB EDA Suite
|
#include "footprint_wizard_frame.h"#include <wx/listbox.h>#include <wx/numformatter.h>#include <wx/statline.h>#include <wx/tokenzr.h>#include <wx/wupdlock.h>#include <json_common.h>#include <kiface_base.h>#include <pcb_draw_panel_gal.h>#include <pcb_edit_frame.h>#include <3d_viewer/eda_3d_viewer_frame.h>#include <gal/gal_display_options.h>#include <widgets/msgpanel.h>#include <bitmaps.h>#include <board.h>#include <project/net_settings.h>#include <footprint.h>#include <footprint_edit_frame.h>#include <footprint_editor_settings.h>#include <pcbnew_id.h>#include <widgets/aui_json_serializer.h>#include <widgets/footprint_wizard_properties_panel.h>#include <nlohmann/json.hpp>#include <pgm_base.h>#include <settings/color_settings.h>#include <settings/settings_manager.h>#include <tool/tool_manager.h>#include <tool/tool_dispatcher.h>#include <tool/action_toolbar.h>#include <tool/common_tools.h>#include <tool/common_control.h>#include <tools/pcb_selection_tool.h>#include <tools/pcb_control.h>#include <tools/pcb_actions.h>#include <tools/footprint_wizard_tools.h>#include <toolbars_footprint_wizard.h>