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