Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data RawGraphAttributes Source #
Instances
Castable GraphAttributes (Ptr RawGraphAttributes) Source # | |
Defined in OGDF.GraphAttributes.Cast cast :: GraphAttributes -> (Ptr RawGraphAttributes -> IO r) -> IO r # uncast :: Ptr RawGraphAttributes -> (GraphAttributes -> IO r) -> IO r # | |
(IGraphAttributes a, FPtr a) => Castable a (Ptr RawGraphAttributes) Source # | |
Defined in OGDF.GraphAttributes.Cast |
newtype GraphAttributes Source #