- enum ColorGroup
- enum ColorRole
- QPalette ()
- QPalette ( const QColor & button )
- QPalette ( Qt::GlobalColor button )
- QPalette ( const QColor & button, const QColor & background )
- QPalette ( const QBrush & foreground, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & background )
- QPalette ( const QColor & foreground, const QColor & background, const QColor & light, const QColor & dark, const QColor & mid, const QColor & text, const QColor & base )
- QPalette ( const QPalette & p )
- ~QPalette ()
- const QBrush & background () const
- const QBrush & base () const
- const QBrush & brightText () const
- const QBrush & brush ( ColorGroup gr, ColorRole cr ) const
- const QBrush & brush ( ColorRole r ) const
- const QBrush & button () const
- const QBrush & buttonText () const
- const QColor & color ( ColorGroup gr, ColorRole r ) const
- const QColor & color ( ColorRole r ) const
- ColorGroup currentColorGroup () const
- const QBrush & dark () const
- const QBrush & foreground () const
|
- const QBrush & highlight () const
- const QBrush & highlightedText () const
- bool isCopyOf ( const QPalette & p ) const
- bool isEqual ( ColorGroup cg1, ColorGroup cg2 ) const
- const QBrush & light () const
- const QBrush & link () const
- const QBrush & linkVisited () const
- const QBrush & mid () const
- const QBrush & midlight () const
- QPalette resolve ( const QPalette & other ) const
- int serialNumber () const
- void setBrush ( ColorRole cr, const QBrush & brush )
- void setBrush ( ColorGroup cg, ColorRole cr, const QBrush & b )
- void setColor ( ColorGroup gr, ColorRole r, const QColor & c )
- void setColor ( ColorRole r, const QColor & c )
- void setColorGroup ( ColorGroup cg, const QBrush & foreground, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & background )
- void setCurrentColorGroup ( ColorGroup cg )
- const QBrush & shadow () const
- const QBrush & text () const
- bool operator!= ( const QPalette & p ) const
- QPalette & operator= ( const QPalette & p )
- bool operator== ( const QPalette & p ) const
|