| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphs.GraphEditor
Description
#########################################################################
This Graph Editor is inspired by the one by Einar Karlsen but uses the new graph interface.
#########################################################################
Documentation
newGraphEditor :: (GraphAllConfig dispGraph graphParms node nodeType nodeTypeParms arc arcType arcTypeParms, HasConfigValue Shape nodeTypeParms, Graph graph) => Graph dispGraph graphParms node nodeType nodeTypeParms arc arcType arcTypeParms -> Displayable graph -> IO GraphEditor Source #
data GraphEditor Source #
Instances
| Destroyable GraphEditor Source # | |
Defined in Graphs.GraphEditor Methods destroy :: GraphEditor -> IO () # | |
| Destructible GraphEditor Source # | |
Defined in Graphs.GraphEditor Methods destroyed :: GraphEditor -> Event () # | |
| Object GraphEditor Source # | |
Defined in Graphs.GraphEditor Methods objectID :: GraphEditor -> ObjectID # | |
type Displayable graph = graph String (NodeTypeAttributes Node) () ArcTypeAttributes Source #
type DisplayableUpdate = Update String (NodeTypeAttributes Node) () ArcTypeAttributes Source #