![]() |
KiCad PCB EDA Suite
|
#include <eda_item.h>
#include <layer_ids.h>
#include <gr_basic.h>
#include <gbr_netlist_metadata.h>
#include <dcode.h>
#include <geometry/shape_poly_set.h>
Go to the source code of this file.
Classes | |
class | GERBER_DRAW_ITEM |
class | GERBER_NEGATIVE_IMAGE_BACKDROP |
Namespaces | |
KIGFX | |
The Cairo implementation of the graphics abstraction layer. | |
Enumerations | |
enum | Gbr_Basic_Shapes { GBR_SEGMENT = 0, GBR_ARC, GBR_CIRCLE, GBR_POLYGON, GBR_SPOT_CIRCLE, GBR_SPOT_RECT, GBR_SPOT_OVAL, GBR_SPOT_POLY, GBR_SPOT_MACRO, GBR_LAST } |
enum Gbr_Basic_Shapes |
Enumerator | |
---|---|
GBR_SEGMENT | |
GBR_ARC | |
GBR_CIRCLE | |
GBR_POLYGON | |
GBR_SPOT_CIRCLE | |
GBR_SPOT_RECT | |
GBR_SPOT_OVAL | |
GBR_SPOT_POLY | |
GBR_SPOT_MACRO | |
GBR_LAST |
Definition at line 53 of file gerber_draw_item.h.