fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Clock

Contents

Synopsis

Documentation

newtype Hour Source #

Constructors

Hour Int 

newtype Minute Source #

Constructors

Minute Int 

newtype Second Source #

Constructors

Second Int 

Hierarchy

Clock

getValue :: Ref Clock -> IO ClockByTime

getValueSinceEpoch :: Ref Clock -> IO ClockSinceEpoch

handle :: Ref Clock -> Event -> IO Int

setValue :: Ref Clock -> ClockSetTimeType -> IO ()

Orphan instances

(~) * impl (IO ClockSinceEpoch) => Op (GetValueSinceEpoch ()) Clock orig impl Source # 

Methods

runOp :: GetValueSinceEpoch () -> orig -> Ref Clock -> impl Source #

(~) * impl (ClockSetTimeType -> IO ()) => Op (SetValue ()) Clock orig impl Source # 

Methods

runOp :: SetValue () -> orig -> Ref Clock -> impl Source #

(~) * impl (IO ClockByTime) => Op (GetValue ()) Clock orig impl Source # 

Methods

runOp :: GetValue () -> orig -> Ref Clock -> impl Source #

(~) * impl (ClockType -> IO ()) => Op (SetType ()) Clock orig impl Source # 

Methods

runOp :: SetType () -> orig -> Ref Clock -> impl Source #

(~) * impl (IO ClockType) => Op (GetType_ ()) Clock orig impl Source # 

Methods

runOp :: GetType_ () -> orig -> Ref Clock -> impl Source #

(~) * impl (Event -> IO Int) => Op (Handle ()) Clock orig impl Source # 

Methods

runOp :: Handle () -> orig -> Ref Clock -> impl Source #