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