KiCad PCB EDA Suite
|
#include <panel_fp_properties_3d_model.h>
#include <3d_viewer/eda_3d_viewer_frame.h>
#include <dialogs/dialog_configure_paths.h>
#include <env_vars.h>
#include <bitmaps.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/wx_grid.h>
#include <widgets/std_bitmap_button.h>
#include <footprint.h>
#include <fp_lib_table.h>
#include <footprint_edit_frame.h>
#include <footprint_editor_settings.h>
#include <dialog_footprint_properties_fp_editor.h>
#include "filename_resolver.h"
#include <pgm_base.h>
#include <kiplatform/ui.h>
#include <dialogs/panel_preview_3d_model.h>
#include <dialogs/dialog_select_3d_model.h>
#include <settings/settings_manager.h>
#include <project_pcb.h>
#include <wx/defs.h>
#include <wx/msgdlg.h>
Go to the source code of this file.
Enumerations | |
enum | MODELS_TABLE_COLUMNS { COL_PROBLEM = 0 , COL_FILENAME = 1 , COL_SHOWN = 2 } |
Functions | |
wxDEFINE_EVENT (wxCUSTOM_PANEL_SHOWN_EVENT, wxCommandEvent) | |
enum MODELS_TABLE_COLUMNS |
Enumerator | |
---|---|
COL_PROBLEM | |
COL_FILENAME | |
COL_SHOWN |
Definition at line 54 of file panel_fp_properties_3d_model.cpp.
wxDEFINE_EVENT | ( | wxCUSTOM_PANEL_SHOWN_EVENT | , |
wxCommandEvent | |||
) |