Uses of Enum
io.qt.widgets.QStyle.ControlElement
Packages that use QStyle.ControlElement
-
Uses of QStyle.ControlElement in io.qt.widgets
Methods in io.qt.widgets that return QStyle.ControlElementModifier and TypeMethodDescriptionstatic QStyle.ControlElement
QStyle.ControlElement.resolve
(int value) Returns the corresponding enum entry for the given value.static QStyle.ControlElement
Returns the corresponding enum entry for the given value and name.static QStyle.ControlElement
Returns the enum constant of this type with the specified name.static QStyle.ControlElement[]
QStyle.ControlElement.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QStyle.ControlElementModifier and TypeMethodDescriptionvoid
QCommonStyle.drawControl
(QStyle.ControlElement element, QStyleOption opt, QPainter p, QWidget w) void
QProxyStyle.drawControl
(QStyle.ControlElement element, QStyleOption option, QPainter painter, QWidget widget) final void
QStyle.drawControl
(QStyle.ControlElement element, QStyleOption opt, QPainter p) Overloaded function forQStyle.drawControl(io.qt.widgets.QStyle.ControlElement, io.qt.widgets.QStyleOption, io.qt.gui.QPainter, io.qt.widgets.QWidget)
withw = null
.abstract void
QStyle.drawControl
(QStyle.ControlElement element, QStyleOption opt, QPainter p, QWidget w) final void
QStylePainter.drawControl
(QStyle.ControlElement ce, QStyleOption opt)