Documentation
autoDelete :: QwtPlotDict a -> () -> IO Bool #
setAutoDelete :: QwtPlotDict a -> Bool -> IO () #
class QqwtPlotDict x1 where #
qwtPlotDict :: x1 -> IO (QwtPlotDict ()) #
Instances
QqwtPlotDict () # | |
Defined in Qtc.Qwt.QwtPlotDict qwtPlotDict :: () -> IO (QwtPlotDict ()) # | |
QqwtPlotDict (QwtPlotDict t1) # | |
Defined in Qtc.Qwt.QwtPlotDict qwtPlotDict :: QwtPlotDict t1 -> IO (QwtPlotDict ()) # |
class QqwtPlotDict_nf x1 where #
qwtPlotDict_nf :: x1 -> IO (QwtPlotDict ()) #
Instances
QqwtPlotDict_nf () # | |
Defined in Qtc.Qwt.QwtPlotDict qwtPlotDict_nf :: () -> IO (QwtPlotDict ()) # | |
QqwtPlotDict_nf (QwtPlotDict t1) # | |
Defined in Qtc.Qwt.QwtPlotDict qwtPlotDict_nf :: QwtPlotDict t1 -> IO (QwtPlotDict ()) # |
class QdetachItems x1 where #
detachItems :: QwtPlotDict a -> x1 -> IO () #
Instances
QdetachItems Int # | |
Defined in Qtc.Qwt.QwtPlotDict detachItems :: QwtPlotDict a -> Int -> IO () # | |
QdetachItems () # | |
Defined in Qtc.Qwt.QwtPlotDict detachItems :: QwtPlotDict a -> () -> IO () # | |
QdetachItems (Int, Bool) # | |
Defined in Qtc.Qwt.QwtPlotDict detachItems :: QwtPlotDict a -> (Int, Bool) -> IO () # |
itemList :: QwtPlotDict a -> x1 -> IO [QwtPlotItem ()] #
Instances
QitemList Int # | |
Defined in Qtc.Qwt.QwtPlotDict itemList :: QwtPlotDict a -> Int -> IO [QwtPlotItem ()] # | |
QitemList () # | |
Defined in Qtc.Qwt.QwtPlotDict itemList :: QwtPlotDict a -> () -> IO [QwtPlotItem ()] # |
qwtPlotDict_delete :: QwtPlotDict a -> IO () #
qwtPlotDict_delete1 :: QwtPlotDict a -> IO () #
Orphan instances
QuserMethod (QwtPlotDict ()) () (IO ()) # | |
userMethod :: QwtPlotDict () -> Int -> () -> IO () # | |
QuserMethod (QwtPlotDictSc a) () (IO ()) # | |
userMethod :: QwtPlotDictSc a -> Int -> () -> IO () # | |
QremoveItem (QwtPlotDict ()) (QwtPlotItem t1) # | |
removeItem :: QwtPlotDict () -> QwtPlotItem t1 -> IO () # | |
QremoveItem (QwtPlotDictSc a) (QwtPlotItem t1) # | |
removeItem :: QwtPlotDictSc a -> QwtPlotItem t1 -> IO () # | |
QinsertItem (QwtPlotDict ()) (QwtPlotItem t1) (IO ()) # | |
insertItem :: QwtPlotDict () -> QwtPlotItem t1 -> IO () # | |
QinsertItem (QwtPlotDictSc a) (QwtPlotItem t1) (IO ()) # | |
insertItem :: QwtPlotDictSc a -> QwtPlotItem t1 -> IO () # | |
QuserMethod (QwtPlotDict ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QwtPlotDict () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QwtPlotDictSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QwtPlotDictSc a -> Int -> QVariant () -> IO (QVariant ()) # |