|
KiCad PCB EDA Suite
|
#include <dialogs/html_message_box.h>#include "dialog_import_graphics.h"#include <dialog_map_layers.h>#include <import_gfx/dxf_import_plugin.h>#include <base_units.h>#include <board.h>#include <kiface_base.h>#include <locale_io.h>#include <pcb_layer_box_selector.h>#include <wildcards_and_files_ext.h>#include <bitmaps.h>#include <widgets/std_bitmap_button.h>#include <map>#include <footprint.h>#include <wx/filedlg.h>#include <wx/msgdlg.h>#include <kiplatform/ui.h>#include <memory>Go to the source code of this file.
Functions | |
| static PCB_LAYER_ID | getAutoMappedLayer (const wxString &aSourceLayer, const LSET &aPermittedLayers) |
| static std::vector< INPUT_LAYER_DESC > | buildDxfLayerDescriptions (const std::vector< wxString > &aSourceLayers, const LSET &aPermittedLayers) |
| static LSET | getPermittedImportLayers (PCB_BASE_FRAME *aFrame) |
Variables | |
| const std::map< DXF_IMPORT_UNITS, wxString > | dxfUnitsMap |
|
static |
Definition at line 68 of file dialog_import_graphics.cpp.
References INPUT_LAYER_DESC::AutoMapLayer, getAutoMappedLayer(), INPUT_LAYER_DESC::Name, INPUT_LAYER_DESC::PermittedLayers, and INPUT_LAYER_DESC::Required.
Referenced by DIALOG_IMPORT_GRAPHICS::TransferDataFromWindow().
|
static |
Definition at line 56 of file dialog_import_graphics.cpp.
References LayerName(), LSET::Name(), LSET::UIOrder(), and UNDEFINED_LAYER.
Referenced by buildDxfLayerDescriptions().
|
static |
Definition at line 88 of file dialog_import_graphics.cpp.
References LSET::AllLayersMask(), PCB_BASE_FRAME::GetBoard(), and BOARD::GetEnabledLayers().
Referenced by DIALOG_IMPORT_GRAPHICS::TransferDataFromWindow().
| const std::map<DXF_IMPORT_UNITS, wxString> dxfUnitsMap |
Definition at line 47 of file dialog_import_graphics.cpp.