Uses of Enum
io.qt.quick.QQuickPaintedItem.PerformanceHint
Packages that use QQuickPaintedItem.PerformanceHint
-
Uses of QQuickPaintedItem.PerformanceHint in io.qt.quick
Methods in io.qt.quick that return QQuickPaintedItem.PerformanceHintModifier 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.Methods in io.qt.quick with parameters of type QQuickPaintedItem.PerformanceHintModifier 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.PerformanceHintsfrom the entries.QQuickPaintedItem.PerformanceHints.setFlag(QQuickPaintedItem.PerformanceHint e) Sets the flageQQuickPaintedItem.PerformanceHints.setFlag(QQuickPaintedItem.PerformanceHint e, boolean on) Sets or clears the flagflagfinal voidQQuickPaintedItem.setPerformanceHint(QQuickPaintedItem.PerformanceHint hint) Overloaded function forQQuickPaintedItem.setPerformanceHint(io.qt.quick.QQuickPaintedItem.PerformanceHint, boolean)withenabled = true.final voidQQuickPaintedItem.setPerformanceHint(QQuickPaintedItem.PerformanceHint hint, boolean enabled) final voidQQuickPaintedItem.setPerformanceHints(QQuickPaintedItem.PerformanceHint ... hints) Overloaded function forQQuickPaintedItem.setPerformanceHints(io.qt.quick.QQuickPaintedItem.PerformanceHints).Constructors in io.qt.quick with parameters of type QQuickPaintedItem.PerformanceHintModifierConstructorDescriptionCreates a new PerformanceHints where the flags inargsare set.