KiCad PCB EDA Suite
|
#include <trigo.h>
#include <geometry/shape_poly_set.h>
#include <geometry/geometry_utils.h>
#include <stroke_params.h>
Go to the source code of this file.
Classes | |
struct | ARC_MID |
class | EDA_SHAPE |
Enumerations | |
enum class | SHAPE_T : int { SEGMENT = 0 , RECT , ARC , CIRCLE , POLY , BEZIER , LAST } |
enum class | FILL_T : int { NO_FILL = 1 , FILLED_SHAPE , FILLED_WITH_BG_BODYCOLOR , FILLED_WITH_COLOR } |
|
strong |
Enumerator | |
---|---|
NO_FILL | |
FILLED_SHAPE | |
FILLED_WITH_BG_BODYCOLOR | |
FILLED_WITH_COLOR |
Definition at line 53 of file eda_shape.h.
|
strong |
Enumerator | |
---|---|
SEGMENT | |
RECT | |
ARC | |
CIRCLE | |
POLY | |
BEZIER | |
LAST | marker for list end |
Definition at line 40 of file eda_shape.h.