| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
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
| Read (NodeTypeAttributes nodeLabel) Source # | |
Defined in Graphs.GetAttributes Methods readsPrec :: Int -> ReadS (NodeTypeAttributes nodeLabel) # readList :: ReadS [NodeTypeAttributes nodeLabel] # readPrec :: ReadPrec (NodeTypeAttributes nodeLabel) # readListPrec :: ReadPrec [NodeTypeAttributes nodeLabel] #  | |
| Show (NodeTypeAttributes nodeLabel) Source # | |
Defined in Graphs.GetAttributes Methods showsPrec :: Int -> NodeTypeAttributes nodeLabel -> ShowS # show :: NodeTypeAttributes nodeLabel -> String # showList :: [NodeTypeAttributes nodeLabel] -> ShowS #  | |
getNodeTypeAttributes :: IO (Maybe (NodeTypeAttributes nodeLabel)) Source #
data NodeAttributes nodeType Source #
Constructors
| NodeAttributes | |
Instances
| Read nodeType => Read (NodeAttributes nodeType) Source # | |
Defined in Graphs.GetAttributes Methods readsPrec :: Int -> ReadS (NodeAttributes nodeType) # readList :: ReadS [NodeAttributes nodeType] # readPrec :: ReadPrec (NodeAttributes nodeType) # readListPrec :: ReadPrec [NodeAttributes nodeType] #  | |
| Show nodeType => Show (NodeAttributes nodeType) Source # | |
Defined in Graphs.GetAttributes Methods showsPrec :: Int -> NodeAttributes nodeType -> ShowS # show :: NodeAttributes nodeType -> String # showList :: [NodeAttributes nodeType] -> ShowS #  | |
getNodeAttributes :: Registry String nodeType -> IO (Maybe (NodeAttributes nodeType)) Source #
data ArcTypeAttributes Source #
Constructors
| ArcTypeAttributes | |
Fields  | |
Instances
| Read ArcTypeAttributes Source # | |
Defined in Graphs.GetAttributes Methods readsPrec :: Int -> ReadS ArcTypeAttributes # readList :: ReadS [ArcTypeAttributes] #  | |
| Show ArcTypeAttributes Source # | |
Defined in Graphs.GetAttributes Methods showsPrec :: Int -> ArcTypeAttributes -> ShowS # show :: ArcTypeAttributes -> String # showList :: [ArcTypeAttributes] -> ShowS #  | |
data ArcAttributes arcType Source #
Constructors
| ArcAttributes | |
Fields 
  | |
Instances
| Read arcType => Read (ArcAttributes arcType) Source # | |
Defined in Graphs.GetAttributes Methods readsPrec :: Int -> ReadS (ArcAttributes arcType) # readList :: ReadS [ArcAttributes arcType] # readPrec :: ReadPrec (ArcAttributes arcType) # readListPrec :: ReadPrec [ArcAttributes arcType] #  | |
| Show arcType => Show (ArcAttributes arcType) Source # | |
Defined in Graphs.GetAttributes Methods showsPrec :: Int -> ArcAttributes arcType -> ShowS # show :: ArcAttributes arcType -> String # showList :: [ArcAttributes arcType] -> ShowS #  | |
getArcAttributes :: Registry String arcType -> IO (Maybe (ArcAttributes arcType)) Source #
displayError :: String -> IO () Source #