uni-uDrawGraph-2.2.0.1: Graphs binding

Safe HaskellSafe-Infered

UDrawGraph.Types

Description

This file was taken from Sven Panne's page on 31st July 2001. I have since changed it a little. The version before these changes may be found in DaVinciTypes.hs.orig.

Documentation

data TclCmd Source

Instances

data Node Source

Constructors

N NodeId Type [Attribute] [Edge] 
R NodeId 

Instances

data Edge Source

Constructors

E EdgeId Type [Attribute] Node 

Instances

newtype NodeId Source

Constructors

NodeId String 

Instances

newtype EdgeId Source

Constructors

EdgeId String 

Instances

newtype MenuId Source

Constructors

MenuId String 

Instances

newtype MenuLabel Source

Constructors

MenuLabel String 

newtype MenuMne Source

Constructors

MenuMne String 

Instances

newtype MenuAcc Source

Constructors

MenuAcc String 

Instances

newtype IconId Source

Constructors

IconId String 

Instances

newtype Type Source

Constructors

Type String 

Instances

newtype Filename Source

Constructors

Filename String 

Instances

newtype WindowId Source

Constructors

WindowId String 

data Direction Source

Constructors

Up 
Down 
DVLeft 
DVRight 

data Btype Source

Constructors

Bt String String String 

Instances

data MenuMod Source

Constructors

Alternate 
Shift 
Control 
Meta 
None 

Instances