Documentation
class QqqwtPainterCommand x1 where #
qqwtPainterCommand :: x1 -> IO (QwtPainterCommand ()) #
Instances
QqqwtPainterCommand (QRectF t1, QPixmap t2, QRectF t3) # | |
Defined in Qtc.Qwt.QwtPainterCommand qqwtPainterCommand :: (QRectF t1, QPixmap t2, QRectF t3) -> IO (QwtPainterCommand ()) # | |
QqqwtPainterCommand (QRectF t1, QImage t2, QRectF t3, ImageConversionFlags) # | |
Defined in Qtc.Qwt.QwtPainterCommand qqwtPainterCommand :: (QRectF t1, QImage t2, QRectF t3, ImageConversionFlags) -> IO (QwtPainterCommand ()) # |
class QqwtPainterCommand x1 where #
qwtPainterCommand :: x1 -> IO (QwtPainterCommand ()) #
Instances
QqwtPainterCommand () # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: () -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand (QPaintEngineState t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: QPaintEngineState t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand (QPainterPath t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: QPainterPath t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand (QwtPainterCommand t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: QwtPainterCommand t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand (RectF, QPixmap t2, RectF) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: (RectF, QPixmap t2, RectF) -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand (RectF, QImage t2, RectF, ImageConversionFlags) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand :: (RectF, QImage t2, RectF, ImageConversionFlags) -> IO (QwtPainterCommand ()) # |
class QqqwtPainterCommand_nf x1 where #
qqwtPainterCommand_nf :: x1 -> IO (QwtPainterCommand ()) #
Instances
QqqwtPainterCommand_nf (QRectF t1, QPixmap t2, QRectF t3) # | |
Defined in Qtc.Qwt.QwtPainterCommand qqwtPainterCommand_nf :: (QRectF t1, QPixmap t2, QRectF t3) -> IO (QwtPainterCommand ()) # | |
QqqwtPainterCommand_nf (QRectF t1, QImage t2, QRectF t3, ImageConversionFlags) # | |
Defined in Qtc.Qwt.QwtPainterCommand qqwtPainterCommand_nf :: (QRectF t1, QImage t2, QRectF t3, ImageConversionFlags) -> IO (QwtPainterCommand ()) # |
class QqwtPainterCommand_nf x1 where #
qwtPainterCommand_nf :: x1 -> IO (QwtPainterCommand ()) #
Instances
QqwtPainterCommand_nf () # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: () -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand_nf (QPaintEngineState t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: QPaintEngineState t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand_nf (QPainterPath t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: QPainterPath t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand_nf (QwtPainterCommand t1) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: QwtPainterCommand t1 -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand_nf (RectF, QPixmap t2, RectF) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: (RectF, QPixmap t2, RectF) -> IO (QwtPainterCommand ()) # | |
QqwtPainterCommand_nf (RectF, QImage t2, RectF, ImageConversionFlags) # | |
Defined in Qtc.Qwt.QwtPainterCommand qwtPainterCommand_nf :: (RectF, QImage t2, RectF, ImageConversionFlags) -> IO (QwtPainterCommand ()) # |
class QpixmapData x1 where #
pixmapData :: QwtPainterCommand a -> x1 -> IO (QwtPainterCommand_PixmapData ()) #
Instances
QpixmapData () # | |
Defined in Qtc.Qwt.QwtPainterCommand pixmapData :: QwtPainterCommand a -> () -> IO (QwtPainterCommand_PixmapData ()) # |
class QstateData x1 where #
stateData :: QwtPainterCommand a -> x1 -> IO (QwtPainterCommand_StateData ()) #
Instances
QstateData () # | |
Defined in Qtc.Qwt.QwtPainterCommand stateData :: QwtPainterCommand a -> () -> IO (QwtPainterCommand_StateData ()) # |
qwtPainterCommand_delete :: QwtPainterCommand a -> IO () #
Orphan instances
Qqtype (QwtPainterCommand a) () (IO QwtPainterCommand_Type) # | |
qtype :: QwtPainterCommand a -> () -> IO QwtPainterCommand_Type # | |
Qpath (QwtPainterCommand a) () (IO (QPainterPath ())) # | |
path :: QwtPainterCommand a -> () -> IO (QPainterPath ()) # | |
QimageData (QwtPainterCommand a) () (IO (QwtPainterCommand_ImageData ())) # | |
imageData :: QwtPainterCommand a -> () -> IO (QwtPainterCommand_ImageData ()) # | |
Qqot (QwtPainterCommand ()) (QwtPainterCommand t1) (IO (QwtPainterCommand ())) # | |
qot :: QwtPainterCommand () -> QwtPainterCommand t1 -> IO (QwtPainterCommand ()) # | |
Qqot (QwtPainterCommandSc a) (QwtPainterCommand t1) (IO (QwtPainterCommand ())) # | |
qot :: QwtPainterCommandSc a -> QwtPainterCommand t1 -> IO (QwtPainterCommand ()) # |