Qtc.Gui.QPalette

Contents

Documentation

mid :: QPalette a -> () -> IO (QBrush ()) #

class QqPalette x1 where #

Methods

qPalette :: x1 -> IO (QPalette ()) #

Instances
QqPalette () # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: () -> IO (QPalette ()) #

QqPalette GlobalColor # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: GlobalColor -> IO (QPalette ()) #

QqPalette (QPalette t1) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: QPalette t1 -> IO (QPalette ()) #

QqPalette (QColor t1) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: QColor t1 -> IO (QPalette ()) #

QqPalette (QColor t1, QColor t2) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: (QColor t1, QColor t2) -> IO (QPalette ()) #

QqPalette (QColor t1, QColor t2, QColor t3, QColor t4, QColor t5, QColor t6, QColor t7) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: (QColor t1, QColor t2, QColor t3, QColor t4, QColor t5, QColor t6, QColor t7) -> IO (QPalette ()) #

QqPalette (QBrush t1, QBrush t2, QBrush t3, QBrush t4, QBrush t5, QBrush t6, QBrush t7, QBrush t8, QBrush t9) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette :: (QBrush t1, QBrush t2, QBrush t3, QBrush t4, QBrush t5, QBrush t6, QBrush t7, QBrush t8, QBrush t9) -> IO (QPalette ()) #

class QqPalette_nf x1 where #

Methods

qPalette_nf :: x1 -> IO (QPalette ()) #

Instances
QqPalette_nf () # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: () -> IO (QPalette ()) #

QqPalette_nf GlobalColor # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: GlobalColor -> IO (QPalette ()) #

QqPalette_nf (QPalette t1) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: QPalette t1 -> IO (QPalette ()) #

QqPalette_nf (QColor t1) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: QColor t1 -> IO (QPalette ()) #

QqPalette_nf (QColor t1, QColor t2) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: (QColor t1, QColor t2) -> IO (QPalette ()) #

QqPalette_nf (QColor t1, QColor t2, QColor t3, QColor t4, QColor t5, QColor t6, QColor t7) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: (QColor t1, QColor t2, QColor t3, QColor t4, QColor t5, QColor t6, QColor t7) -> IO (QPalette ()) #

QqPalette_nf (QBrush t1, QBrush t2, QBrush t3, QBrush t4, QBrush t5, QBrush t6, QBrush t7, QBrush t8, QBrush t9) # 
Instance details

Defined in Qtc.Gui.QPalette

Methods

qPalette_nf :: (QBrush t1, QBrush t2, QBrush t3, QBrush t4, QBrush t5, QBrush t6, QBrush t7, QBrush t8, QBrush t9) -> IO (QPalette ()) #

alternateBase :: QPalette a -> () -> IO (QBrush ()) #

brightText :: QPalette a -> () -> IO (QBrush ()) #

highlight :: QPalette a -> () -> IO (QBrush ()) #

highlightedText :: QPalette a -> () -> IO (QBrush ()) #

isBrushSet :: QPalette a -> (ColorGroup, ColorRole) -> IO Bool #

linkVisited :: QPalette a -> () -> IO (QBrush ()) #

midlight :: QPalette a -> () -> IO (QBrush ()) #

setColorGroup :: QPalette a -> (ColorGroup, QBrush t2, QBrush t3, QBrush t4, QBrush t5, QBrush t6, QBrush t7, QBrush t8, QBrush t9, QBrush t10) -> IO () #

shadow :: QPalette a -> () -> IO (QBrush ()) #

toolTipBase :: QPalette a -> () -> IO (QBrush ()) #

toolTipText :: QPalette a -> () -> IO (QBrush ()) #

windowText :: QPalette a -> () -> IO (QBrush ()) #

qPalette_delete :: QPalette a -> IO () #

Orphan instances

Qforeground (QPalette a) () # 
Instance details

Methods

foreground :: QPalette a -> () -> IO (QBrush ()) #

Qbrush (QPalette ()) ColorRole # 
Instance details

Methods

brush :: QPalette () -> ColorRole -> IO (QBrush ()) #

Qbrush (QPaletteSc a) ColorRole # 
Instance details

Methods

brush :: QPaletteSc a -> ColorRole -> IO (QBrush ()) #

Qbackground (QPalette a) () # 
Instance details

Methods

background :: QPalette a -> () -> IO (QBrush ()) #

QcacheKey (QPalette a) () # 
Instance details

Methods

cacheKey :: QPalette a -> () -> IO Int #

Qwindow (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

window :: QPalette a -> () -> IO (QBrush ()) #

Qtext (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

text :: QPalette a -> () -> IO (QBrush ()) #

Qresolve (QPalette a) () (IO Int) # 
Instance details

Methods

resolve :: QPalette a -> () -> IO Int #

Qresolve (QPalette a) Int (IO ()) # 
Instance details

Methods

resolve :: QPalette a -> Int -> IO () #

Qlink (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

link :: QPalette a -> () -> IO (QBrush ()) #

Qcolor (QPalette ()) ColorRole (IO (QColor ())) # 
Instance details

Methods

color :: QPalette () -> ColorRole -> IO (QColor ()) #

Qcolor (QPaletteSc a) ColorRole (IO (QColor ())) # 
Instance details

Methods

color :: QPaletteSc a -> ColorRole -> IO (QColor ()) #

QbuttonText (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

buttonText :: QPalette a -> () -> IO (QBrush ()) #

Qbutton (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

button :: QPalette a -> () -> IO (QBrush ()) #

Qbase (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

base :: QPalette a -> () -> IO (QBrush ()) #

Qlight (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

light :: QPalette a -> () -> IO (QBrush ()) #

Qdark (QPalette a) () (IO (QBrush ())) # 
Instance details

Methods

dark :: QPalette a -> () -> IO (QBrush ()) #

Qqswap (QPalette ()) (QPalette t1) # 
Instance details

Methods

qswap :: QPalette () -> QPalette t1 -> IO () #

Qqswap (QPaletteSc a) (QPalette t1) # 
Instance details

Methods

qswap :: QPaletteSc a -> QPalette t1 -> IO () #

Qqone (QPalette ()) (QPalette t1) # 
Instance details

Methods

qone :: QPalette () -> QPalette t1 -> IO Bool #

Qqone (QPaletteSc a) (QPalette t1) # 
Instance details

Methods

qone :: QPaletteSc a -> QPalette t1 -> IO Bool #

Qqoe (QPalette ()) (QPalette t1) # 
Instance details

Methods

qoe :: QPalette () -> QPalette t1 -> IO Bool #

Qqoe (QPaletteSc a) (QPalette t1) # 
Instance details

Methods

qoe :: QPaletteSc a -> QPalette t1 -> IO Bool #

QisCopyOf (QPalette a) (QPalette t1) # 
Instance details

Methods

isCopyOf :: QPalette a -> QPalette t1 -> IO Bool #

Qresolve (QPalette a) (QPalette t1) (IO (QPalette ())) # 
Instance details

Methods

resolve :: QPalette a -> QPalette t1 -> IO (QPalette ()) #

Qqot (QPalette ()) (QPalette t1) (IO (QPalette ())) # 
Instance details

Methods

qot :: QPalette () -> QPalette t1 -> IO (QPalette ()) #

Qqot (QPaletteSc a) (QPalette t1) (IO (QPalette ())) # 
Instance details

Methods

qot :: QPaletteSc a -> QPalette t1 -> IO (QPalette ()) #

QsetColor (QPalette a) (ColorRole, QColor t2) # 
Instance details

Methods

setColor :: QPalette a -> (ColorRole, QColor t2) -> IO () #

QsetBrush (QPalette a) (ColorRole, QBrush t2) # 
Instance details

Methods

setBrush :: QPalette a -> (ColorRole, QBrush t2) -> IO () #

QisEqual (QPalette a) (ColorGroup, ColorGroup) # 
Instance details

Methods

isEqual :: QPalette a -> (ColorGroup, ColorGroup) -> IO Bool #

Qbrush (QPalette ()) (ColorGroup, ColorRole) # 
Instance details

Methods

brush :: QPalette () -> (ColorGroup, ColorRole) -> IO (QBrush ()) #

Qbrush (QPaletteSc a) (ColorGroup, ColorRole) # 
Instance details

Methods

brush :: QPaletteSc a -> (ColorGroup, ColorRole) -> IO (QBrush ()) #

Qcolor (QPalette ()) (ColorGroup, ColorRole) (IO (QColor ())) # 
Instance details

Methods

color :: QPalette () -> (ColorGroup, ColorRole) -> IO (QColor ()) #

Qcolor (QPaletteSc a) (ColorGroup, ColorRole) (IO (QColor ())) # 
Instance details

Methods

color :: QPaletteSc a -> (ColorGroup, ColorRole) -> IO (QColor ()) #

QsetColor (QPalette a) (ColorGroup, ColorRole, QColor t3) # 
Instance details

Methods

setColor :: QPalette a -> (ColorGroup, ColorRole, QColor t3) -> IO () #

QsetBrush (QPalette a) (ColorGroup, ColorRole, QBrush t3) # 
Instance details

Methods

setBrush :: QPalette a -> (ColorGroup, ColorRole, QBrush t3) -> IO () #