KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eda_shape.h File Reference
#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 }
 

Enumeration Type Documentation

◆ FILL_T

enum class FILL_T : int
strong
Enumerator
NO_FILL 
FILLED_SHAPE 
FILLED_WITH_BG_BODYCOLOR 
FILLED_WITH_COLOR 

Definition at line 53 of file eda_shape.h.

◆ SHAPE_T

enum class SHAPE_T : int
strong
Enumerator
SEGMENT 
RECT 
ARC 
CIRCLE 
POLY 
BEZIER 
LAST 

marker for list end

Definition at line 40 of file eda_shape.h.