| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Vty.Debug
Documentation
data MockWindow #
Constructors
| MockWindow Int Int |
Instances
| Eq MockWindow # | |
Defined in Graphics.Vty.Debug | |
| Show MockWindow # | |
Defined in Graphics.Vty.Debug Methods showsPrec :: Int -> MockWindow -> ShowS # show :: MockWindow -> String # showList :: [MockWindow] -> ShowS # | |
data SpanConstructEvent #
Constructors
| SpanSetAttr Attr |
type SpanConstructLog = [SpanConstructEvent] #
rowOpsEffectedColumns :: DisplayOps -> [Int] #
allSpansHaveWidth :: DisplayOps -> Int -> Bool #
spanOpsEffectedRows :: DisplayOps -> Int #
isSetAttr :: Attr -> SpanConstructEvent -> Bool #
type ImageConstructLog = [ImageConstructEvent] #
data ImageConstructEvent #
Constructors
| ImageConstructEvent |
Instances
| Eq ImageConstructEvent # | |
Defined in Graphics.Vty.Debug.Image Methods (==) :: ImageConstructEvent -> ImageConstructEvent -> Bool # (/=) :: ImageConstructEvent -> ImageConstructEvent -> Bool # | |
| Show ImageConstructEvent # | |
Defined in Graphics.Vty.Debug.Image Methods showsPrec :: Int -> ImageConstructEvent -> ShowS # show :: ImageConstructEvent -> String # showList :: [ImageConstructEvent] -> ShowS # | |
forwardImageOps :: [Image -> Image] #
forwardTransform :: ImageOp -> Image -> Image #
reverseTransform :: ImageOp -> Image -> Image #
debugImageOps :: [ImageOp] #