hoodle-core-0.16: Core library for hoodle

Copyright(c) 2011-2014 Ian-Woo Kim
LicenseBSD3
MaintainerIan-Woo Kim <ianwookim@gmail.com>
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Hoodle.Accessor

Description

 

Synopsis

Documentation

pureUpdateUhdl :: (UnitHoodle -> UnitHoodle) -> MainCoroutine () Source #

update unitHoodle

applyActionToAllCVS :: (CanvasId -> MainCoroutine ()) -> MainCoroutine () Source #

apply an action to all canvases

lensSetToggleUIForFlag Source #

Arguments

:: String 
-> Simple Lens HoodleState Bool

lens for flag

-> HoodleState 
-> IO Bool 

set toggle UI button to the corresponding HoodleState

setToggleUIForFlag :: String -> Bool -> HoodleState -> IO Bool Source #

set toggle UI button to the corresponding HoodleState