Qtc.Sensors.QTapSensor

Contents

Documentation

class QqTapSensorTrUtf8 x1 where #

Methods

qTapSensorTrUtf8 :: x1 -> IO String #

Instances
QqTapSensorTrUtf8 String # 
Instance details

Defined in Qtc.Sensors.QTapSensor

Methods

qTapSensorTrUtf8 :: String -> IO String #

QqTapSensorTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Sensors.QTapSensor

Methods

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

QqTapSensorTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Sensors.QTapSensor

Methods

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

class QqTapSensor x1 where #

Methods

qTapSensor :: x1 -> IO (QTapSensor ()) #

Instances
QqTapSensor () # 
Instance details

Defined in Qtc.Sensors.QTapSensor

Methods

qTapSensor :: () -> IO (QTapSensor ()) #

QqTapSensor (QObject t1) # 
Instance details

Defined in Qtc.Sensors.QTapSensor

Methods

qTapSensor :: QObject t1 -> IO (QTapSensor ()) #

returnDoubleTapEvents :: QTapSensor a -> () -> IO Bool #

setReturnDoubleTapEvents :: QTapSensor a -> Bool -> IO () #

Orphan instances

Qbackend (QTapSensor ()) () # 
Instance details

Methods

backend :: QTapSensor () -> () -> IO (QSensorBackend ()) #

Qbackend (QTapSensorSc a) () # 
Instance details

Methods

backend :: QTapSensorSc a -> () -> IO (QSensorBackend ()) #

QsenderSignalIndex (QTapSensor ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QTapSensorSc a) () # 
Instance details

Methods

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

Qsender (QTapSensor ()) () # 
Instance details

Methods

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

Qsender (QTapSensorSc a) () # 
Instance details

Methods

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

Qreceivers (QTapSensor ()) String # 
Instance details

Methods

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

Qreceivers (QTapSensorSc a) String # 
Instance details

Methods

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

Qreading (QTapSensor ()) () (IO (QTapReading ())) # 
Instance details

Methods

reading :: QTapSensor () -> () -> IO (QTapReading ()) #

Qreading (QTapSensorSc a) () (IO (QTapReading ())) # 
Instance details

Methods

reading :: QTapSensorSc a -> () -> IO (QTapReading ()) #

Qstop (QTapSensor ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qstart (QTapSensor ()) () (IO Bool) # 
Instance details

Methods

start :: QTapSensor () -> () -> IO Bool #

Qstart (QTapSensorSc a) () (IO Bool) # 
Instance details

Methods

start :: QTapSensorSc a -> () -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QTapSensor ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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