1 module SpecialSymbols where
9 -- | List of Special Symbols.
10 specialSymbols, managementSymbols :: Palette n
12 Palette $ interfaceSymbol : shapes managementSymbols
19 interfaceSymbol, copySymbol, duplicatorSymbol, eraseSymbol :: (ShapeName, (Shape, Ports, Maybe a))
22 , ( Circle { shapeStyle = ShapeStyle { styleStrokeWidth = 2
23 , styleStrokeColour = coconut
28 , [("interface",DoublePoint 0.0 0.25)]
35 , ( TextInEllipse { shapeStyle = ShapeStyle { styleStrokeWidth = 1
36 , styleStrokeColour = licorice
41 , [("src",DoublePoint 0.0 0.3),("fst_target",DoublePoint (-0.3) (-0.3)),("snd_target",DoublePoint 0.3 (-0.3))]
48 , ( Composite { shapeSegments = [ Circle { shapeStyle = ShapeStyle { styleStrokeWidth = 2
49 , styleStrokeColour = RGB 250 0 0
54 , Arc { shapeStyle = ShapeStyle { styleStrokeWidth = 2
55 , styleStrokeColour = RGB 250 0 0
61 , shapeCenter = DoublePoint 0.0 (-0.18)
63 , Arc { shapeStyle = ShapeStyle { styleStrokeWidth = 2
64 , styleStrokeColour = RGB 250 0 0
70 , shapeCenter = DoublePoint 0.0 0.18
74 , [("down",DoublePoint 0.0 0.5),("copy1",DoublePoint (-0.3) (-0.3)),("copy2",DoublePoint 0.3 (-0.3))]
81 , ( Composite { shapeSegments = [ Circle { shapeStyle = ShapeStyle { styleStrokeWidth = 2
82 , styleStrokeColour = RGB 250 0 0
87 , Arc { shapeStyle = ShapeStyle { styleStrokeWidth = 2
88 , styleStrokeColour = RGB 250 0 0
94 , shapeCenter = DoublePoint 0.0 (-0.18)
96 , Arc { shapeStyle = ShapeStyle { styleStrokeWidth = 2
97 , styleStrokeColour = RGB 250 0 0
103 , shapeCenter = DoublePoint 0.0 0.18
107 , [("down",DoublePoint 0.0 0.5)]