Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype GraphAttributes Source #
Instances
class IDeletable a => IGraphAttributes a where Source #
boundingBox :: a -> IO DRect Source #
Instances
upcastGraphAttributes :: forall a. (FPtr a, IGraphAttributes a) => a -> GraphAttributes Source #
downcastGraphAttributes :: forall a. (FPtr a, IGraphAttributes a) => GraphAttributes -> a Source #
newGraphAttributes :: (IGraph c0, FPtr c0) => c0 -> CLong -> IO GraphAttributes Source #
graphAttributes_fillColor :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO Color Source #
graphAttributes_fillBgColor :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO Color Source #
graphAttributes_x :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_y :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_width :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_height :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_bends :: (IEdgeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (List DPoint) Source #
graphAttributes_label :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO CppString Source #
graphAttributeslabelE :: (IEdgeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO CppString Source #
graphAttributes_xLabel :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_yLabel :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #