Safe Haskell | Safe-Inferred |
---|
Synopsis
- list :: Cmd.CmdL [ViewId]
- create :: BlockId -> Cmd.CmdL ViewId
- create_infer :: Text -> Cmd.CmdL ViewId
- cover :: Cmd.M m => m [ViewId]
- arrange :: Cmd.CmdL ()
- arrange_screen :: (Int, Int) -> Cmd.CmdL ()
- compact :: Rect.Rect -> [(a, Rect.Rect)] -> [(a, Rect.Rect)]
- saved :: Cmd.CmdL Text
- save :: Text -> Cmd.CmdL ()
- load :: Text -> Cmd.CmdL ()
- remove :: Ui.M m => Text -> m ()
- prev :: Cmd.CmdL ()
- zoom_from :: Cmd.M m => ViewId -> m ()
Documentation
create
create_infer :: Text -> Cmd.CmdL ViewId Source #
Create a view from a BlockId inferred like a block call would, from the selected block.
cover :: Cmd.M m => m [ViewId] Source #
For the current window, open enough views at the current zoom to see the score from the current time until the end of the block.