Documentation
qTestEventLoopInstance :: () -> IO (QTestEventLoop ()) #
class QqTestEventLoopTrUtf8 x1 where #
qTestEventLoopTrUtf8 :: x1 -> IO String #
Instances
QqTestEventLoopTrUtf8 String # | |
Defined in Qtc.Test.QTestEventLoop qTestEventLoopTrUtf8 :: String -> IO String # | |
QqTestEventLoopTrUtf8 (String, String) # | |
Defined in Qtc.Test.QTestEventLoop qTestEventLoopTrUtf8 :: (String, String) -> IO String # | |
QqTestEventLoopTrUtf8 (String, String, Int) # | |
Defined in Qtc.Test.QTestEventLoop qTestEventLoopTrUtf8 :: (String, String, Int) -> IO String # |
class QqTestEventLoop x1 where #
qTestEventLoop :: x1 -> IO (QTestEventLoop ()) #
Instances
QqTestEventLoop () # | |
Defined in Qtc.Test.QTestEventLoop qTestEventLoop :: () -> IO (QTestEventLoop ()) # | |
QqTestEventLoop (QObject t1) # | |
Defined in Qtc.Test.QTestEventLoop qTestEventLoop :: QObject t1 -> IO (QTestEventLoop ()) # |
changeInterval :: QTestEventLoop a -> Int -> IO () #
enterLoop :: QTestEventLoop a -> Int -> IO () #
enterLoopMSecs :: QTestEventLoop a -> Int -> IO () #
Instances
QexitLoop (QTestEventLoop ()) () # | |
Defined in Qtc.Test.QTestEventLoop exitLoop :: QTestEventLoop () -> () -> IO () # | |
QexitLoop (QTestEventLoopSc a) () # | |
Defined in Qtc.Test.QTestEventLoop exitLoop :: QTestEventLoopSc a -> () -> IO () # |
qTestEventLoop_delete :: QTestEventLoop a -> IO () #
qTestEventLoop_deleteLater :: QTestEventLoop a -> IO () #