NAME
Qt::Gui::QPalette
PUBLIC METHODS
- QPalette()
- QPalette(const QPalette & palette)
- QPalette(const QColor & windowText, const QColor & window, const QColor & light, const QColor & dark, const QColor & mid, const QColor & text, const QColor & base)
- ~QPalette()
- const QBrush & alternateBase()
- const QBrush & background()
- const QBrush & base()
- const QBrush & brightText()
- const QBrush & brush(QPalette::ColorRole cr)
- const QBrush & brush(QPalette::ColorGroup cg, QPalette::ColorRole cr)
- qint64 cacheKey()
- const QColor & color(QPalette::ColorRole cr)
- const QColor & color(QPalette::ColorGroup cg, QPalette::ColorRole cr)
- QPalette::ColorGroup currentColorGroup()
- const QBrush & dark()
- const QBrush & foreground()
- const QBrush & highlight()
- const QBrush & highlightedText()
- bool isBrushSet(QPalette::ColorGroup cg, QPalette::ColorRole cr)
- bool isCopyOf(const QPalette & p)
- bool isEqual(QPalette::ColorGroup cr1, QPalette::ColorGroup cr2)
- const QBrush & light()
- const QBrush & link()
- const QBrush & linkVisited()
- const QBrush & mid()
- const QBrush & midlight()
- QVariant operator QVariant()
- bool operator!=(const QPalette & p)
- QPalette & operator=(const QPalette & palette)
- bool operator==(const QPalette & p)
- uint resolve()
- QPalette resolve(const QPalette & arg0)
- void resolve(uint mask)
- int serialNumber()
- void setBrush(QPalette::ColorRole cr, const QBrush & brush)
- void setBrush(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QBrush & brush)
- void setColor(QPalette::ColorRole cr, const QColor & color)
- void setColor(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QColor & color)
- void setCurrentColorGroup(QPalette::ColorGroup cg)
- const QBrush & shadow()
- const QBrush & text()
- const QBrush & toolTipBase()
- const QBrush & toolTipText()
- const QBrush & window()
- const QBrush & windowText()
ENUM VALUES
- Active
- Disabled
- Inactive
- NColorGroups
- Current
- All
- Normal
- WindowText
- Button
- Light
- Midlight
- Dark
- Mid
- Text
- BrightText
- ButtonText
- Base
- Window
- Shadow
- Highlight
- HighlightedText
- Link
- LinkVisited
- AlternateBase
- NoRole
- ToolTipBase
- ToolTipText
- NColorRoles
- Foreground
- Background
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.