Uses of Enum
io.qt.quick.QQuickPaintedItem.PerformanceHint
-
Uses of QQuickPaintedItem.PerformanceHint in io.qt.quick
Modifier and TypeMethodDescriptionfinal QQuickPaintedItem.PerformanceHint []
QQuickPaintedItem.PerformanceHints.flags()
Returns an array of flag objects represented by this PerformanceHints.QQuickPaintedItem.PerformanceHint.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QQuickPaintedItem.PerformanceHint[]
QQuickPaintedItem.PerformanceHint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQQuickPaintedItem.PerformanceHint.cleared
(QQuickPaintedItem.PerformanceHint e) Excludes other enum entry from a flag of this entry.QQuickPaintedItem.PerformanceHint.combined
(QQuickPaintedItem.PerformanceHint e) Combines this entry with other enum entry.QQuickPaintedItem.PerformanceHints.combined
(QQuickPaintedItem.PerformanceHint e) Combines this flags with enum entry.QQuickPaintedItem.PerformanceHint.flags
(QQuickPaintedItem.PerformanceHint ... values) Creates a newQQuickPaintedItem.PerformanceHints
from the entries.QQuickPaintedItem.PerformanceHints.setFlag
(QQuickPaintedItem.PerformanceHint e) Sets the flage
QQuickPaintedItem.PerformanceHints.setFlag
(QQuickPaintedItem.PerformanceHint e, boolean on) Sets or clears the flagflag
final void
QQuickPaintedItem.setPerformanceHint
(QQuickPaintedItem.PerformanceHint hint) Overloaded function forQQuickPaintedItem.setPerformanceHint(io.qt.quick.QQuickPaintedItem.PerformanceHint, boolean)
withenabled = true
.final void
QQuickPaintedItem.setPerformanceHint
(QQuickPaintedItem.PerformanceHint hint, boolean enabled) final void
QQuickPaintedItem.setPerformanceHints
(QQuickPaintedItem.PerformanceHint ... hints) Overloaded function forQQuickPaintedItem.setPerformanceHints(io.qt.quick.QQuickPaintedItem.PerformanceHints)
.ModifierConstructorDescriptionCreates a new PerformanceHints where the flags inargs
are set.