Qtc.Test.QSignalSpy

Contents

Documentation

qSignalSpy :: (QObject t1, String) -> IO (QSignalSpy ()) #

Orphan instances

Qwait (QSignalSpy a) Int # 
Instance details

Methods

wait :: QSignalSpy a -> Int -> IO Bool #

Qwait (QSignalSpy a) () # 
Instance details

Methods

wait :: QSignalSpy a -> () -> IO Bool #

Qsignal (QSignalSpy a) () # 
Instance details

Methods

signal :: QSignalSpy a -> () -> IO (QByteArray ()) #

QsenderSignalIndex (QSignalSpy ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QSignalSpySc a) () # 
Instance details

Methods

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

Qsender (QSignalSpy ()) () # 
Instance details

Methods

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

Qsender (QSignalSpySc a) () # 
Instance details

Methods

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

Qreceivers (QSignalSpy ()) String # 
Instance details

Methods

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

Qreceivers (QSignalSpySc a) String # 
Instance details

Methods

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

QqisValid (QSignalSpy ()) () # 
Instance details

Methods

qisValid :: QSignalSpy () -> () -> IO Bool #

QqisValid (QSignalSpySc a) () # 
Instance details

Methods

qisValid :: QSignalSpySc a -> () -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QSignalSpy ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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