KiCad PCB EDA Suite
|
#include "dialog_import_gfx_sch.h"
#include <map>
#include <import_gfx/graphics_importer_lib_symbol.h>
#include <import_gfx/graphics_importer_sch.h>
#include <import_gfx/dxf_import_plugin.h>
#include <base_units.h>
#include <kiface_base.h>
#include <locale_io.h>
#include <bitmaps.h>
#include <wildcards_and_files_ext.h>
#include <eeschema_settings.h>
#include <sch_edit_frame.h>
#include <symbol_editor_settings.h>
#include <symbol_edit_frame.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <dialogs/html_message_box.h>
#include <widgets/std_bitmap_button.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 57 of file dialog_import_gfx_sch.cpp.
Referenced by DIALOG_IMPORT_GFX_SCH::DIALOG_IMPORT_GFX_SCH(), DIALOG_IMPORT_GRAPHICS::DIALOG_IMPORT_GRAPHICS(), DIALOG_IMPORT_GFX_SCH::TransferDataFromWindow(), and DIALOG_IMPORT_GRAPHICS::TransferDataFromWindow().