ParentContentsIndex
Graphics.UI.ObjectIO.StdTimerElementClass
Portability portable
Stability provisional
Maintainer ka2_mail@yahoo.com
Description
Definition of the TimerElements class for timer elements.
Synopsis
class TimerElements t where
timerElementToHandles :: t ls ps -> GUI ps [TimerElementState ls ps]
Documentation
class TimerElements t where
Translating timer elements into the internal representation. There are instances for combinator types: AddLS, NewLS, ListLS, NilLS and TupLS
Methods
timerElementToHandles :: t ls ps -> GUI ps [TimerElementState ls ps]
Instances
(TimerElements t) => TimerElements (AddLS t)
(TimerElements t) => TimerElements (NewLS t)
(TimerElements t) => TimerElements (ListLS t)
TimerElements NilLS
(TimerElements t1, TimerElements t2) => TimerElements (TupLS t1 t2)
TimerElements (Receiver m)
TimerElements (Receiver2 m r)
Produced by Haddock version 0.3