xournal-parser-0.2: Xournal file parser

Text.Xournal.Type

Documentation

class IStroke (TStroke a) => ILayer a whereSource

Associated Types

type TStroke a :: *Source

Methods

layerStrokes :: a -> [TStroke a]Source

Instances

class ILayer (TLayer a) => IPage a whereSource

Associated Types

type TLayer a :: *Source

Instances

class IPage (TPage a) => IXournal a whereSource

Associated Types

type TPage a :: *Source

Methods

xournalPages :: a -> [TPage a]Source

Instances

data Dimension Source

Constructors

Dim 

Instances

data Xournal Source

Constructors

Xournal 

Fields

xoj_title :: !Title
 
xoj_pages :: ![Page]
 

data Page Source

Constructors

Page 

Instances

data Layer Source

Constructors

Layer 

Fields

layer_strokes :: ![Stroke]
 

Instances