Uses of Class
io.qt.gui.QPalette.ColorRole
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QPalette.ColorRole in io.qt.gui
Methods in io.qt.gui that return QPalette.ColorRole Modifier and Type Method Description static QPalette.ColorRole
QPalette.ColorRole. resolve(int value)
Returns the corresponding enum entry for the given value.static QPalette.ColorRole
QPalette.ColorRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPalette.ColorRole[]
QPalette.ColorRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QPalette.ColorRole Modifier and Type Method Description QBrush
QPalette. brush(QPalette.ColorGroup cg, QPalette.ColorRole cr)
QBrush
QPalette. brush(QPalette.ColorRole cr)
QColor
QPalette. color(QPalette.ColorGroup cg, QPalette.ColorRole cr)
QColor
QPalette. color(QPalette.ColorRole cr)
boolean
QPalette. isBrushSet(QPalette.ColorGroup cg, QPalette.ColorRole cr)
void
QPalette. setBrush(QPalette.ColorGroup cg, QPalette.ColorRole cr, QBrush brush)
void
QPalette. setBrush(QPalette.ColorRole cr, QBrush brush)
void
QPalette. setColor(QPalette.ColorGroup cg, QPalette.ColorRole cr, QColor color)
void
QPalette. setColor(QPalette.ColorRole cr, QColor color)
-
Uses of QPalette.ColorRole in io.qt.widgets
Methods in io.qt.widgets that return QPalette.ColorRole Modifier and Type Method Description QPalette.ColorRole
QWidget. backgroundRole()
QPalette.ColorRole
QWidget. foregroundRole()
Methods in io.qt.widgets with parameters of type QPalette.ColorRole Modifier and Type Method Description void
QProxyStyle. drawItemText(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QStyle. drawItemText(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QStylePainter. drawItemText(QRect r, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QWidget. setBackgroundRole(QPalette.ColorRole arg__1)
void
QWidget. setForegroundRole(QPalette.ColorRole arg__1)