<> <> <> <> <<>> DIRECTORY CubicSplines, GGButtons, GGCaret, GGError, GGEvent, GGGraphicsButton, GGInterfaceTypes, GGModelTypes, GGObjects, GGSelect, GGVector, GGViewerOps, GGWindow, Imager, ImagerColor, IO, Rope, TiogaButtons, ViewerClasses, ViewerTools; GGEventImplB: CEDAR PROGRAM IMPORTS GGButtons, GGCaret, GGError, GGGraphicsButton, GGObjects, GGSelect, GGVector, GGViewerOps, GGWindow, Imager, ImagerColor, IO, Rope, TiogaButtons, ViewerTools EXPORTS GGEvent = BEGIN Cluster: TYPE = GGModelTypes.Cluster; EntityGenerator: TYPE = GGModelTypes.EntityGenerator; GargoyleData: TYPE = GGInterfaceTypes.GargoyleData; Outline: TYPE = GGModelTypes.Outline; Point: TYPE = GGModelTypes.Point; ScalarButtonClient: TYPE = GGInterfaceTypes.ScalarButtonClient; Segment: TYPE = GGModelTypes.Segment; Sequence: TYPE = GGModelTypes.Sequence; Traj: TYPE = GGModelTypes.Traj; TrajGenerator: TYPE = GGModelTypes.TrajGenerator; TwoState: TYPE = GGInterfaceTypes.TwoState; SegmentGenerator: TYPE = GGModelTypes.SegmentGenerator; SequenceGenerator: TYPE = GGModelTypes.SequenceGenerator; Vector: TYPE = GGModelTypes.Vector; Viewer: TYPE = ViewerClasses.Viewer; NotYetImplemented: PUBLIC SIGNAL = CODE; <