Uses of Enum
io.qt.gui.rhi.QRhiGraphicsPipeline.Flag
Packages that use QRhiGraphicsPipeline.Flag
-
Uses of QRhiGraphicsPipeline.Flag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiGraphicsPipeline.FlagModifier and TypeMethodDescriptionfinal QRhiGraphicsPipeline.Flag []
QRhiGraphicsPipeline.Flags.flags()
Returns an array of flag objects represented by this Flags.static QRhiGraphicsPipeline.Flag
QRhiGraphicsPipeline.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiGraphicsPipeline.Flag
Returns the enum constant of this type with the specified name.static QRhiGraphicsPipeline.Flag[]
QRhiGraphicsPipeline.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.FlagModifier and TypeMethodDescriptionQRhiGraphicsPipeline.Flag.cleared
(QRhiGraphicsPipeline.Flag e) Excludes other enum entry from a flag of this entry.QRhiGraphicsPipeline.Flag.combined
(QRhiGraphicsPipeline.Flag e) Combines this entry with other enum entry.QRhiGraphicsPipeline.Flags.combined
(QRhiGraphicsPipeline.Flag e) Combines this flags with enum entry.static QRhiGraphicsPipeline.Flags
QRhiGraphicsPipeline.Flag.flags
(QRhiGraphicsPipeline.Flag ... values) Creates a newQRhiGraphicsPipeline.Flags
from the entries.QRhiGraphicsPipeline.Flags.setFlag
(QRhiGraphicsPipeline.Flag e) Sets the flage
QRhiGraphicsPipeline.Flags.setFlag
(QRhiGraphicsPipeline.Flag e, boolean on) Sets or clears the flagflag
final void
QRhiGraphicsPipeline.setFlags
(QRhiGraphicsPipeline.Flag ... f) Overloaded function forQRhiGraphicsPipeline.setFlags(io.qt.gui.rhi.QRhiGraphicsPipeline.Flags)
.Constructors in io.qt.gui.rhi with parameters of type QRhiGraphicsPipeline.FlagModifierConstructorDescriptionFlags
(QRhiGraphicsPipeline.Flag ... args) Creates a new Flags where the flags inargs
are set.