KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_import_graphics.cpp File Reference
#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_DESCbuildDxfLayerDescriptions (const std::vector< wxString > &aSourceLayers, const LSET &aPermittedLayers)
 
static LSET getPermittedImportLayers (PCB_BASE_FRAME *aFrame)
 

Variables

const std::map< DXF_IMPORT_UNITS, wxString > dxfUnitsMap
 

Function Documentation

◆ buildDxfLayerDescriptions()

static std::vector< INPUT_LAYER_DESC > buildDxfLayerDescriptions ( const std::vector< wxString > & aSourceLayers,
const LSET & aPermittedLayers )
static

◆ getAutoMappedLayer()

static PCB_LAYER_ID getAutoMappedLayer ( const wxString & aSourceLayer,
const LSET & aPermittedLayers )
static

◆ getPermittedImportLayers()

static LSET getPermittedImportLayers ( PCB_BASE_FRAME * aFrame)
static

Variable Documentation

◆ dxfUnitsMap

const std::map<DXF_IMPORT_UNITS, wxString> dxfUnitsMap
Initial value:

Definition at line 47 of file dialog_import_graphics.cpp.