KiCad PCB EDA Suite
|
#include <dialogs/html_message_box.h>
#include "dialog_import_graphics.h"
#include <import_gfx/dxf_import_plugin.h>
#include <base_units.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 <memory>
Go to the source code of this file.
Variables | |
const std::map< DXF_IMPORT_UNITS, wxString > | dxfUnitsMap |
const std::map<DXF_IMPORT_UNITS, wxString> dxfUnitsMap |
Definition at line 52 of file dialog_import_graphics.cpp.