Documentation
class QqAbstractEventDispatcher_TimerInfo x1 where #
qAbstractEventDispatcher_TimerInfo :: x1 -> IO (QAbstractEventDispatcher_TimerInfo ()) #
Instances
QqAbstractEventDispatcher_TimerInfo (QAbstractEventDispatcher_TimerInfo t1) # | |
QqAbstractEventDispatcher_TimerInfo (Int, Int, TimerType) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_TimerInfo qAbstractEventDispatcher_TimerInfo :: (Int, Int, TimerType) -> IO (QAbstractEventDispatcher_TimerInfo ()) # |
class QqAbstractEventDispatcher_TimerInfo_nf x1 where #
qAbstractEventDispatcher_TimerInfo_nf :: x1 -> IO (QAbstractEventDispatcher_TimerInfo ()) #
Instances
QqAbstractEventDispatcher_TimerInfo_nf (QAbstractEventDispatcher_TimerInfo t1) # | |
QqAbstractEventDispatcher_TimerInfo_nf (Int, Int, TimerType) # | |
Defined in Qtc.Core.QAbstractEventDispatcher_TimerInfo qAbstractEventDispatcher_TimerInfo_nf :: (Int, Int, TimerType) -> IO (QAbstractEventDispatcher_TimerInfo ()) # |
setTimerId :: QAbstractEventDispatcher_TimerInfo a -> Int -> IO () #
Orphan instances
QsetInterval (QAbstractEventDispatcher_TimerInfo a) Int # | |
setInterval :: QAbstractEventDispatcher_TimerInfo a -> Int -> IO () # | |
QtimerType (QAbstractEventDispatcher_TimerInfo a) () # | |
timerType :: QAbstractEventDispatcher_TimerInfo a -> () -> IO TimerType # | |
QtimerId (QAbstractEventDispatcher_TimerInfo a) () # | |
timerId :: QAbstractEventDispatcher_TimerInfo a -> () -> IO Int # | |
QsetTimerType (QAbstractEventDispatcher_TimerInfo a) TimerType # | |
setTimerType :: QAbstractEventDispatcher_TimerInfo a -> TimerType -> IO () # | |
Qinterval (QAbstractEventDispatcher_TimerInfo a) () (IO Int) # | |
interval :: QAbstractEventDispatcher_TimerInfo a -> () -> IO Int # |