uni-graphs-2.2.1.0: Graphs

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

shape :: Shape nodeLabel
 
nodeTypeTitle :: String
 

data NodeAttributes nodeType Source

Constructors

NodeAttributes 

Fields

nodeType :: nodeType
 
nodeTitle :: String
 

Instances

Typeable1 NodeAttributes 
Read nodeType => Read (NodeAttributes nodeType) 
Show nodeType => Show (NodeAttributes nodeType) 

data ArcAttributes arcType Source

Constructors

ArcAttributes 

Fields

arcType :: arcType
 

Instances

Typeable1 ArcAttributes 
Read arcType => Read (ArcAttributes arcType) 
Show arcType => Show (ArcAttributes arcType)