Qtc.Sensors.QCompass

Contents

Documentation

class QqCompassTrUtf8 x1 where #

Methods

qCompassTrUtf8 :: x1 -> IO String #

Instances
QqCompassTrUtf8 String # 
Instance details

Defined in Qtc.Sensors.QCompass

Methods

qCompassTrUtf8 :: String -> IO String #

QqCompassTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Sensors.QCompass

Methods

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

QqCompassTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Sensors.QCompass

Methods

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

class QqCompass x1 where #

Methods

qCompass :: x1 -> IO (QCompass ()) #

Instances
QqCompass () # 
Instance details

Defined in Qtc.Sensors.QCompass

Methods

qCompass :: () -> IO (QCompass ()) #

QqCompass (QObject t1) # 
Instance details

Defined in Qtc.Sensors.QCompass

Methods

qCompass :: QObject t1 -> IO (QCompass ()) #

qCompass_delete :: QCompass a -> IO () #

Orphan instances

Qbackend (QCompass ()) () # 
Instance details

Methods

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

Qbackend (QCompassSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QCompass ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QCompassSc a) () # 
Instance details

Methods

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

Qsender (QCompass ()) () # 
Instance details

Methods

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

Qsender (QCompassSc a) () # 
Instance details

Methods

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

Qreceivers (QCompass ()) String # 
Instance details

Methods

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

Qreceivers (QCompassSc a) String # 
Instance details

Methods

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

Qreading (QCompass ()) () (IO (QCompassReading ())) # 
Instance details

Methods

reading :: QCompass () -> () -> IO (QCompassReading ()) #

Qreading (QCompassSc a) () (IO (QCompassReading ())) # 
Instance details

Methods

reading :: QCompassSc a -> () -> IO (QCompassReading ()) #

Qstop (QCompass ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QCompass ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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