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