Qtc.Qwt.QwtSamplingThread_h

Contents

Documentation

class Qsample_h x0 x1 where #

Methods

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

Instances
Qsample_h (QwtSamplingThread ()) Double # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread_h

Methods

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

Qsample_h (QwtSamplingThreadSc a) Double # 
Instance details

Defined in Qtc.Qwt.QwtSamplingThread_h

Methods

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

Orphan instances

QunSetHandler (QwtSamplingThread ()) # 
Instance details

Methods

unSetHandler :: QwtSamplingThread () -> String -> IO Bool #

QunSetHandler (QwtSamplingThreadSc a) # 
Instance details

Methods

unSetHandler :: QwtSamplingThreadSc a -> String -> IO Bool #

QunSetUserMethodVariantList (QwtSamplingThread ()) # 
Instance details

Methods

unSetUserMethodVariantList :: QwtSamplingThread () -> Int -> IO Bool #

QunSetUserMethodVariantList (QwtSamplingThreadSc a) # 
Instance details

Methods

unSetUserMethodVariantList :: QwtSamplingThreadSc a -> Int -> IO Bool #

QunSetUserMethodVariant (QwtSamplingThread ()) # 
Instance details

Methods

unSetUserMethodVariant :: QwtSamplingThread () -> Int -> IO Bool #

QunSetUserMethodVariant (QwtSamplingThreadSc a) # 
Instance details

Methods

unSetUserMethodVariant :: QwtSamplingThreadSc a -> Int -> IO Bool #

QunSetUserMethod (QwtSamplingThread ()) # 
Instance details

Methods

unSetUserMethod :: QwtSamplingThread () -> Int -> IO Bool #

QunSetUserMethod (QwtSamplingThreadSc a) # 
Instance details

Methods

unSetUserMethod :: QwtSamplingThreadSc a -> Int -> IO Bool #

QsetInterval_h (QwtSamplingThread ()) Double # 
Instance details

Methods

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

QsetInterval_h (QwtSamplingThreadSc a) Double # 
Instance details

Methods

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

Qterminate_h (QwtSamplingThread ()) () # 
Instance details

Methods

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

Qterminate_h (QwtSamplingThreadSc a) () # 
Instance details

Methods

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

Qrun_h (QwtSamplingThread ()) () # 
Instance details

Methods

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

Qrun_h (QwtSamplingThreadSc a) () # 
Instance details

Methods

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

Qquit_h (QwtSamplingThread ()) () # 
Instance details

Methods

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

Qquit_h (QwtSamplingThreadSc a) () # 
Instance details

Methods

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

Qstop_h (QwtSamplingThread ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qstart_h (QwtSamplingThread ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> QThread_Priority -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> QThread_Priority -> IO ()) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> Double -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> Double -> IO ()) -> IO () #

QsetHandler (QwtSamplingThread ()) (QwtSamplingThread x0 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThread () -> String -> (QwtSamplingThread x0 -> IO ()) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QThread_Priority -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> QThread_Priority -> IO ()) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> Double -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> Double -> IO ()) -> IO () #

QsetHandler (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> IO ()) # 
Instance details

Methods

setHandler :: QwtSamplingThreadSc a -> String -> (QwtSamplingThread x0 -> IO ()) -> IO () #

QsetUserMethod (QwtSamplingThread ()) (QwtSamplingThread x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QwtSamplingThread () -> Int -> (QwtSamplingThread x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QwtSamplingThread ()) (QwtSamplingThread x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QwtSamplingThread () -> Int -> (QwtSamplingThread x0 -> IO ()) -> IO () #

QsetUserMethod (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QwtSamplingThreadSc a -> Int -> (QwtSamplingThread x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QwtSamplingThreadSc a) (QwtSamplingThread x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QwtSamplingThreadSc a -> Int -> (QwtSamplingThread x0 -> IO ()) -> IO () #