Uses of Enum
io.qt.quick.QSGAbstractRenderer.ClearModeBit
Packages that use QSGAbstractRenderer.ClearModeBit
-
Uses of QSGAbstractRenderer.ClearModeBit in io.qt.quick
Methods in io.qt.quick that return QSGAbstractRenderer.ClearModeBitModifier and TypeMethodDescriptionfinal QSGAbstractRenderer.ClearModeBit []QSGAbstractRenderer.ClearMode.flags()Returns an array of flag objects represented by this ClearMode.QSGAbstractRenderer.ClearModeBit.resolve(int value) Returns the corresponding enum entry for the given value.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.Methods in io.qt.quick with parameters of type QSGAbstractRenderer.ClearModeBitModifier and TypeMethodDescriptionQSGAbstractRenderer.ClearModeBit.cleared(QSGAbstractRenderer.ClearModeBit e) Excludes other enum entry from a flag of this entry.QSGAbstractRenderer.ClearMode.combined(QSGAbstractRenderer.ClearModeBit e) Combines this flags with enum entry.QSGAbstractRenderer.ClearModeBit.combined(QSGAbstractRenderer.ClearModeBit e) Combines this entry with other enum entry.QSGAbstractRenderer.ClearModeBit.flags(QSGAbstractRenderer.ClearModeBit ... values) Creates a newQSGAbstractRenderer.ClearModefrom the entries.final voidQSGAbstractRenderer.setClearMode(QSGAbstractRenderer.ClearModeBit ... mode) Overloaded function forQSGAbstractRenderer.setClearMode(io.qt.quick.QSGAbstractRenderer.ClearMode).QSGAbstractRenderer.ClearMode.setFlag(QSGAbstractRenderer.ClearModeBit e) Sets the flageQSGAbstractRenderer.ClearMode.setFlag(QSGAbstractRenderer.ClearModeBit e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGAbstractRenderer.ClearModeBitModifierConstructorDescriptionClearMode(QSGAbstractRenderer.ClearModeBit ... args) Creates a new ClearMode where the flags inargsare set.