KiCad PCB EDA Suite
|
#include <dialogs/dialog_export_odbpp.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 <set>
#include <vector>
#include <wx/dirdlg.h>
Go to the source code of this file.
Variables | |
static wxString | s_oemColumn = wxEmptyString |
|
static |
Definition at line 38 of file dialog_export_odbpp.cpp.