manatee-core-0.0.1: The core of Manatee.

Manatee.Core.PageView

Synopsis

Documentation

pageViewScrollStepDown :: PageView a => a -> IO ()Source

Basic scroll action.

pageViewGetPlugId :: forall a. PageView a => a -> IO PagePlugIdSource

Get plug id of page view.

pageViewUpdateOutputStatus :: forall a. PageView a => a -> String -> Maybe Int -> IO ()Source

Update output.

pageViewUpdateProgressStatus :: forall a. PageView a => a -> Double -> IO ()Source

Update progress.

pageViewUpdateInfoStatus :: forall a. PageView a => a -> String -> String -> IO ()Source

Update status.

pageViewClient :: forall a. PageView a => a -> ClientSource

Get dbus client.

pageViewCutAction :: forall a. PageView a => a -> IO ()Source

Cut action.

pageViewCopyAction :: forall a. PageView a => a -> IO ()Source

Copy action.

pageViewPasteAction :: forall a. PageView a => a -> IO ()Source

Paste action.

localInteractive :: forall a. PageView a => a -> String -> ([String] -> IO ()) -> IO ()Source

Call local interactive.