KiCad PCB EDA Suite
Loading...
Searching...
No Matches
line_ending.h File Reference
#include <math/vector2d.h>
#include <geometry/eda_angle.h>
#include <stroke_params.h>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  LINE_ENDING
 Decorative shape (arrowhead, circle, square) at the start or end of a graphic line, arc, or bezier. More...
 

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 

Enumerations

enum class  LINE_ENDING_STYLE {
  NONE = 0 , ARROW , CIRCLE , SQUARE ,
  ARROW_OPEN
}
 Line ending styles for graphic lines, arcs, and beziers. More...
 

Enumeration Type Documentation

◆ LINE_ENDING_STYLE

enum class LINE_ENDING_STYLE
strong

Line ending styles for graphic lines, arcs, and beziers.

Enumerator
NONE 
ARROW 
CIRCLE 
SQUARE 
ARROW_OPEN 

Definition at line 43 of file line_ending.h.