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 <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
 

Variable Documentation

◆ dxfUnitsMap

const std::map<DXF_IMPORT_UNITS, wxString> dxfUnitsMap
Initial value:
= {
{ DXF_IMPORT_UNITS::INCHES, _( "Inches" ) },
{ DXF_IMPORT_UNITS::MILLIMETERS, _( "Millimeters" ) },
{ DXF_IMPORT_UNITS::MILS, _( "Mils" ) },
{ DXF_IMPORT_UNITS::CENTIMETERS, _( "Centimeter" ) },
{ DXF_IMPORT_UNITS::FEET, _( "Feet" ) },
}
#define _(s)

Definition at line 52 of file dialog_import_graphics.cpp.