| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Potato.Flow.Controller.Manipulator.Common
Documentation
data SelectionManipulatorType Source #
Constructors
| SMTNone | |
| SMTBox | |
| SMTBoxText | |
| SMTLine | |
| SMTTextArea | |
| SMTBoundingBox | 
Instances
| Show SelectionManipulatorType Source # | |
| Defined in Potato.Flow.Controller.Manipulator.Common Methods showsPrec :: Int -> SelectionManipulatorType -> ShowS # show :: SelectionManipulatorType -> String # showList :: [SelectionManipulatorType] -> ShowS # | |
| Eq SelectionManipulatorType Source # | |
| Defined in Potato.Flow.Controller.Manipulator.Common Methods (==) :: SelectionManipulatorType -> SelectionManipulatorType -> Bool # (/=) :: SelectionManipulatorType -> SelectionManipulatorType -> Bool # | |