KiCad PCB EDA Suite
|
#include "dialog_footprint_properties_fp_editor.h"
#include <wx/debug.h>
#include <3d_rendering/opengl/3d_model.h>
#include <3d_viewer/eda_3d_viewer_frame.h>
#include <bitmaps.h>
#include <board_commit.h>
#include <board_design_settings.h>
#include <confirm.h>
#include <dialogs/dialog_text_entry.h>
#include <dialogs/panel_preview_3d_model.h>
#include <embedded_files.h>
#include <filename_resolver.h>
#include <footprint.h>
#include <footprint_edit_frame.h>
#include <footprint_editor_settings.h>
#include <grid_layer_box_helpers.h>
#include <layer_utils.h>
#include <kiplatform/ui.h>
#include <panel_embedded_files.h>
#include <panel_fp_properties_3d_model.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>
#include <validators.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/text_ctrl_eval.h>
#include <widgets/wx_grid.h>
#include <fp_lib_table.h>
#include <project_pcb.h>
#include <kidialog.h>
Go to the source code of this file.
Classes | |
class | LAYERS_GRID_TABLE |
Functions | |
static LSET | GetAllUsedFootprintLayers (const FOOTPRINT &aFootprint) |
Definition at line 554 of file dialog_footprint_properties_fp_editor.cpp.
References BOARD_ITEM::GetLayer(), ZONE::GetLayerSet(), PCB_ZONE_T, RECURSE, FOOTPRINT::RunOnChildren(), and EDA_ITEM::Type().
Referenced by DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::Validate().