Uses of Enum
io.qt.gui.rhi.QRhi.EndFrameFlag
Packages that use QRhi.EndFrameFlag
-
Uses of QRhi.EndFrameFlag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhi.EndFrameFlagModifier and TypeMethodDescriptionfinal QRhi.EndFrameFlag []
QRhi.EndFrameFlags.flags()
Returns an array of flag objects represented by this EndFrameFlags.static QRhi.EndFrameFlag
QRhi.EndFrameFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhi.EndFrameFlag
Returns the enum constant of this type with the specified name.static QRhi.EndFrameFlag[]
QRhi.EndFrameFlag.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 QRhi.EndFrameFlagModifier and TypeMethodDescriptionQRhi.EndFrameFlag.cleared
(QRhi.EndFrameFlag e) Excludes other enum entry from a flag of this entry.QRhi.EndFrameFlag.combined
(QRhi.EndFrameFlag e) Combines this entry with other enum entry.final QRhi.EndFrameFlags
QRhi.EndFrameFlags.combined
(QRhi.EndFrameFlag e) Combines this flags with enum entry.final QRhi.FrameOpResult
QRhi.endFrame
(QRhiSwapChain swapChain, QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endFrame(io.qt.gui.rhi.QRhiSwapChain, io.qt.gui.rhi.QRhi.EndFrameFlags)
.final QRhi.FrameOpResult
QRhi.endOffscreenFrame
(QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endOffscreenFrame(io.qt.gui.rhi.QRhi.EndFrameFlags)
.static QRhi.EndFrameFlags
QRhi.EndFrameFlag.flags
(QRhi.EndFrameFlag ... values) Creates a newQRhi.EndFrameFlags
from the entries.final QRhi.EndFrameFlags
QRhi.EndFrameFlags.setFlag
(QRhi.EndFrameFlag e) Sets the flage
final QRhi.EndFrameFlags
QRhi.EndFrameFlags.setFlag
(QRhi.EndFrameFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.rhi with parameters of type QRhi.EndFrameFlagModifierConstructorDescriptionEndFrameFlags
(QRhi.EndFrameFlag ... args) Creates a new EndFrameFlags where the flags inargs
are set.