Qtc.Sensors.QAltimeter

Contents

Documentation

class QqAltimeterTrUtf8 x1 where #

Methods

qAltimeterTrUtf8 :: x1 -> IO String #

Instances
QqAltimeterTrUtf8 String # 
Instance details

Defined in Qtc.Sensors.QAltimeter

Methods

qAltimeterTrUtf8 :: String -> IO String #

QqAltimeterTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Sensors.QAltimeter

Methods

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

QqAltimeterTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Sensors.QAltimeter

Methods

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

class QqAltimeter x1 where #

Methods

qAltimeter :: x1 -> IO (QAltimeter ()) #

Instances
QqAltimeter () # 
Instance details

Defined in Qtc.Sensors.QAltimeter

Methods

qAltimeter :: () -> IO (QAltimeter ()) #

QqAltimeter (QObject t1) # 
Instance details

Defined in Qtc.Sensors.QAltimeter

Methods

qAltimeter :: QObject t1 -> IO (QAltimeter ()) #

Orphan instances

Qbackend (QAltimeter ()) () # 
Instance details

Methods

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

Qbackend (QAltimeterSc a) () # 
Instance details

Methods

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

QsenderSignalIndex (QAltimeter ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QAltimeterSc a) () # 
Instance details

Methods

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

Qsender (QAltimeter ()) () # 
Instance details

Methods

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

Qsender (QAltimeterSc a) () # 
Instance details

Methods

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

Qreceivers (QAltimeter ()) String # 
Instance details

Methods

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

Qreceivers (QAltimeterSc a) String # 
Instance details

Methods

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

Qreading (QAltimeter ()) () (IO (QAltimeterReading ())) # 
Instance details

Methods

reading :: QAltimeter () -> () -> IO (QAltimeterReading ()) #

Qreading (QAltimeterSc a) () (IO (QAltimeterReading ())) # 
Instance details

Methods

reading :: QAltimeterSc a -> () -> IO (QAltimeterReading ()) #

Qstop (QAltimeter ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QAltimeter ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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