KiCad PCB EDA Suite
|
#include <dialogs/html_message_box.h>
#include "dialog_import_gfx.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 "dxf_import_plugin.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 48 of file dialog_import_gfx.cpp.
Referenced by DIALOG_IMPORT_GFX::DIALOG_IMPORT_GFX(), and DIALOG_IMPORT_GFX::TransferDataFromWindow().