| 
    KiCad PCB EDA Suite
    
   | 
 
Geda PCB file plugin implementation file. More...
#include "pcb_io/geda/pcb_io_geda.h"#include <wildcards_and_files_ext.h>#include <string_utils.h>#include <trace_helpers.h>#include <math/util.h>#include <board.h>#include <font/fontconfig.h>#include <footprint.h>#include <pad.h>#include <macros.h>#include <pcb_text.h>#include <pcb_shape.h>#include <reporter.h>#include <wx_filename.h>#include <wx/dir.h>#include <wx/log.h>#include <wx/filename.h>#include <wx/wfstream.h>#include <boost/ptr_container/ptr_map.hpp>#include <filter_reader.h>Go to the source code of this file.
Classes | |
| class | GPCB_FPL_CACHE_ENTRY | 
| helper class for creating a footprint library cache.  More... | |
| class | GPCB_FPL_CACHE | 
Macros | |
| #define | TEXT_DEFAULT_SIZE ( 40*pcbIUScale.IU_PER_MILS ) | 
| #define | OLD_GPCB_UNIT_CONV pcbIUScale.IU_PER_MILS | 
| #define | NEW_GPCB_UNIT_CONV ( 0.01*pcbIUScale.IU_PER_MILS ) | 
Functions | |
| static long | parseInt (const wxString &aValue, double aScalar) | 
Geda PCB file plugin implementation file.
Geda PCB file plugin definition file.
Definition in file pcb_io_geda.cpp.
| #define NEW_GPCB_UNIT_CONV ( 0.01*pcbIUScale.IU_PER_MILS ) | 
Referenced by GPCB_FPL_CACHE::parseFOOTPRINT().
| #define OLD_GPCB_UNIT_CONV pcbIUScale.IU_PER_MILS | 
Referenced by GPCB_FPL_CACHE::parseFOOTPRINT().
| #define TEXT_DEFAULT_SIZE ( 40*pcbIUScale.IU_PER_MILS ) | 
      
  | 
  inlinestatic | 
Definition at line 54 of file pcb_io_geda.cpp.
References _, KiROUND(), and THROW_IO_ERROR.
Referenced by GPCB_FPL_CACHE::parseFOOTPRINT().