|
KiCad PCB EDA Suite
|
#include <board.h>#include <board_design_settings.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <collectors.h>#include <macros.h>#include <reporter.h>#include <string_utils.h>#include <plotters/plotter_dxf.h>#include <plotters/plotter_gerber.h>#include <plotters/plotters_pslike.h>#include <pcbplot.h>#include <pcb_painter.h>#include <pcb_shape.h>#include <fmt.h>#include <wx/ffile.h>#include <set>#include <gendrill_writer_base.h>Go to the source code of this file.
Functions | |
| static bool | cmpHoleSorting (const HOLE_INFO &a, const HOLE_INFO &b) |
| double | diameter_in_inches (double ius) |
| double | diameter_in_mm (double ius) |
| static int | getMarkerBestPenSize (int aMarkerDiameter) |
| int | getSketchOvalBestPenSize () |
| int | getDefaultPenSize () |
Definition at line 57 of file gendrill_writer_base.cpp.
References HOLE_INFO::m_Hole_Diameter, HOLE_INFO::m_Hole_NotPlated, HOLE_INFO::m_Hole_Pos, HOLE_INFO::m_HoleAttribute, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by GENDRILL_WRITER_BASE::buildHolesList().
|
inline |
Definition at line 703 of file gendrill_writer_base.cpp.
References pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 709 of file gendrill_writer_base.cpp.
References pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 737 of file gendrill_writer_base.cpp.
References pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile().
|
static |
Definition at line 717 of file gendrill_writer_base.cpp.
References pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::plotDrillMarks().
|
inline |
Definition at line 729 of file gendrill_writer_base.cpp.
References pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::plotDrillMarks().