Graphs.GetAttributes
Description
GetAttributes is used by the GraphEditor to pop up HTk windows to get information from the user.
Documentation
data NodeTypeAttributes nodeLabel Source
Constructors
NodeTypeAttributes | |
Fields
|
Instances
Typeable1 NodeTypeAttributes | |
Read (NodeTypeAttributes nodeLabel) | |
Show (NodeTypeAttributes nodeLabel) |
getNodeTypeAttributes :: IO (Maybe (NodeTypeAttributes nodeLabel))Source
data NodeAttributes nodeType Source
Constructors
NodeAttributes | |
Instances
Typeable1 NodeAttributes | |
Read nodeType => Read (NodeAttributes nodeType) | |
Show nodeType => Show (NodeAttributes nodeType) |
getNodeAttributes :: Registry String nodeType -> IO (Maybe (NodeAttributes nodeType))Source
data ArcTypeAttributes Source
Constructors
ArcTypeAttributes | |
Fields |
data ArcAttributes arcType Source
Constructors
ArcAttributes | |
Fields
|
Instances
Typeable1 ArcAttributes | |
Read arcType => Read (ArcAttributes arcType) | |
Show arcType => Show (ArcAttributes arcType) |
getArcAttributes :: Registry String arcType -> IO (Maybe (ArcAttributes arcType))Source
displayError :: String -> IO ()Source