OGDF-1.0.0.0: Haskell binding to OGDF
Safe HaskellSafe-Inferred
LanguageHaskell2010

OGDF.GraphIO

Documentation

newtype GraphIO Source #

Constructors

GraphIO (Ptr RawGraphIO) 

Instances

Instances details
IGraphIO GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.Implementation

Show GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

FPtr GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

Associated Types

type Raw GraphIO #

Eq GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

Methods

(==) :: GraphIO -> GraphIO -> Bool #

(/=) :: GraphIO -> GraphIO -> Bool #

Ord GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

IDeletable GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.Implementation

Methods

delete :: GraphIO -> IO () #

Castable GraphIO (Ptr RawGraphIO) Source # 
Instance details

Defined in OGDF.GraphIO.Cast

Methods

cast :: GraphIO -> (Ptr RawGraphIO -> IO r) -> IO r #

uncast :: Ptr RawGraphIO -> (GraphIO -> IO r) -> IO r #

type Raw GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.RawType

class IDeletable a => IGraphIO a Source #

Instances

Instances details
IGraphIO GraphIO Source # 
Instance details

Defined in OGDF.GraphIO.Implementation

upcastGraphIO :: forall a. (FPtr a, IGraphIO a) => a -> GraphIO Source #

downcastGraphIO :: forall a. (FPtr a, IGraphIO a) => GraphIO -> a Source #

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 #