Qtc.Qwt.QwtPlotDict

Contents

Documentation

autoDelete :: QwtPlotDict a -> () -> IO Bool #

setAutoDelete :: QwtPlotDict a -> Bool -> IO () #

class QqwtPlotDict x1 where #

Methods

qwtPlotDict :: x1 -> IO (QwtPlotDict ()) #

Instances
QqwtPlotDict () # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

qwtPlotDict :: () -> IO (QwtPlotDict ()) #

QqwtPlotDict (QwtPlotDict t1) # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

qwtPlotDict :: QwtPlotDict t1 -> IO (QwtPlotDict ()) #

class QqwtPlotDict_nf x1 where #

Methods

qwtPlotDict_nf :: x1 -> IO (QwtPlotDict ()) #

Instances
QqwtPlotDict_nf () # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

qwtPlotDict_nf :: () -> IO (QwtPlotDict ()) #

QqwtPlotDict_nf (QwtPlotDict t1) # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

qwtPlotDict_nf :: QwtPlotDict t1 -> IO (QwtPlotDict ()) #

class QdetachItems x1 where #

Methods

detachItems :: QwtPlotDict a -> x1 -> IO () #

Instances
QdetachItems Int # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

detachItems :: QwtPlotDict a -> Int -> IO () #

QdetachItems () # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

detachItems :: QwtPlotDict a -> () -> IO () #

QdetachItems (Int, Bool) # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

detachItems :: QwtPlotDict a -> (Int, Bool) -> IO () #

class QitemList x1 where #

Methods

itemList :: QwtPlotDict a -> x1 -> IO [QwtPlotItem ()] #

Instances
QitemList Int # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

itemList :: QwtPlotDict a -> Int -> IO [QwtPlotItem ()] #

QitemList () # 
Instance details

Defined in Qtc.Qwt.QwtPlotDict

Methods

itemList :: QwtPlotDict a -> () -> IO [QwtPlotItem ()] #

Orphan instances

QuserMethod (QwtPlotDict ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QremoveItem (QwtPlotDict ()) (QwtPlotItem t1) # 
Instance details

Methods

removeItem :: QwtPlotDict () -> QwtPlotItem t1 -> IO () #

QremoveItem (QwtPlotDictSc a) (QwtPlotItem t1) # 
Instance details

Methods

removeItem :: QwtPlotDictSc a -> QwtPlotItem t1 -> IO () #

QinsertItem (QwtPlotDict ()) (QwtPlotItem t1) (IO ()) # 
Instance details

Methods

insertItem :: QwtPlotDict () -> QwtPlotItem t1 -> IO () #

QinsertItem (QwtPlotDictSc a) (QwtPlotItem t1) (IO ()) # 
Instance details

Methods

insertItem :: QwtPlotDictSc a -> QwtPlotItem t1 -> IO () #

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

Methods

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

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

Methods

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