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