| 
    KiCad PCB EDA Suite
    
   | 
 
#include "dialog_export_step.h"#include "dialog_export_step_process.h"#include <wx/log.h>#include <wx/stdpaths.h>#include <wx/process.h>#include <wx/string.h>#include <wx/filedlg.h>#include <pgm_base.h>#include <board.h>#include <confirm.h>#include <kidialog.h>#include <widgets/std_bitmap_button.h>#include <footprint.h>#include <kiface_base.h>#include <locale_io.h>#include <math/vector3.h>#include <pcb_edit_frame.h>#include <tools/board_editor_control.h>#include <project/project_file.h>#include <reporter.h>#include <string_utils.h>#include <trace_helpers.h>#include <widgets/text_ctrl_eval.h>#include <wildcards_and_files_ext.h>#include <filename_resolver.h>#include <core/map_helpers.h>#include <settings/settings_manager.h>#include <jobs/job_export_pcb_3d.h>Go to the source code of this file.
Variables | |
| static const std::vector< wxString > | c_formatCommand | 
| static const std::map< wxString, int > | c_formatExtToChoice | 
      
  | 
  static | 
Definition at line 58 of file dialog_export_step.cpp.
Referenced by DIALOG_EXPORT_STEP::onExportButton().
      
  | 
  static | 
Definition at line 70 of file dialog_export_step.cpp.
Referenced by DIALOG_EXPORT_STEP::onBrowseClicked(), and DIALOG_EXPORT_STEP::OnFmtChoiceOptionChanged().