|
KiCad PCB EDA Suite
|
#include <dialogs/dialog_migrate_3d_models.h>#include <algorithm>#include <unordered_set>#include <wx/utils.h>#include <wx/dir.h>#include <wx/dirdlg.h>#include <wx/filedlg.h>#include <wx/filename.h>#include <board.h>#include <board_commit.h>#include <board_design_settings.h>#include <board_stackup_manager/board_stackup.h>#include <footprint.h>#include <lset.h>#include <pcb_edit_frame.h>#include <pgm_base.h>#include <project.h>#include <project_pcb.h>#include <settings/common_settings.h>#include <settings/settings_manager.h>#include <3d_cache/3d_cache.h>#include <3d_cache/model_substitution_helpers.h>#include <3d_canvas/eda_3d_canvas.h>#include <common_ogl/ogl_attr_list.h>#include <3d_viewer/eda_3d_viewer_settings.h>#include <filename_resolver.h>Go to the source code of this file.
Functions | |
| static int | getSelectedRow (wxListCtrl *aList) |
|
static |
Definition at line 831 of file dialog_migrate_3d_models.cpp.
Referenced by DIALOG_MIGRATE_3D_MODELS::OnAddSearchDirectoryClick(), DIALOG_MIGRATE_3D_MODELS::OnCandidateSelected(), and DIALOG_MIGRATE_3D_MODELS::OnOpenExternalFileClick().