Documentation
class QqTestToString x1 where #
qTestToString :: x1 -> IO (QCharPtr ()) #
Instances
QqTestToString String # | |
Defined in Qtc.Test.QTest qTestToString :: String -> IO (QCharPtr ()) # | |
QqTestToString (QNullptr_t t1) # | |
Defined in Qtc.Test.QTest qTestToString :: QNullptr_t t1 -> IO (QCharPtr ()) # | |
QqTestToString (QConstVoidPtr t1) # | |
Defined in Qtc.Test.QTest qTestToString :: QConstVoidPtr t1 -> IO (QCharPtr ()) # |
qTestAddColumnInternal :: (Int, String) -> IO () #
qTestAsciiToKey :: Qchar t1 -> IO Key #
qTestCompare_helper :: (Bool, String, QCharPtr t3, QCharPtr t4, String, String, String, Int) -> IO Bool #
class QqTestCompare_ptr_helper x1 where #
qTestCompare_ptr_helper :: x1 -> IO Bool #
Instances
QqTestCompare_ptr_helper (QNullptr_t t1, QVolatileConstVoidPtr t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestCompare_ptr_helper :: (QNullptr_t t1, QVolatileConstVoidPtr t2, String, String, String, Int) -> IO Bool # | |
QqTestCompare_ptr_helper (QVolatileConstVoidPtr t1, QVolatileConstVoidPtr t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestCompare_ptr_helper :: (QVolatileConstVoidPtr t1, QVolatileConstVoidPtr t2, String, String, String, Int) -> IO Bool # | |
QqTestCompare_ptr_helper (QVolatileConstVoidPtr t1, QNullptr_t t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestCompare_ptr_helper :: (QVolatileConstVoidPtr t1, QNullptr_t t2, String, String, String, Int) -> IO Bool # |
qTestCompare_string_helper :: (String, String, String, String, String, Int) -> IO Bool #
class QqTestCreateTouchDevice x1 where #
qTestCreateTouchDevice :: x1 -> IO (QTouchDevice ()) #
Instances
QqTestCreateTouchDevice () # | |
Defined in Qtc.Test.QTest qTestCreateTouchDevice :: () -> IO (QTouchDevice ()) # | |
QqTestCreateTouchDevice DeviceType # | |
Defined in Qtc.Test.QTest qTestCreateTouchDevice :: DeviceType -> IO (QTouchDevice ()) # |
qTestCurrentAppName :: () -> IO String #
qTestCurrentDataTag :: () -> IO String #
qTestCurrentTestFailed :: () -> IO Bool #
qTestCurrentTestFunction :: () -> IO String #
class QqTestIgnoreMessage x1 where #
qTestIgnoreMessage :: x1 -> IO () #
Instances
QqTestIgnoreMessage (QtMsgType, String) # | |
Defined in Qtc.Test.QTest qTestIgnoreMessage :: (QtMsgType, String) -> IO () # | |
QqTestIgnoreMessage (QtMsgType, QRegularExpression t2) # | |
Defined in Qtc.Test.QTest qTestIgnoreMessage :: (QtMsgType, QRegularExpression t2) -> IO () # |
class QqTestKeyClick x1 where #
qTestKeyClick :: x1 -> IO () #
Instances
QqTestKeyClick (QWindow t1, Qchar t2) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Qchar t2) -> IO () # | |
QqTestKeyClick (QWindow t1, Key) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Key) -> IO () # | |
QqTestKeyClick (QWindow t1, Qchar t2, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Qchar t2, KeyboardModifiers) -> IO () # | |
QqTestKeyClick (QWindow t1, Key, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Key, KeyboardModifiers) -> IO () # | |
QqTestKeyClick (QWindow t1, Qchar t2, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Qchar t2, KeyboardModifiers, Int) -> IO () # | |
QqTestKeyClick (QWindow t1, Key, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyClick :: (QWindow t1, Key, KeyboardModifiers, Int) -> IO () # |
class QqTestKeyEvent x1 where #
qTestKeyEvent :: x1 -> IO () #
Instances
QqTestKeyEvent (KeyAction, QWindow t2, Qchar t3) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Qchar t3) -> IO () # | |
QqTestKeyEvent (KeyAction, QWindow t2, Key) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Key) -> IO () # | |
QqTestKeyEvent (KeyAction, QWindow t2, Qchar t3, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Qchar t3, KeyboardModifiers) -> IO () # | |
QqTestKeyEvent (KeyAction, QWindow t2, Key, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Key, KeyboardModifiers) -> IO () # | |
QqTestKeyEvent (KeyAction, QWindow t2, Qchar t3, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Qchar t3, KeyboardModifiers, Int) -> IO () # | |
QqTestKeyEvent (KeyAction, QWindow t2, Key, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyEvent :: (KeyAction, QWindow t2, Key, KeyboardModifiers, Int) -> IO () # |
class QqTestKeyPress x1 where #
qTestKeyPress :: x1 -> IO () #
Instances
QqTestKeyPress (QWindow t1, Qchar t2) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Qchar t2) -> IO () # | |
QqTestKeyPress (QWindow t1, Key) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Key) -> IO () # | |
QqTestKeyPress (QWindow t1, Qchar t2, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Qchar t2, KeyboardModifiers) -> IO () # | |
QqTestKeyPress (QWindow t1, Key, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Key, KeyboardModifiers) -> IO () # | |
QqTestKeyPress (QWindow t1, Qchar t2, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Qchar t2, KeyboardModifiers, Int) -> IO () # | |
QqTestKeyPress (QWindow t1, Key, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyPress :: (QWindow t1, Key, KeyboardModifiers, Int) -> IO () # |
class QqTestKeyRelease x1 where #
qTestKeyRelease :: x1 -> IO () #
Instances
QqTestKeyRelease (QWindow t1, Qchar t2) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Qchar t2) -> IO () # | |
QqTestKeyRelease (QWindow t1, Key) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Key) -> IO () # | |
QqTestKeyRelease (QWindow t1, Qchar t2, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Qchar t2, KeyboardModifiers) -> IO () # | |
QqTestKeyRelease (QWindow t1, Key, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Key, KeyboardModifiers) -> IO () # | |
QqTestKeyRelease (QWindow t1, Qchar t2, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Qchar t2, KeyboardModifiers, Int) -> IO () # | |
QqTestKeyRelease (QWindow t1, Key, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestKeyRelease :: (QWindow t1, Key, KeyboardModifiers, Int) -> IO () # |
qTestKeySequence :: (QWindow t1, QKeySequence t2) -> IO () #
qTestKeyToAscii :: Key -> IO (Qchar ()) #
class QqTestMouseClick x1 where #
qTestMouseClick :: x1 -> IO () #
Instances
QqTestMouseClick (QWindow t1, MouseButton) # | |
Defined in Qtc.Test.QTest qTestMouseClick :: (QWindow t1, MouseButton) -> IO () # | |
QqTestMouseClick (QWindow t1, MouseButton, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestMouseClick :: (QWindow t1, MouseButton, KeyboardModifiers) -> IO () # | |
QqTestMouseClick (QWindow t1, MouseButton, KeyboardModifiers, Point) # | |
Defined in Qtc.Test.QTest qTestMouseClick :: (QWindow t1, MouseButton, KeyboardModifiers, Point) -> IO () # | |
QqTestMouseClick (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMouseClick :: (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) -> IO () # |
class QqqTestMouseClick x1 where #
qqTestMouseClick :: x1 -> IO () #
Instances
QqqTestMouseClick (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) # | |
Defined in Qtc.Test.QTest qqTestMouseClick :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) -> IO () # | |
QqqTestMouseClick (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) # | |
Defined in Qtc.Test.QTest qqTestMouseClick :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) -> IO () # |
class QqTestMouseDClick x1 where #
qTestMouseDClick :: x1 -> IO () #
Instances
QqTestMouseDClick (QWindow t1, MouseButton) # | |
Defined in Qtc.Test.QTest qTestMouseDClick :: (QWindow t1, MouseButton) -> IO () # | |
QqTestMouseDClick (QWindow t1, MouseButton, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestMouseDClick :: (QWindow t1, MouseButton, KeyboardModifiers) -> IO () # | |
QqTestMouseDClick (QWindow t1, MouseButton, KeyboardModifiers, Point) # | |
Defined in Qtc.Test.QTest qTestMouseDClick :: (QWindow t1, MouseButton, KeyboardModifiers, Point) -> IO () # | |
QqTestMouseDClick (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMouseDClick :: (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) -> IO () # |
class QqqTestMouseDClick x1 where #
qqTestMouseDClick :: x1 -> IO () #
Instances
QqqTestMouseDClick (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) # | |
Defined in Qtc.Test.QTest qqTestMouseDClick :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) -> IO () # | |
QqqTestMouseDClick (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) # | |
Defined in Qtc.Test.QTest qqTestMouseDClick :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) -> IO () # |
class QqTestMouseEvent x1 where #
qTestMouseEvent :: x1 -> IO () #
Instances
QqTestMouseEvent (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, Point) # | |
Defined in Qtc.Test.QTest qTestMouseEvent :: (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, Point) -> IO () # | |
QqTestMouseEvent (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMouseEvent :: (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, Point, Int) -> IO () # |
class QqqTestMouseEvent x1 where #
qqTestMouseEvent :: x1 -> IO () #
Instances
QqqTestMouseEvent (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, QPoint t5) # | |
Defined in Qtc.Test.QTest qqTestMouseEvent :: (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, QPoint t5) -> IO () # | |
QqqTestMouseEvent (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, QPoint t5, Int) # | |
Defined in Qtc.Test.QTest qqTestMouseEvent :: (MouseAction, QWindow t2, MouseButton, KeyboardModifiers, QPoint t5, Int) -> IO () # |
class QqTestMouseMove x1 where #
qTestMouseMove :: x1 -> IO () #
Instances
QqTestMouseMove (QWindow t1) # | |
Defined in Qtc.Test.QTest qTestMouseMove :: QWindow t1 -> IO () # | |
QqTestMouseMove (QWindow t1, Point) # | |
Defined in Qtc.Test.QTest qTestMouseMove :: (QWindow t1, Point) -> IO () # | |
QqTestMouseMove (QWindow t1, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMouseMove :: (QWindow t1, Point, Int) -> IO () # |
class QqqTestMouseMove x1 where #
qqTestMouseMove :: x1 -> IO () #
Instances
QqqTestMouseMove (QWindow t1, QPoint t2) # | |
Defined in Qtc.Test.QTest qqTestMouseMove :: (QWindow t1, QPoint t2) -> IO () # | |
QqqTestMouseMove (QWindow t1, QPoint t2, Int) # | |
Defined in Qtc.Test.QTest qqTestMouseMove :: (QWindow t1, QPoint t2, Int) -> IO () # |
class QqTestMousePress x1 where #
qTestMousePress :: x1 -> IO () #
Instances
QqTestMousePress (QWindow t1, MouseButton) # | |
Defined in Qtc.Test.QTest qTestMousePress :: (QWindow t1, MouseButton) -> IO () # | |
QqTestMousePress (QWindow t1, MouseButton, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestMousePress :: (QWindow t1, MouseButton, KeyboardModifiers) -> IO () # | |
QqTestMousePress (QWindow t1, MouseButton, KeyboardModifiers, Point) # | |
Defined in Qtc.Test.QTest qTestMousePress :: (QWindow t1, MouseButton, KeyboardModifiers, Point) -> IO () # | |
QqTestMousePress (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMousePress :: (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) -> IO () # |
class QqqTestMousePress x1 where #
qqTestMousePress :: x1 -> IO () #
Instances
QqqTestMousePress (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) # | |
Defined in Qtc.Test.QTest qqTestMousePress :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) -> IO () # | |
QqqTestMousePress (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) # | |
Defined in Qtc.Test.QTest qqTestMousePress :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) -> IO () # |
class QqTestMouseRelease x1 where #
qTestMouseRelease :: x1 -> IO () #
Instances
QqTestMouseRelease (QWindow t1, MouseButton) # | |
Defined in Qtc.Test.QTest qTestMouseRelease :: (QWindow t1, MouseButton) -> IO () # | |
QqTestMouseRelease (QWindow t1, MouseButton, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestMouseRelease :: (QWindow t1, MouseButton, KeyboardModifiers) -> IO () # | |
QqTestMouseRelease (QWindow t1, MouseButton, KeyboardModifiers, Point) # | |
Defined in Qtc.Test.QTest qTestMouseRelease :: (QWindow t1, MouseButton, KeyboardModifiers, Point) -> IO () # | |
QqTestMouseRelease (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) # | |
Defined in Qtc.Test.QTest qTestMouseRelease :: (QWindow t1, MouseButton, KeyboardModifiers, Point, Int) -> IO () # |
class QqqTestMouseRelease x1 where #
qqTestMouseRelease :: x1 -> IO () #
Instances
QqqTestMouseRelease (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) # | |
Defined in Qtc.Test.QTest qqTestMouseRelease :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4) -> IO () # | |
QqqTestMouseRelease (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) # | |
Defined in Qtc.Test.QTest qqTestMouseRelease :: (QWindow t1, MouseButton, KeyboardModifiers, QPoint t4, Int) -> IO () # |
qTestNewRow :: String -> IO (QTestData ()) #
qTestQCleanup :: () -> IO () #
class QqTestQCompare x1 where #
qTestQCompare :: x1 -> IO Bool #
Instances
QqTestQCompare (String, String, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (String, String, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (String, QCharPtr t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (String, QCharPtr t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QImage t1, QImage t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QImage t1, QImage t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QIcon t1, QIcon t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QIcon t1, QIcon t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QPixmap t1, QPixmap t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QPixmap t1, QPixmap t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QConstDoubleRef t1, QConstFloatRef t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QConstDoubleRef t1, QConstFloatRef t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QConstDoubleRef t1, QConstDoubleRef t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QConstDoubleRef t1, QConstDoubleRef t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QConstFloatRef t1, QConstFloatRef t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QConstFloatRef t1, QConstFloatRef t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QConstFloatRef t1, QConstDoubleRef t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QConstFloatRef t1, QConstDoubleRef t2, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QCharPtr t1, String, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QCharPtr t1, String, String, String, String, Int) -> IO Bool # | |
QqTestQCompare (QCharPtr t1, QCharPtr t2, String, String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQCompare :: (QCharPtr t1, QCharPtr t2, String, String, String, Int) -> IO Bool # |
qTestQData :: (String, Int) -> IO (QVoid ()) #
qTestQElementData :: (String, Int) -> IO (QVoid ()) #
class QqTestQExec x1 where #
qTestQExec :: x1 -> IO Int #
Instances
QqTestQExec (QObject t1) # | |
Defined in Qtc.Test.QTest qTestQExec :: QObject t1 -> IO Int # | |
QqTestQExec (QObject t1, [String]) # | |
Defined in Qtc.Test.QTest qTestQExec :: (QObject t1, [String]) -> IO Int # | |
QqTestQExec (QObject t1, Int) # | |
Defined in Qtc.Test.QTest qTestQExec :: (QObject t1, Int) -> IO Int # | |
QqTestQExec (QObject t1, Int, QCharPtrPtr t3) # | |
Defined in Qtc.Test.QTest qTestQExec :: (QObject t1, Int, QCharPtrPtr t3) -> IO Int # |
qTestQExpectFail :: (String, String, TestFailMode, String, Int) -> IO Bool #
qTestQExtractTestData :: String -> IO (QSP_QTemporaryDir ()) #
qTestQFail :: (String, String, Int) -> IO () #
class QqTestQFindTestData x1 where #
qTestQFindTestData :: x1 -> IO String #
Instances
QqTestQFindTestData String # | |
Defined in Qtc.Test.QTest qTestQFindTestData :: String -> IO String # | |
QqTestQFindTestData (String, String) # | |
Defined in Qtc.Test.QTest qTestQFindTestData :: (String, String) -> IO String # | |
QqTestQFindTestData (String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQFindTestData :: (String, String, Int) -> IO String # | |
QqTestQFindTestData (String, String, Int, String) # | |
Defined in Qtc.Test.QTest qTestQFindTestData :: (String, String, Int, String) -> IO String # |
qTestQGlobalData :: (String, Int) -> IO (QVoid ()) #
class QqTestQInit x1 where #
qTestQInit :: x1 -> IO () #
Instances
QqTestQInit (QObject t1) # | |
Defined in Qtc.Test.QTest qTestQInit :: QObject t1 -> IO () # | |
QqTestQInit (QObject t1, Int) # | |
Defined in Qtc.Test.QTest qTestQInit :: (QObject t1, Int) -> IO () # | |
QqTestQInit (QObject t1, Int, QCharPtrPtr t3) # | |
Defined in Qtc.Test.QTest qTestQInit :: (QObject t1, Int, QCharPtrPtr t3) -> IO () # |
qTestQSkip :: (String, String, Int) -> IO () #
qTestQSleep :: Int -> IO () #
qTestQVerify :: (Bool, String, String, String, Int) -> IO Bool #
qTestQWait :: Int -> IO () #
class QqTestQWarn x1 where #
qTestQWarn :: x1 -> IO () #
Instances
QqTestQWarn String # | |
Defined in Qtc.Test.QTest qTestQWarn :: String -> IO () # | |
QqTestQWarn (String, String) # | |
Defined in Qtc.Test.QTest qTestQWarn :: (String, String) -> IO () # | |
QqTestQWarn (String, String, Int) # | |
Defined in Qtc.Test.QTest qTestQWarn :: (String, String, Int) -> IO () # |
class QqTestSendKeyEvent x1 where #
qTestSendKeyEvent :: x1 -> IO () #
Instances
QqTestSendKeyEvent (KeyAction, QWindow t2, Key, String, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestSendKeyEvent :: (KeyAction, QWindow t2, Key, String, KeyboardModifiers) -> IO () # | |
QqTestSendKeyEvent (KeyAction, QWindow t2, Key, Qchar t4, KeyboardModifiers) # | |
Defined in Qtc.Test.QTest qTestSendKeyEvent :: (KeyAction, QWindow t2, Key, Qchar t4, KeyboardModifiers) -> IO () # | |
QqTestSendKeyEvent (KeyAction, QWindow t2, Key, String, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestSendKeyEvent :: (KeyAction, QWindow t2, Key, String, KeyboardModifiers, Int) -> IO () # | |
QqTestSendKeyEvent (KeyAction, QWindow t2, Key, Qchar t4, KeyboardModifiers, Int) # | |
Defined in Qtc.Test.QTest qTestSendKeyEvent :: (KeyAction, QWindow t2, Key, Qchar t4, KeyboardModifiers, Int) -> IO () # |
qTestSetBenchmarkResult :: (Double, QBenchmarkMetric) -> IO () #
class QqTestSetMainSourcePath x1 where #
qTestSetMainSourcePath :: x1 -> IO () #
Instances
QqTestSetMainSourcePath String # | |
Defined in Qtc.Test.QTest qTestSetMainSourcePath :: String -> IO () # | |
QqTestSetMainSourcePath (String, String) # | |
Defined in Qtc.Test.QTest qTestSetMainSourcePath :: (String, String) -> IO () # |
class QqTestSimulateEvent x1 where #
qTestSimulateEvent :: x1 -> IO () #
Instances
QqTestSimulateEvent (QWindow t1, Bool, Int, KeyboardModifiers, String, Bool) # | |
Defined in Qtc.Test.QTest qTestSimulateEvent :: (QWindow t1, Bool, Int, KeyboardModifiers, String, Bool) -> IO () # | |
QqTestSimulateEvent (QWindow t1, Bool, Int, KeyboardModifiers, String, Bool, Int) # | |
Defined in Qtc.Test.QTest qTestSimulateEvent :: (QWindow t1, Bool, Int, KeyboardModifiers, String, Bool, Int) -> IO () # |
qTestTestObject :: () -> IO (QObject ()) #
qTestToHexRepresentation :: (String, Int) -> IO (QCharPtr ()) #
qTestToPrettyCString :: (String, Int) -> IO (QCharPtr ()) #
qTestToPrettyUnicode :: QStringView t1 -> IO (QCharPtr ()) #