Uses of Class
io.qt.quick.QQuickPaintedItem.PerformanceHint
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickPaintedItem.PerformanceHint in io.qt.quick
Methods in io.qt.quick that return QQuickPaintedItem.PerformanceHint Modifier and Type Method Description QQuickPaintedItem.PerformanceHint[]
QQuickPaintedItem.PerformanceHints. flags()
Returns an array of flag objects represented by this PerformanceHints.static QQuickPaintedItem.PerformanceHint
QQuickPaintedItem.PerformanceHint. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuickPaintedItem.PerformanceHint
QQuickPaintedItem.PerformanceHint. valueOf(String name)
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.Constructors in io.qt.quick with parameters of type QQuickPaintedItem.PerformanceHint Constructor Description PerformanceHints(QQuickPaintedItem.PerformanceHint... args)
Creates a new PerformanceHints where the flags inargs
are set.