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>
#include <geometry/eda_angle.h>
Go to the source code of this file.
Classes | |
class | GERBER_DRAW_ITEM |
Namespaces | |
namespace | KIGFX |
The Cairo implementation of the graphics abstraction layer. | |
Enumerations | |
enum | GBR_BASIC_SHAPE_TYPE { GBR_SEGMENT = 0 , GBR_ARC , GBR_CIRCLE , GBR_POLYGON , GBR_SPOT_CIRCLE , GBR_SPOT_RECT , GBR_SPOT_OVAL , GBR_SPOT_POLY , GBR_SPOT_MACRO } |
enum GBR_BASIC_SHAPE_TYPE |
Enumerator | |
---|---|
GBR_SEGMENT | |
GBR_ARC | |
GBR_CIRCLE | |
GBR_POLYGON | |
GBR_SPOT_CIRCLE | |
GBR_SPOT_RECT | |
GBR_SPOT_OVAL | |
GBR_SPOT_POLY | |
GBR_SPOT_MACRO |
Definition at line 50 of file gerber_draw_item.h.