| 
    KiCad PCB EDA Suite
    
   | 
 
#include <algorithm>#include <bitset>#include <math.h>#include <geometry/seg.h>#include <geometry/shape_circle.h>#include <geometry/shape_line_chain.h>#include <geometry/shape_poly_set.h>#include <geometry/shape_rect.h>#include <geometry/shape_segment.h>#include <string_utils.h>#include <macros.h>#include <math/util.h>#include <math/vector2d.h>#include <plotters/plotter_gerber.h>#include <trigo.h>#include <font/stroke_font.h>#include <gal/gal_display_options.h>#include <callback_gal.h>#include <core/typeinfo.h>#include <gbr_metadata.h>#include <gbr_netlist_metadata.h>#include <layer_ids.h>#include <lset.h>#include <pcbplot.h>#include <pcb_plot_params.h>#include <advanced_config.h>#include <pcb_dimension.h>#include <pcb_shape.h>#include <footprint.h>#include <pcb_track.h>#include <pad.h>#include <pcb_target.h>#include <pcb_text.h>#include <pcb_textbox.h>#include <pcb_tablecell.h>#include <pcb_table.h>#include <zone.h>#include <pcb_barcode.h>#include <wx/debug.h>Go to the source code of this file.
Macros | |
| #define | getMetadata() | 
| #define getMetadata | ( | ) | 
Definition at line 737 of file plot_brditems_plotter.cpp.
Referenced by BRDITEMS_PLOTTER::PlotShape(), PlotStandardLayer(), BRDITEMS_PLOTTER::PlotTableBorders(), BRDITEMS_PLOTTER::PlotText(), and BRDITEMS_PLOTTER::PlotZone().