Qtc.Qwt.QwtSamplingThread

Contents

Documentation

class QqwtSamplingThreadTrUtf8 x1 where #

Methods

qwtSamplingThreadTrUtf8 :: x1 -> IO String #

Instances
QqwtSamplingThreadTrUtf8 String # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

qwtSamplingThreadTrUtf8 :: String -> IO String #

QqwtSamplingThreadTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

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

QqwtSamplingThreadTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

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

class QqwtSamplingThread x1 where #

Methods

qwtSamplingThread :: x1 -> IO (QwtSamplingThread ()) #

Instances
QqwtSamplingThread () # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

qwtSamplingThread :: () -> IO (QwtSamplingThread ()) #

QqwtSamplingThread (QObject t1) # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

class Qsample x0 x1 where #

Methods

sample :: x0 -> x1 -> IO () #

Instances
Qsample (QwtSamplingThread ()) Double # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

sample :: QwtSamplingThread () -> Double -> IO () #

Qsample (QwtSamplingThreadSc a) Double # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread

Methods

sample :: QwtSamplingThreadSc a -> Double -> IO () #

Orphan instances

Qterminate (QwtSamplingThread ()) () # 
Instance details

Methods

terminate :: QwtSamplingThread () -> () -> IO () #

Qterminate (QwtSamplingThreadSc a) () # 
Instance details

Methods

terminate :: QwtSamplingThreadSc a -> () -> IO () #

QsetInterval (QwtSamplingThread ()) Double # 
Instance details

Methods

setInterval :: QwtSamplingThread () -> Double -> IO () #

QsetInterval (QwtSamplingThreadSc a) Double # 
Instance details

Methods

setInterval :: QwtSamplingThreadSc a -> Double -> IO () #

QsenderSignalIndex (QwtSamplingThread ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QwtSamplingThreadSc a) () # 
Instance details

Methods

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

Qsender (QwtSamplingThread ()) () # 
Instance details

Methods

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

Qsender (QwtSamplingThreadSc a) () # 
Instance details

Methods

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

Qrun (QwtSamplingThread ()) () # 
Instance details

Methods

run :: QwtSamplingThread () -> () -> IO () #

Qrun (QwtSamplingThreadSc a) () # 
Instance details

Methods

run :: QwtSamplingThreadSc a -> () -> IO () #

Qreceivers (QwtSamplingThread ()) String # 
Instance details

Methods

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

Qreceivers (QwtSamplingThreadSc a) String # 
Instance details

Methods

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

Qquit (QwtSamplingThread ()) () # 
Instance details

Methods

quit :: QwtSamplingThread () -> () -> IO () #

Qquit (QwtSamplingThreadSc a) () # 
Instance details

Methods

quit :: QwtSamplingThreadSc a -> () -> IO () #

Qstop (QwtSamplingThread ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qstart (QwtSamplingThread ()) () (IO ()) # 
Instance details

Methods

start :: QwtSamplingThread () -> () -> IO () #

Qstart (QwtSamplingThread ()) QThread_Priority (IO ()) # 
Instance details

Methods

start :: QwtSamplingThread () -> QThread_Priority -> IO () #

Qstart (QwtSamplingThreadSc a) QThread_Priority (IO ()) # 
Instance details

Qstart (QwtSamplingThreadSc a) () (IO ()) # 
Instance details

Methods

start :: QwtSamplingThreadSc a -> () -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qinterval (QwtSamplingThread a) () (IO Double) # 
Instance details

Methods

interval :: QwtSamplingThread a -> () -> IO Double #

Qexec (QwtSamplingThread ()) () (IO Int) # 
Instance details

Methods

exec :: QwtSamplingThread () -> () -> IO Int #

Qexec (QwtSamplingThreadSc a) () (IO Int) # 
Instance details

Methods

exec :: QwtSamplingThreadSc a -> () -> IO Int #

Qelapsed (QwtSamplingThread a) () (IO Double) # 
Instance details

Methods

elapsed :: QwtSamplingThread a -> () -> IO Double #

QuserMethod (QwtSamplingThread ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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