Documentation
Instances
QqBrush () # | |
Defined in Qtc.Gui.QBrush | |
QqBrush GlobalColor # | |
Defined in Qtc.Gui.QBrush qBrush :: GlobalColor -> IO (QBrush ()) # | |
QqBrush BrushStyle # | |
Defined in Qtc.Gui.QBrush qBrush :: BrushStyle -> IO (QBrush ()) # | |
QqBrush (QImage t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush (QBrush t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush (QColor t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush (QPixmap t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush (QGradient t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush (QColor t1, QPixmap t2) # | |
QqBrush (QColor t1, BrushStyle) # | |
Defined in Qtc.Gui.QBrush qBrush :: (QColor t1, BrushStyle) -> IO (QBrush ()) # | |
QqBrush (GlobalColor, QPixmap t2) # | |
Defined in Qtc.Gui.QBrush qBrush :: (GlobalColor, QPixmap t2) -> IO (QBrush ()) # | |
QqBrush (GlobalColor, BrushStyle) # | |
Defined in Qtc.Gui.QBrush qBrush :: (GlobalColor, BrushStyle) -> IO (QBrush ()) # |
class QqBrush_nf x1 where #
Instances
QqBrush_nf () # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf GlobalColor # | |
Defined in Qtc.Gui.QBrush qBrush_nf :: GlobalColor -> IO (QBrush ()) # | |
QqBrush_nf BrushStyle # | |
Defined in Qtc.Gui.QBrush qBrush_nf :: BrushStyle -> IO (QBrush ()) # | |
QqBrush_nf (QImage t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf (QBrush t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf (QColor t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf (QPixmap t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf (QGradient t1) # | |
Defined in Qtc.Gui.QBrush | |
QqBrush_nf (QColor t1, QPixmap t2) # | |
QqBrush_nf (QColor t1, BrushStyle) # | |
Defined in Qtc.Gui.QBrush qBrush_nf :: (QColor t1, BrushStyle) -> IO (QBrush ()) # | |
QqBrush_nf (GlobalColor, QPixmap t2) # | |
Defined in Qtc.Gui.QBrush qBrush_nf :: (GlobalColor, QPixmap t2) -> IO (QBrush ()) # | |
QqBrush_nf (GlobalColor, BrushStyle) # | |
Defined in Qtc.Gui.QBrush qBrush_nf :: (GlobalColor, BrushStyle) -> IO (QBrush ()) # |
textureImage :: QBrush a -> () -> IO (QImage ()) #
textureImage_nf :: QBrush a -> () -> IO (QImage ()) #
qBrush_delete :: QBrush a -> IO () #