KiCad PCB EDA Suite
|
#include <dialogs/dialog_export_2581.h>
#include <board.h>
#include <footprint.h>
#include <kiway_holder.h>
#include <pcb_edit_frame.h>
#include <pcbnew_settings.h>
#include <pgm_base.h>
#include <project.h>
#include <project/board_project_settings.h>
#include <project/project_file.h>
#include <settings/settings_manager.h>
#include <widgets/std_bitmap_button.h>
#include <jobs/job_export_pcb_ipc2581.h>
#include <set>
#include <vector>
#include <wx/filedlg.h>
Go to the source code of this file.
Variables | |
static wxString | s_oemColumn = wxEmptyString |
|
static |
Definition at line 39 of file dialog_export_2581.cpp.
Referenced by DIALOG_EXPORT_2581::Init(), and DIALOG_EXPORT_2581::TransferDataFromWindow().