Qtc.Test.QTestEventLoop
Contents
Documentation
qTestEventLoopInstance :: () -> IO (QTestEventLoop ()) #
class QqTestEventLoopTrUtf8 x1 where #
Methods
qTestEventLoopTrUtf8 :: x1 -> IO String #
Instances
| QqTestEventLoopTrUtf8 String # | |
Defined in Qtc.Test.QTestEventLoop Methods qTestEventLoopTrUtf8 :: String -> IO String # | |
| QqTestEventLoopTrUtf8 (String, String) # | |
Defined in Qtc.Test.QTestEventLoop Methods qTestEventLoopTrUtf8 :: (String, String) -> IO String # | |
| QqTestEventLoopTrUtf8 (String, String, Int) # | |
Defined in Qtc.Test.QTestEventLoop Methods qTestEventLoopTrUtf8 :: (String, String, Int) -> IO String # | |
class QqTestEventLoop x1 where #
Methods
qTestEventLoop :: x1 -> IO (QTestEventLoop ()) #
Instances
| QqTestEventLoop () # | |
Defined in Qtc.Test.QTestEventLoop Methods qTestEventLoop :: () -> IO (QTestEventLoop ()) # | |
| QqTestEventLoop (QObject t1) # | |
Defined in Qtc.Test.QTestEventLoop Methods 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 Methods exitLoop :: QTestEventLoop () -> () -> IO () # | |
| QexitLoop (QTestEventLoopSc a) () # | |
Defined in Qtc.Test.QTestEventLoop Methods exitLoop :: QTestEventLoopSc a -> () -> IO () # | |
qTestEventLoop_delete :: QTestEventLoop a -> IO () #
qTestEventLoop_deleteLater :: QTestEventLoop a -> IO () #