tinytools-0.1.0.3
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.Controller.Types

Documentation

data Tool Source #

Instances

Instances details
Enum Tool Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

succ :: Tool -> Tool #

pred :: Tool -> Tool #

toEnum :: Int -> Tool #

fromEnum :: Tool -> Int #

enumFrom :: Tool -> [Tool] #

enumFromThen :: Tool -> Tool -> [Tool] #

enumFromTo :: Tool -> Tool -> [Tool] #

enumFromThenTo :: Tool -> Tool -> Tool -> [Tool] #

Show Tool Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

showsPrec :: Int -> Tool -> ShowS #

show :: Tool -> String #

showList :: [Tool] -> ShowS #

Eq Tool Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

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

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

data LayerMeta Source #

Instances

Instances details
FromJSON LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

ToJSON LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Generic LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Associated Types

type Rep LayerMeta :: Type -> Type #

Show LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Binary LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Default LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

def :: LayerMeta #

NFData LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

rnf :: LayerMeta -> () #

Eq LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

type Rep LayerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

type Rep LayerMeta = D1 ('MetaData "LayerMeta" "Potato.Flow.Controller.Types" "tinytools-0.1.0.3-HF5s50ZrT30LQps3nQySnP" 'False) (C1 ('MetaCons "LayerMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "_layerMeta_isLocked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "_layerMeta_isHidden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_layerMeta_isCollapsed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))

data ControllerMeta Source #

Instances

Instances details
FromJSON ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

ToJSON ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Generic ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Associated Types

type Rep ControllerMeta :: Type -> Type #

Show ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Binary ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Default ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

def :: ControllerMeta #

NFData ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

Methods

rnf :: ControllerMeta -> () #

Eq ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

type Rep ControllerMeta Source # 
Instance details

Defined in Potato.Flow.Controller.Types

type Rep ControllerMeta = D1 ('MetaData "ControllerMeta" "Potato.Flow.Controller.Types" "tinytools-0.1.0.3-HF5s50ZrT30LQps3nQySnP" 'False) (C1 ('MetaCons "ControllerMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "_controllerMeta_pan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 XY) :*: S1 ('MetaSel ('Just "_controllerMeta_layers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LayerMetaMap)))