16 |
16 |
17 NormalArrow = 1 |
17 NormalArrow = 1 |
18 WideArrow = 2 |
18 WideArrow = 2 |
19 |
19 |
20 ArrowheadAngleFactor = 0.26179938779914941 |
20 ArrowheadAngleFactor = 0.26179938779914941 |
21 # 0.5 * math.atan(math.sqrt(3.0) / 3.0) |
21 # That is: 0.5 * math.atan(math.sqrt(3.0) / 3.0) |
22 |
22 |
23 |
23 |
24 class E5ArrowItem(QAbstractGraphicsShapeItem): |
24 class E5ArrowItem(QAbstractGraphicsShapeItem): |
25 """ |
25 """ |
26 Class implementing an arrow graphics item subclass. |
26 Class implementing an arrow graphics item subclass. |