| 
    KiCad PCB EDA Suite
    
   | 
 
#include <string_utils.h>#include <macros.h>#include <locale_io.h>#include <board_design_settings.h>#include <build_version.h>#include <exporters/place_file_exporter.h>#include <pad.h>#include <fmt/format.h>#include <wx/dirdlg.h>Go to the source code of this file.
Classes | |
| class | LIST_MOD | 
Enumerations | |
| enum | SELECT_SIDE { PCB_NO_SIDE , PCB_BACK_SIDE , PCB_FRONT_SIDE , PCB_BOTH_SIDES } | 
Functions | |
| static bool | sortFPlist (const LIST_MOD &ref, const LIST_MOD &tst) | 
Variables | |
| static const double | conv_unit_inch = 0.001 / pcbIUScale.IU_PER_MILS | 
| static const char | unit_text_inch [] = "## Unit = inches, Angle = deg.\n" | 
| static const double | conv_unit_mm = 1.0 / pcbIUScale.IU_PER_MM | 
| static const char | unit_text_mm [] = "## Unit = mm, Angle = deg.\n" | 
| enum SELECT_SIDE | 
| Enumerator | |
|---|---|
| PCB_NO_SIDE | |
| PCB_BACK_SIDE | |
| PCB_FRONT_SIDE | |
| PCB_BOTH_SIDES | |
Definition at line 70 of file place_file_exporter.cpp.
Definition at line 61 of file place_file_exporter.cpp.
References LIST_MOD::m_Layer, LIST_MOD::m_Reference, and StrNumCmp().
Referenced by PLACE_FILE_EXPORTER::GenPositionData().
      
  | 
  static | 
Definition at line 52 of file place_file_exporter.cpp.
Referenced by PLACE_FILE_EXPORTER::GenPositionData(), and PLACE_FILE_EXPORTER::GenReportData().
      
  | 
  static | 
Definition at line 55 of file place_file_exporter.cpp.
Referenced by PLACE_FILE_EXPORTER::GenPositionData(), and PLACE_FILE_EXPORTER::GenReportData().
      
  | 
  static | 
Definition at line 53 of file place_file_exporter.cpp.
Referenced by PLACE_FILE_EXPORTER::GenPositionData(), and PLACE_FILE_EXPORTER::GenReportData().
      
  | 
  static | 
Definition at line 56 of file place_file_exporter.cpp.
Referenced by PLACE_FILE_EXPORTER::GenPositionData(), and PLACE_FILE_EXPORTER::GenReportData().