Qtc.Qwt.QwtLegendData

Contents

Documentation

class QqwtLegendData x1 where #

Methods

qwtLegendData :: x1 -> IO (QwtLegendData ()) #

Instances
QqwtLegendData () # 
Instance details

Defined in Qtc.Qwt.QwtLegendData

Methods

qwtLegendData :: () -> IO (QwtLegendData ()) #

QqwtLegendData (QwtLegendData t1) # 
Instance details

Defined in Qtc.Qwt.QwtLegendData

Methods

qwtLegendData :: QwtLegendData t1 -> IO (QwtLegendData ()) #

class QqwtLegendData_nf x1 where #

Methods

qwtLegendData_nf :: x1 -> IO (QwtLegendData ()) #

Instances
QqwtLegendData_nf () # 
Instance details

Defined in Qtc.Qwt.QwtLegendData

Methods

qwtLegendData_nf :: () -> IO (QwtLegendData ()) #

QqwtLegendData_nf (QwtLegendData t1) # 
Instance details

Defined in Qtc.Qwt.QwtLegendData

hasRole :: QwtLegendData a -> Int -> IO Bool #

Orphan instances

QqisValid (QwtLegendData ()) () # 
Instance details

Methods

qisValid :: QwtLegendData () -> () -> IO Bool #

QqisValid (QwtLegendDataSc a) () # 
Instance details

Methods

qisValid :: QwtLegendDataSc a -> () -> IO Bool #

Qvalues (QwtLegendData a) () (IO [(Int, QVariant ())]) # 
Instance details

Methods

values :: QwtLegendData a -> () -> IO [(Int, QVariant ())] #

Qvalue (QwtLegendData a) Int (IO (QVariant ())) # 
Instance details

Methods

value :: QwtLegendData a -> Int -> IO (QVariant ()) #

Qtitle (QwtLegendData a) () (IO (QwtText ())) # 
Instance details

Methods

title :: QwtLegendData a -> () -> IO (QwtText ()) #

Qmode (QwtLegendData a) () (IO QwtLegendData_Mode) # 
Instance details

Methods

mode :: QwtLegendData a -> () -> IO QwtLegendData_Mode #

Qicon_nf (QwtLegendData a) () (IO (QwtGraphic ())) # 
Instance details

Methods

icon_nf :: QwtLegendData a -> () -> IO (QwtGraphic ()) #

Qicon (QwtLegendData a) () (IO (QwtGraphic ())) # 
Instance details

Methods

icon :: QwtLegendData a -> () -> IO (QwtGraphic ()) #

QsetValues (QwtLegendData a) [(Int, QVariant t1_2)] # 
Instance details

Methods

setValues :: QwtLegendData a -> [(Int, QVariant t1_2)] -> IO () #

QsetValue (QwtLegendData a) (Int, QVariant t2) (IO ()) # 
Instance details

Methods

setValue :: QwtLegendData a -> (Int, QVariant t2) -> IO () #