Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
c_graphattributes_delete :: Ptr RawGraphAttributes -> IO () Source #
c_graphattributes_newgraphattributes :: Ptr RawGraph -> CLong -> IO (Ptr RawGraphAttributes) Source #
c_graphattributes_graphattributes_fillcolor :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr RawColor) Source #
c_graphattributes_graphattributes_fillbgcolor :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr RawColor) Source #
c_graphattributes_graphattributes_x :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr CDouble) Source #
c_graphattributes_graphattributes_y :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr CDouble) Source #
c_graphattributes_graphattributes_width :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr CDouble) Source #
c_graphattributes_graphattributes_height :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr CDouble) Source #
c_graphattributes_graphattributes_bends :: Ptr RawGraphAttributes -> Ptr RawEdgeElement -> IO (Ptr (RawList DPoint)) Source #
c_graphattributes_graphattributes_label :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr RawCppString) Source #
c_graphattributes_graphattributeslabele :: Ptr RawGraphAttributes -> Ptr RawEdgeElement -> IO (Ptr RawCppString) Source #
c_graphattributes_graphattributes_xlabel :: Ptr RawGraphAttributes -> Ptr RawNodeElement -> IO (Ptr CDouble) Source #