Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
IGraphIO GraphIO Source # | |
Defined in OGDF.GraphIO.Implementation | |
Show GraphIO Source # | |
FPtr GraphIO Source # | |
Eq GraphIO Source # | |
Ord GraphIO Source # | |
IDeletable GraphIO Source # | |
Defined in OGDF.GraphIO.Implementation | |
Castable GraphIO (Ptr RawGraphIO) Source # | |
Defined in OGDF.GraphIO.Cast | |
type Raw GraphIO Source # | |
Defined in OGDF.GraphIO.RawType |
class IDeletable a => IGraphIO a Source #
Instances
IGraphIO GraphIO Source # | |
Defined in OGDF.GraphIO.Implementation |
graphIO_read :: (ICppString c2, FPtr c2, IGraph c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> c2 -> IO CBool Source #
graphIO_write :: (ICppString c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> IO CBool Source #
graphIO_drawSVG :: (ICppString c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> IO CBool Source #