uni-graphs-2.2.1.2: Graphs
Safe HaskellNone
LanguageHaskell2010

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

Instances details
Read (NodeTypeAttributes nodeLabel) Source # 
Instance details

Defined in Graphs.GetAttributes

Show (NodeTypeAttributes nodeLabel) Source # 
Instance details

Defined in Graphs.GetAttributes

Methods

showsPrec :: Int -> NodeTypeAttributes nodeLabel -> ShowS #

show :: NodeTypeAttributes nodeLabel -> String #

showList :: [NodeTypeAttributes nodeLabel] -> ShowS #

data NodeAttributes nodeType Source #

Constructors

NodeAttributes 

Fields

Instances

Instances details
Read nodeType => Read (NodeAttributes nodeType) Source # 
Instance details

Defined in Graphs.GetAttributes

Show nodeType => Show (NodeAttributes nodeType) Source # 
Instance details

Defined in Graphs.GetAttributes

Methods

showsPrec :: Int -> NodeAttributes nodeType -> ShowS #

show :: NodeAttributes nodeType -> String #

showList :: [NodeAttributes nodeType] -> ShowS #

data ArcAttributes arcType Source #

Constructors

ArcAttributes 

Fields

Instances

Instances details
Read arcType => Read (ArcAttributes arcType) Source # 
Instance details

Defined in Graphs.GetAttributes

Show arcType => Show (ArcAttributes arcType) Source # 
Instance details

Defined in Graphs.GetAttributes

Methods

showsPrec :: Int -> ArcAttributes arcType -> ShowS #

show :: ArcAttributes arcType -> String #

showList :: [ArcAttributes arcType] -> ShowS #