Qtc.Core.QTimer

Contents

Documentation

class QqTimer x1 where #

Methods

qTimer :: x1 -> IO (QTimer ()) #

Instances
QqTimer () # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimer :: () -> IO (QTimer ()) #

QqTimer (QObject t1) # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimer :: QObject t1 -> IO (QTimer ()) #

isSingleShot :: QTimer a -> () -> IO Bool #

setSingleShot :: QTimer a -> Bool -> IO () #

class QqTimerSingleShot x1 where #

Methods

qTimerSingleShot :: x1 -> IO () #

Instances
QqTimerSingleShot (Int, QObject t2, String) # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimerSingleShot :: (Int, QObject t2, String) -> IO () #

QqTimerSingleShot (Int, TimerType, QObject t3, String) # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimerSingleShot :: (Int, TimerType, QObject t3, String) -> IO () #

class QqTimerTrUtf8 x1 where #

Methods

qTimerTrUtf8 :: x1 -> IO String #

Instances
QqTimerTrUtf8 String # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimerTrUtf8 :: String -> IO String #

QqTimerTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimerTrUtf8 :: (String, String) -> IO String #

QqTimerTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QTimer

Methods

qTimerTrUtf8 :: (String, String, Int) -> IO String #

qTimer_delete :: QTimer a -> IO () #

Orphan instances

QsetInterval (QTimer a) Int # 
Instance details

Methods

setInterval :: QTimer a -> Int -> IO () #

QsenderSignalIndex (QTimer ()) () # 
Instance details

Methods

senderSignalIndex :: QTimer () -> () -> IO Int #

QsenderSignalIndex (QTimerSc a) () # 
Instance details

Methods

senderSignalIndex :: QTimerSc a -> () -> IO Int #

Qsender (QTimer ()) () # 
Instance details

Methods

sender :: QTimer () -> () -> IO (QObject ()) #

Qsender (QTimerSc a) () # 
Instance details

Methods

sender :: QTimerSc a -> () -> IO (QObject ()) #

Qreceivers (QTimer ()) String # 
Instance details

Methods

receivers :: QTimer () -> String -> IO Int #

Qreceivers (QTimerSc a) String # 
Instance details

Methods

receivers :: QTimerSc a -> String -> IO Int #

QisActive (QTimer a) () # 
Instance details

Methods

isActive :: QTimer a -> () -> IO Bool #

QtimerType (QTimer a) () # 
Instance details

Methods

timerType :: QTimer a -> () -> IO TimerType #

QtimerId (QTimer a) () # 
Instance details

Methods

timerId :: QTimer a -> () -> IO Int #

QsetTimerType (QTimer a) TimerType # 
Instance details

Methods

setTimerType :: QTimer a -> TimerType -> IO () #

QremainingTime (QTimer a) () # 
Instance details

Methods

remainingTime :: QTimer a -> () -> IO Int #

Qstop (QTimer ()) () (IO ()) # 
Instance details

Methods

stop :: QTimer () -> () -> IO () #

Qstop (QTimerSc a) () (IO ()) # 
Instance details

Methods

stop :: QTimerSc a -> () -> IO () #

Qstart (QTimer ()) Int (IO ()) # 
Instance details

Methods

start :: QTimer () -> Int -> IO () #

Qstart (QTimer ()) () (IO ()) # 
Instance details

Methods

start :: QTimer () -> () -> IO () #

Qstart (QTimerSc a) Int (IO ()) # 
Instance details

Methods

start :: QTimerSc a -> Int -> IO () #

Qstart (QTimerSc a) () (IO ()) # 
Instance details

Methods

start :: QTimerSc a -> () -> IO () #

Qproperty (QTimer ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QTimer () -> String -> IO (QVariant ()) #

Qproperty (QTimerSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QTimerSc a -> String -> IO (QVariant ()) #

Qparent (QTimer ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QTimer () -> () -> IO (QObject ()) #

Qparent (QTimerSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QTimerSc a -> () -> IO (QObject ()) #

Qinterval (QTimer a) () (IO Int) # 
Instance details

Methods

interval :: QTimer a -> () -> IO Int #

QuserMethod (QTimer ()) () (IO ()) # 
Instance details

Methods

userMethod :: QTimer () -> Int -> () -> IO () #

QuserMethod (QTimerSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QTimerSc a -> Int -> () -> IO () #

QtimerEvent (QTimer ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QTimer () -> QTimerEvent t1 -> IO () #

QtimerEvent (QTimerSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QTimerSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QTimer ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QTimer () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QTimerSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QTimerSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QTimer ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QTimer () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QTimerSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QTimerSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QTimer ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QTimer () -> QEvent t1 -> IO () #

QcustomEvent (QTimerSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QTimerSc a -> QEvent t1 -> IO () #

QconnectNotify (QTimer ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QTimer () -> QMetaMethod t1 -> IO () #

QconnectNotify (QTimerSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QTimerSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QTimer ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QTimer () -> QChildEvent t1 -> IO () #

QchildEvent (QTimerSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QTimerSc a -> QChildEvent t1 -> IO () #

Qevent (QTimer ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QTimer () -> QEvent t1 -> IO Bool #

Qevent (QTimerSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QTimerSc a -> QEvent t1 -> IO Bool #

QuserMethod (QTimer ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QTimer () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QTimerSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QTimerSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QTimer ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QTimer () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QTimerSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QTimerSc a -> (QObject t1, QEvent t2) -> IO Bool #