Graphics.Xournal.Render.Type
Documentation
Constructors
| NotHitted | |
Fields
| |
type StrokeHitted = AlterList (NotHitted StrokeBBox) (Hitted StrokeBBox)Source
interleave :: (a -> c) -> (b -> c) -> AlterList a b -> [c]Source
type TAlterHitted a = AlterList [a] (Hitted a)Source
newtype TEitherAlterHitted a Source
Constructors
| TEitherAlterHitted | |
Fields
| |
type TLayerSelect a = GLayer TEitherAlterHitted (StrokeTypeFromLayer a)Source
type family StrokeTypeFromLayer a :: *Source
data TLayerSelectInPage s a Source
Constructors
| TLayerSelectInPage | |
Fields
| |
type TTempPageSelect = GPage Background (TLayerSelectInPage []) TLayerBBoxSource
type TTempXournalSelect = GSelect (IntMap TPageBBoxMap) (Maybe (Int, TTempPageSelect))Source