Documentation
class QqSensorGesturePluginInterface x1 where #
qSensorGesturePluginInterface :: x1 -> IO (QSensorGesturePluginInterface ()) #
Instances
class QqSensorGesturePluginInterface_nf x1 where #
qSensorGesturePluginInterface_nf :: x1 -> IO (QSensorGesturePluginInterface ()) #
Instances
class QcreateRecognizers x0 x1 where #
createRecognizers :: x0 -> x1 -> IO [QSensorGestureRecognizer ()] #
Instances
QcreateRecognizers (QSensorGesturePluginInterface ()) () # | |
Defined in Qtc.Sensors.QSensorGesturePluginInterface createRecognizers :: QSensorGesturePluginInterface () -> () -> IO [QSensorGestureRecognizer ()] # | |
QcreateRecognizers (QSensorGesturePluginInterfaceSc a) () # | |
Defined in Qtc.Sensors.QSensorGesturePluginInterface createRecognizers :: QSensorGesturePluginInterfaceSc a -> () -> IO [QSensorGestureRecognizer ()] # |
class QsupportedIds x0 x1 where #
supportedIds :: x0 -> x1 -> IO [String] #
Instances
QsupportedIds (QSensorGesturePluginInterface ()) () # | |
Defined in Qtc.Sensors.QSensorGesturePluginInterface supportedIds :: QSensorGesturePluginInterface () -> () -> IO [String] # | |
QsupportedIds (QSensorGesturePluginInterfaceSc a) () # | |
Defined in Qtc.Sensors.QSensorGesturePluginInterface supportedIds :: QSensorGesturePluginInterfaceSc a -> () -> IO [String] # |
Orphan instances
Qname (QSensorGesturePluginInterface ()) () (IO String) # | |
name :: QSensorGesturePluginInterface () -> () -> IO String # | |
Qname (QSensorGesturePluginInterfaceSc a) () (IO String) # | |
name :: QSensorGesturePluginInterfaceSc a -> () -> IO String # | |
QuserMethod (QSensorGesturePluginInterface ()) () (IO ()) # | |
userMethod :: QSensorGesturePluginInterface () -> Int -> () -> IO () # | |
QuserMethod (QSensorGesturePluginInterfaceSc a) () (IO ()) # | |
userMethod :: QSensorGesturePluginInterfaceSc a -> Int -> () -> IO () # | |
QuserMethod (QSensorGesturePluginInterface ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QSensorGesturePluginInterface () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QSensorGesturePluginInterfaceSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QSensorGesturePluginInterfaceSc a -> Int -> QVariant () -> IO (QVariant ()) # |