tinytools-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.Deprecated.Workspace

Documentation

emptyActionStack :: ActionStack Source #

data WSEvent Source #

Constructors

WSEAddElt (Bool, (LayerPos, SEltLabel))

WSEAddRelative (OwlSpot, Seq OwlItem) | WSEAddFolder (OwlSpot, Text) | WSERemoveElt [REltId] -- removed kiddos get adopted by grandparents or w/e? | WSEMoveElt (OwlSpot, [REltId]) -- also moves kiddos? | WSEDuplicate [REltId] -- kiddos get duplicated??

WSEAddRelative (LayerPos, SEltTree) 
WSEAddFolder (LayerPos, Text) 
WSERemoveElt [LayerPos] 
WSEMoveElt ([LayerPos], LayerPos) 
WSEManipulate (Bool, ControllersWithId)

WSEDuplicate [LayerPos]

WSEResizeCanvas DeltaLBox 
WSEUndo 
WSERedo 
WSELoad SPotatoFlow 

Instances

Instances details
Show WSEvent Source # 
Instance details

Defined in Potato.Flow.Deprecated.Workspace

Eq WSEvent Source # 
Instance details

Defined in Potato.Flow.Deprecated.Workspace

Methods

(==) :: WSEvent -> WSEvent -> Bool #

(/=) :: WSEvent -> WSEvent -> Bool #