KiCad PCB EDA Suite
|
Pad object description. More...
#include <class_board_item.h>
#include <board_connected_item.h>
#include <pad_shapes.h>
#include <PolyLine.h>
#include <config_params.h>
#include "zones.h"
Go to the source code of this file.
Classes | |
class | PAD_DRAWINFO |
class | PAD_CS_PRIMITIVE |
Helper class to handle a primitive (basic shape: polygon, segment, circle or arc) to build a custom pad full shape from a set of primitives. More... | |
class | D_PAD |
Namespaces | |
KIGFX | |
Class CAIRO_GAL is the cairo implementation of the graphics abstraction layer. | |
Enumerations | |
enum | CUST_PAD_SHAPE_IN_ZONE { CUST_PAD_SHAPE_IN_ZONE_OUTLINE, CUST_PAD_SHAPE_IN_ZONE_CONVEXHULL } |
Pad object description.
Definition in file class_pad.h.
Enumerator | |
---|---|
CUST_PAD_SHAPE_IN_ZONE_OUTLINE | |
CUST_PAD_SHAPE_IN_ZONE_CONVEXHULL |
Definition at line 43 of file class_pad.h.