| 
    KiCad PCB EDA Suite
    
   | 
 
#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 <grid_tricks.h>#include <board.h>#include <footprint_edit_frame.h>#include <footprint_editor_settings.h>#include <pcbnew_id.h>#include <widgets/aui_json_serializer.h>#include <wx/listbox.h>#include <wx/statline.h>#include <nlohmann/json.hpp>#include <wx/tokenzr.h>#include <wx/numformatter.h>#include <wx/wupdlock.h>#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 <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>#include <python/scripting/pcb_scripting_tool.h>#include "footprint_wizard_frame.h"Go to the source code of this file.
Functions | |
| EVT_GRID_CMD_CELL_CHANGED (ID_FOOTPRINT_WIZARD_PARAMETER_LIST, FOOTPRINT_WIZARD_FRAME::ParametersUpdated) FOOTPRINT_WIZARD_FRAME | |
| EVT_GRID_CMD_CELL_CHANGED | ( | ID_FOOTPRINT_WIZARD_PARAMETER_LIST | , | 
| FOOTPRINT_WIZARD_FRAME::ParametersUpdated | ) | 
Definition at line 75 of file footprint_wizard_frame.cpp.
References _, BOARD, config, EVT_GRID_CMD_CELL_CHANGED(), F_Cu, FOOTPRINT_WIZARD_FRAME_NAME, FRAME_FOOTPRINT_WIZARD, KIGFX::FULLSCREEN_CROSS, EDA_DRAW_PANEL_GAL::GAL_FALLBACK, GetBoard(), NET_SETTINGS::GetDefaultNetclass(), BOARD::GetDesignSettings(), GetToolbarSettings(), UNITS_PROVIDER::GetUserUnits(), PCB_DRAW_PANEL_GAL::GetView(), EDA_DRAW_PANEL_GAL::GetViewControls(), ID_FOOTPRINT_WIZARD_PAGE_LIST, ID_FOOTPRINT_WIZARD_PARAMETER_LIST, KiBitmap(), KICAD_DEFAULT_DRAWFRAME_STYLE, BOARD_DESIGN_SETTINGS::m_NetSettings, module_wizard, NETCLASS::SetClearance(), TOOL_MANAGER::SetEnvironment(), EDA_DRAW_PANEL_GAL::SetEventDispatcher(), BOARD::SetVisibleAlls(), and ACTIONS::zoomFitScreen.
Referenced by EVT_GRID_CMD_CELL_CHANGED().