Uses of Enum
io.qt.gui.QPalette.ColorRole
-
Uses of QPalette.ColorRole in io.qt.gui
Modifier and TypeMethodDescriptionstatic QPalette.ColorRole
QPalette.ColorRole.resolve
(int value) Returns the corresponding enum entry for the given value.static QPalette.ColorRole
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.Modifier and TypeMethodDescriptionfinal QBrush
QPalette.brush
(QPalette.ColorGroup cg, QPalette.ColorRole cr) final QBrush
QPalette.brush
(QPalette.ColorRole cr) final QColor
QPalette.color
(QPalette.ColorGroup cg, QPalette.ColorRole cr) final QColor
QPalette.color
(QPalette.ColorRole cr) final boolean
QPalette.isBrushSet
(QPalette.ColorGroup cg, QPalette.ColorRole cr) final void
QPalette.setBrush
(QPalette.ColorGroup cg, QPalette.ColorRole cr, QBrush brush) final void
QPalette.setBrush
(QPalette.ColorRole cr, QBrush brush) final void
QPalette.setColor
(QPalette.ColorGroup cg, QPalette.ColorRole cr, QColor color) final void
QPalette.setColor
(QPalette.ColorRole cr, QColor color) -
Uses of QPalette.ColorRole in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QPalette.ColorRole
QWidget.backgroundRole()
final QPalette.ColorRole
QWidget.foregroundRole()
Modifier and TypeMethodDescriptionvoid
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) final void
QStylePainter.drawItemText
(QRect r, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole) final void
QWidget.setBackgroundRole
(QPalette.ColorRole arg__1) final void
QWidget.setForegroundRole
(QPalette.ColorRole arg__1)